diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-11-17 22:29:50 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-11-17 22:29:50 +0100 |
commit | d5eb1f0dcf96e4f0a3bd8eb203de513200d99514 (patch) | |
tree | 1ee8ffb59fd655b61e4ca6a86880be0aa2a87fea /samples/x86_64-unknown-linux-gnu | |
parent | d219235f73ad0ec70f37d4699960a091bc4953ca (diff) | |
download | crosstool-ng-d5eb1f0dcf96e4f0a3bd8eb203de513200d99514.tar.gz crosstool-ng-d5eb1f0dcf96e4f0a3bd8eb203de513200d99514.tar.bz2 crosstool-ng-d5eb1f0dcf96e4f0a3bd8eb203de513200d99514.zip |
arch: cleanup the 32- and 64-bit selection
Diffstat (limited to 'samples/x86_64-unknown-linux-gnu')
-rw-r--r-- | samples/x86_64-unknown-linux-gnu/crosstool.config | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/samples/x86_64-unknown-linux-gnu/crosstool.config b/samples/x86_64-unknown-linux-gnu/crosstool.config index 4c41e838..330de2ee 100644 --- a/samples/x86_64-unknown-linux-gnu/crosstool.config +++ b/samples/x86_64-unknown-linux-gnu/crosstool.config @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# crosstool-NG version: hg_default@1635_19977a0c46c5 -# Tue Nov 17 11:48:39 2009 +# crosstool-NG version: hg_default@1638_23dec7e20e9a +# Tue Nov 17 22:29:25 2009 # # @@ -86,7 +86,6 @@ CT_LOG_FILE_COMPRESS=y # Target options # CT_ARCH="x86" -CT_ARCH_64=y # CT_ARCH_SUPPORTS_BOTH_MMU is not set # CT_ARCH_SUPPORTS_BOTH_ENDIAN is not set CT_ARCH_SUPPORTS_32=y @@ -104,8 +103,8 @@ CT_ARCH_DEFAULT_32=y CT_ARCH_ARCH="" CT_ARCH_CPU="" CT_ARCH_TUNE="" -# CT_ARCH_32b is not set -CT_ARCH_64b=y +# CT_ARCH_32 is not set +CT_ARCH_64=y CT_ARCH_FLOAT_HW=y # CT_ARCH_FLOAT_SW is not set CT_TARGET_CFLAGS="" @@ -121,7 +120,6 @@ CT_TARGET_LDFLAGS="" # CT_ARCH_mips is not set # CT_ARCH_powerpc is not set # CT_ARCH_s390 is not set -# CT_ARCH_s390x is not set # CT_ARCH_sh is not set CT_ARCH_x86=y CT_ARCH_USE_MMU=y |