Skip to content
This repository has been archived by the owner on Dec 1, 2020. It is now read-only.

Commit

Permalink
Cross compile for i686 in x86_64
Browse files Browse the repository at this point in the history
Issue #10
By zidong.jiang@intel.com

libtuv-DCO-1.0-Signed-off-by: SaeHie Park saehie.park@samsung.com
  • Loading branch information
seanshpark committed Oct 19, 2015
1 parent d30a26d commit e77d1a0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cmake/option/option_i686-linux.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,9 @@ include("cmake/option/option_unix_common.cmake")
include("cmake/option/option_linux_common.cmake")

# i686 specific

set(FLAGS_COMMON
${FLAGS_COMMON}
-march=i686
-m32
)

0 comments on commit e77d1a0

Please sign in to comment.