Skip to content

Commit

Permalink
Remove -m32 from darwin samples
Browse files Browse the repository at this point in the history
  • Loading branch information
diorcety committed Feb 13, 2014
1 parent 4d82085 commit 70d1da7
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 24 deletions.
4 changes: 0 additions & 4 deletions samples/arm-apple-darwin10/crosstool.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ CT_EXPERIMENTAL=y
CT_LOCAL_TARBALLS_DIR="${HOME}/src"
CT_SAVE_TARBALLS=y
CT_LOG_EXTRA=y
CT_EXTRA_CFLAGS_FOR_HOST="-m32"
CT_EXTRA_LDFLAGS_FOR_HOST="-m32"
CT_EXTRA_CFLAGS_FOR_BUILD="-m32"
CT_EXTRA_LDFLAGS_FOR_BUILD="-m32"
CT_TARGET_VENDOR="apple"
CT_ARCH_FLOAT_SW=y
CT_ARCH_arm=y
Expand Down
4 changes: 0 additions & 4 deletions samples/arm-apple-darwin11/crosstool.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ CT_STATIC_TOOLCHAIN=n
CT_LOCAL_TARBALLS_DIR="${HOME}/src"
CT_SAVE_TARBALLS=y
CT_LOG_EXTRA=y
CT_EXTRA_CFLAGS_FOR_HOST="-m32"
CT_EXTRA_LDFLAGS_FOR_HOST="-m32"
CT_EXTRA_CFLAGS_FOR_BUILD="-m32"
CT_EXTRA_LDFLAGS_FOR_BUILD="-m32"
CT_TARGET_VENDOR="apple"
CT_ARCH_FLOAT_SW=y
CT_ARCH_arm=y
Expand Down
4 changes: 0 additions & 4 deletions samples/i686-apple-darwin10/crosstool.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ CT_EXPERIMENTAL=y
CT_LOCAL_TARBALLS_DIR="${HOME}/src"
CT_SAVE_TARBALLS=y
CT_LOG_EXTRA=y
CT_EXTRA_CFLAGS_FOR_HOST="-m32"
CT_EXTRA_LDFLAGS_FOR_HOST="-m32"
CT_EXTRA_CFLAGS_FOR_BUILD="-m32"
CT_EXTRA_LDFLAGS_FOR_BUILD="-m32"
CT_ARCH_x86=y
CT_MULTILIB=y
CT_LLVM_V_2_7=y
Expand Down
4 changes: 0 additions & 4 deletions samples/i686-apple-darwin11/crosstool.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ CT_STATIC_TOOLCHAIN=n
CT_LOCAL_TARBALLS_DIR="${HOME}/src"
CT_SAVE_TARBALLS=y
CT_LOG_EXTRA=y
CT_EXTRA_CFLAGS_FOR_HOST="-m32"
CT_EXTRA_LDFLAGS_FOR_HOST="-m32"
CT_EXTRA_CFLAGS_FOR_BUILD="-m32"
CT_EXTRA_LDFLAGS_FOR_BUILD="-m32"
CT_ARCH_x86=y
CT_MULTILIB=y
CT_LLVM_V_3_3=y
Expand Down
4 changes: 0 additions & 4 deletions samples/powerpc-apple-darwin10/crosstool.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ CT_EXPERIMENTAL=y
CT_LOCAL_TARBALLS_DIR="${HOME}/src"
CT_SAVE_TARBALLS=y
CT_LOG_EXTRA=y
CT_EXTRA_CFLAGS_FOR_HOST="-m32"
CT_EXTRA_LDFLAGS_FOR_HOST="-m32"
CT_EXTRA_CFLAGS_FOR_BUILD="-m32"
CT_EXTRA_LDFLAGS_FOR_BUILD="-m32"
CT_ARCH_powerpc=y
CT_MULTILIB=n
CT_LLVM_V_2_7=y
Expand Down
4 changes: 0 additions & 4 deletions samples/x86_64-apple-darwin10/crosstool.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ CT_EXPERIMENTAL=y
CT_LOCAL_TARBALLS_DIR="${HOME}/src"
CT_SAVE_TARBALLS=y
CT_LOG_EXTRA=y
CT_EXTRA_CFLAGS_FOR_HOST="-m32"
CT_EXTRA_LDFLAGS_FOR_HOST="-m32"
CT_EXTRA_CFLAGS_FOR_BUILD="-m32"
CT_EXTRA_LDFLAGS_FOR_BUILD="-m32"
CT_ARCH_64=y
CT_ARCH_x86=y
CT_MULTILIB=y
Expand Down

0 comments on commit 70d1da7

Please sign in to comment.