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/i586-geode-linux-uclibc | |
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/i586-geode-linux-uclibc')
-rw-r--r-- | samples/i586-geode-linux-uclibc/crosstool.config | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/samples/i586-geode-linux-uclibc/crosstool.config b/samples/i586-geode-linux-uclibc/crosstool.config index 08804552..5621f1aa 100644 --- a/samples/i586-geode-linux-uclibc/crosstool.config +++ b/samples/i586-geode-linux-uclibc/crosstool.config @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# crosstool-NG version: hg_default@1635_19977a0c46c5 -# Tue Nov 17 11:47:12 2009 +# crosstool-NG version: hg_default@1638_31d022b1a0de +# Tue Nov 17 11:59:13 2009 # # @@ -86,11 +86,10 @@ CT_LOG_FILE_COMPRESS=y # Target options # CT_ARCH="x86" -# CT_ARCH_64 is not set # CT_ARCH_SUPPORTS_BOTH_MMU is not set # CT_ARCH_SUPPORTS_BOTH_ENDIAN is not set -# CT_ARCH_SUPPORTS_32 is not set -# CT_ARCH_SUPPORTS_64 is not set +CT_ARCH_SUPPORTS_32=y +CT_ARCH_SUPPORTS_64=y CT_ARCH_SUPPORT_ARCH=y # CT_ARCH_SUPPORT_ABI is not set CT_ARCH_SUPPORT_CPU=y @@ -104,8 +103,8 @@ CT_ARCH_DEFAULT_32=y CT_ARCH_ARCH="pentium-mmx" CT_ARCH_CPU="" CT_ARCH_TUNE="" -# CT_ARCH_32b is not set -# CT_ARCH_64b is not set +CT_ARCH_32=y +# CT_ARCH_64 is not set 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 |