From d5eb1f0dcf96e4f0a3bd8eb203de513200d99514 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Tue, 17 Nov 2009 22:29:50 +0100 Subject: arch: cleanup the 32- and 64-bit selection diff --git a/config/target.in b/config/target.in index e45bda2..64ce2d2 100644 --- a/config/target.in +++ b/config/target.in @@ -5,13 +5,6 @@ menu "Target options" config ARCH string -# Note: when all archs have migrated to the 32/64 bit selection, -# remove this option, and rename the config options in the bitness -# choice, below. -config ARCH_64 - bool - default n - # Pre-declare target optimisation variables config ARCH_SUPPORTS_BOTH_MMU config ARCH_SUPPORTS_BOTH_ENDIAN @@ -36,8 +29,8 @@ config ARCH_TUNE config ARCH_FPU config ARCH_BE config ARCH_LE -config ARCH_32b -config ARCH_64b +config ARCH_32 +config ARCH_64 config ARCH_FLOAT_HW config ARCH_FLOAT_SW config TARGET_CFLAGS @@ -122,19 +115,18 @@ config ARCH_DEFAULT_64 choice bool prompt "Bitness:" - default ARCH_32b if ARCH_DEFAULT_32 - default ARCH_64b if ARCH_DEFAULT_64 + default ARCH_32 if ARCH_DEFAULT_32 + default ARCH_64 if ARCH_DEFAULT_64 -config ARCH_32b +config ARCH_32 bool prompt "32-bit" depends on ARCH_SUPPORTS_32 -config ARCH_64b +config ARCH_64 bool prompt "64-bit" depends on ARCH_SUPPORTS_64 - select ARCH_64 endchoice diff --git a/samples/i586-geode-linux-uclibc/crosstool.config b/samples/i586-geode-linux-uclibc/crosstool.config index 0880455..5621f1a 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 diff --git a/samples/i686-nptl-linux-gnu/crosstool.config b/samples/i686-nptl-linux-gnu/crosstool.config index 94e5e92..23fb9b5 100644 --- a/samples/i686-nptl-linux-gnu/crosstool.config +++ b/samples/i686-nptl-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:47:39 2009 +# crosstool-NG version: hg_default@1638_31d022b1a0de +# Tue Nov 17 11:59:37 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="i686" 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 diff --git a/samples/ia64-unknown-linux-gnu/crosstool.config b/samples/ia64-unknown-linux-gnu/crosstool.config index 751a45d..f8e18fe 100644 --- a/samples/ia64-unknown-linux-gnu/crosstool.config +++ b/samples/ia64-unknown-linux-gnu/crosstool.config @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# crosstool-NG version: hg_default@1637_7dc6cf91b273 -# Tue Nov 17 11:55:12 2009 +# crosstool-NG version: hg_default@1638_31d022b1a0de +# Tue Nov 17 12:00:18 2009 # # @@ -87,7 +87,6 @@ CT_LOG_FILE_COMPRESS=y # Target options # CT_ARCH="ia64" -CT_ARCH_64=y # CT_ARCH_SUPPORTS_BOTH_MMU is not set CT_ARCH_SUPPORTS_BOTH_ENDIAN=y # CT_ARCH_SUPPORTS_32 is not set @@ -104,8 +103,8 @@ CT_ARCH_SUPPORTS_64=y # CT_ARCH_DEFAULT_64 is not set # CT_ARCH_BE is not set CT_ARCH_LE=y -# 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="" diff --git a/samples/powerpc-405-linux-gnu/crosstool.config b/samples/powerpc-405-linux-gnu/crosstool.config index 9a6ac77..b7d5635 100644 --- a/samples/powerpc-405-linux-gnu/crosstool.config +++ b/samples/powerpc-405-linux-gnu/crosstool.config @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# crosstool-NG version: hg_default@1634_192aef864818 -# Tue Nov 17 10:39:32 2009 +# crosstool-NG version: hg_default@1638_31d022b1a0de +# Tue Nov 17 11:56:48 2009 # # @@ -86,7 +86,6 @@ CT_LOG_FILE_COMPRESS=y # Target options # CT_ARCH="powerpc" -# 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=y @@ -104,8 +103,8 @@ CT_ARCH_DEFAULT_32=y CT_ARCH_ABI="" CT_ARCH_CPU="405" CT_ARCH_TUNE="405" -CT_ARCH_32b=y -# CT_ARCH_64b is not set +CT_ARCH_32=y +# CT_ARCH_64 is not set # CT_ARCH_FLOAT_HW is not set CT_ARCH_FLOAT_SW=y CT_TARGET_CFLAGS="" @@ -121,10 +120,8 @@ CT_TARGET_LDFLAGS="" # CT_ARCH_mips is not set CT_ARCH_powerpc=y # CT_ARCH_s390 is not set -# CT_ARCH_s390x is not set # CT_ARCH_sh is not set # CT_ARCH_x86 is not set -# CT_ARCH_x86_64 is not set # CT_ARCH_POWERPC_SPE is not set CT_ARCH_USE_MMU=y diff --git a/samples/powerpc-860-linux-gnu/crosstool.config b/samples/powerpc-860-linux-gnu/crosstool.config index 8314195..a294194 100644 --- a/samples/powerpc-860-linux-gnu/crosstool.config +++ b/samples/powerpc-860-linux-gnu/crosstool.config @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# crosstool-NG version: hg_default@1634_192aef864818 -# Tue Nov 17 11:22:40 2009 +# crosstool-NG version: hg_default@1638_31d022b1a0de +# Tue Nov 17 11:57:11 2009 # # @@ -86,7 +86,6 @@ CT_LOG_FILE_COMPRESS=y # Target options # CT_ARCH="powerpc" -# 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=y @@ -104,8 +103,8 @@ CT_ARCH_DEFAULT_32=y CT_ARCH_ABI="" CT_ARCH_CPU="860" CT_ARCH_TUNE="" -CT_ARCH_32b=y -# CT_ARCH_64b is not set +CT_ARCH_32=y +# CT_ARCH_64 is not set # CT_ARCH_FLOAT_HW is not set CT_ARCH_FLOAT_SW=y CT_TARGET_CFLAGS="" @@ -121,10 +120,8 @@ CT_TARGET_LDFLAGS="" # CT_ARCH_mips is not set CT_ARCH_powerpc=y # CT_ARCH_s390 is not set -# CT_ARCH_s390x is not set # CT_ARCH_sh is not set # CT_ARCH_x86 is not set -# CT_ARCH_x86_64 is not set # CT_ARCH_POWERPC_SPE is not set CT_ARCH_USE_MMU=y diff --git a/samples/powerpc-e500v2-linux-gnuspe/crosstool.config b/samples/powerpc-e500v2-linux-gnuspe/crosstool.config index b495884..8f82feb 100644 --- a/samples/powerpc-e500v2-linux-gnuspe/crosstool.config +++ b/samples/powerpc-e500v2-linux-gnuspe/crosstool.config @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# crosstool-NG version: hg_default@1634_192aef864818 -# Tue Nov 17 11:23:44 2009 +# crosstool-NG version: hg_default@1638_31d022b1a0de +# Tue Nov 17 11:57:27 2009 # # @@ -87,7 +87,6 @@ CT_LOG_FILE_COMPRESS=y # Target options # CT_ARCH="powerpc" -# 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=y @@ -105,8 +104,8 @@ CT_ARCH_DEFAULT_32=y CT_ARCH_ABI="" CT_ARCH_CPU="8548" CT_ARCH_TUNE="8548" -CT_ARCH_32b=y -# 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="-mfloat-gprs=double -Wa,-me500x2" @@ -122,10 +121,8 @@ CT_TARGET_LDFLAGS="" # CT_ARCH_mips is not set CT_ARCH_powerpc=y # CT_ARCH_s390 is not set -# CT_ARCH_s390x is not set # CT_ARCH_sh is not set # CT_ARCH_x86 is not set -# CT_ARCH_x86_64 is not set CT_ARCH_POWERPC_SPE=y CT_ARCH_USE_MMU=y diff --git a/samples/powerpc-unknown-linux-gnu/crosstool.config b/samples/powerpc-unknown-linux-gnu/crosstool.config index b9139fa..1f986b7 100644 --- a/samples/powerpc-unknown-linux-gnu/crosstool.config +++ b/samples/powerpc-unknown-linux-gnu/crosstool.config @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# crosstool-NG version: hg_default@1634_192aef864818 -# Tue Nov 17 11:29:28 2009 +# crosstool-NG version: hg_default@1638_31d022b1a0de +# Tue Nov 17 11:57:52 2009 # # @@ -86,7 +86,6 @@ CT_LOG_FILE_COMPRESS=y # Target options # CT_ARCH="powerpc" -# 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=y @@ -104,8 +103,8 @@ CT_ARCH_DEFAULT_32=y CT_ARCH_ABI="" CT_ARCH_CPU="" CT_ARCH_TUNE="" -CT_ARCH_32b=y -# 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,10 +120,8 @@ CT_TARGET_LDFLAGS="" # CT_ARCH_mips is not set CT_ARCH_powerpc=y # CT_ARCH_s390 is not set -# CT_ARCH_s390x is not set # CT_ARCH_sh is not set # CT_ARCH_x86 is not set -# CT_ARCH_x86_64 is not set # CT_ARCH_POWERPC_SPE is not set CT_ARCH_USE_MMU=y diff --git a/samples/powerpc-unknown-linux-uclibc/crosstool.config b/samples/powerpc-unknown-linux-uclibc/crosstool.config index ecaf6b8..d346191 100644 --- a/samples/powerpc-unknown-linux-uclibc/crosstool.config +++ b/samples/powerpc-unknown-linux-uclibc/crosstool.config @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# crosstool-NG version: hg_default@1634_192aef864818 -# Tue Nov 17 11:24:26 2009 +# crosstool-NG version: hg_default@1638_31d022b1a0de +# Tue Nov 17 11:58:06 2009 # # @@ -86,7 +86,6 @@ CT_LOG_FILE_COMPRESS=y # Target options # CT_ARCH="powerpc" -# 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=y @@ -104,8 +103,8 @@ CT_ARCH_DEFAULT_32=y CT_ARCH_ABI="" CT_ARCH_CPU="" CT_ARCH_TUNE="" -CT_ARCH_32b=y -# CT_ARCH_64b is not set +CT_ARCH_32=y +# CT_ARCH_64 is not set # CT_ARCH_FLOAT_HW is not set CT_ARCH_FLOAT_SW=y CT_TARGET_CFLAGS="" @@ -121,10 +120,8 @@ CT_TARGET_LDFLAGS="" # CT_ARCH_mips is not set CT_ARCH_powerpc=y # CT_ARCH_s390 is not set -# CT_ARCH_s390x is not set # CT_ARCH_sh is not set # CT_ARCH_x86 is not set -# CT_ARCH_x86_64 is not set # CT_ARCH_POWERPC_SPE is not set CT_ARCH_USE_MMU=y diff --git a/samples/powerpc-unknown_nofpu-linux-gnu/crosstool.config b/samples/powerpc-unknown_nofpu-linux-gnu/crosstool.config index c1afeb4..3ba64ca 100644 --- a/samples/powerpc-unknown_nofpu-linux-gnu/crosstool.config +++ b/samples/powerpc-unknown_nofpu-linux-gnu/crosstool.config @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# crosstool-NG version: hg_default@1634_192aef864818 -# Tue Nov 17 11:24:42 2009 +# crosstool-NG version: hg_default@1638_31d022b1a0de +# Tue Nov 17 11:58:19 2009 # # @@ -86,7 +86,6 @@ CT_LOG_FILE_COMPRESS=y # Target options # CT_ARCH="powerpc" -# 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=y @@ -104,8 +103,8 @@ CT_ARCH_DEFAULT_32=y CT_ARCH_ABI="" CT_ARCH_CPU="" CT_ARCH_TUNE="" -CT_ARCH_32b=y -# CT_ARCH_64b is not set +CT_ARCH_32=y +# CT_ARCH_64 is not set # CT_ARCH_FLOAT_HW is not set CT_ARCH_FLOAT_SW=y CT_TARGET_CFLAGS="" @@ -121,10 +120,8 @@ CT_TARGET_LDFLAGS="" # CT_ARCH_mips is not set CT_ARCH_powerpc=y # CT_ARCH_s390 is not set -# CT_ARCH_s390x is not set # CT_ARCH_sh is not set # CT_ARCH_x86 is not set -# CT_ARCH_x86_64 is not set # CT_ARCH_POWERPC_SPE is not set CT_ARCH_USE_MMU=y diff --git a/samples/powerpc64-unknown-linux-gnu/crosstool.config b/samples/powerpc64-unknown-linux-gnu/crosstool.config index 611222d..0db3925 100644 --- a/samples/powerpc64-unknown-linux-gnu/crosstool.config +++ b/samples/powerpc64-unknown-linux-gnu/crosstool.config @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# crosstool-NG version: hg_default@1634_192aef864818 -# Tue Nov 17 11:32:49 2009 +# crosstool-NG version: hg_default@1638_31d022b1a0de +# Tue Nov 17 11:58:38 2009 # # @@ -87,7 +87,6 @@ CT_LOG_FILE_COMPRESS=y # Target options # CT_ARCH="powerpc" -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 @@ -105,8 +104,8 @@ CT_ARCH_DEFAULT_32=y CT_ARCH_ABI="" 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="" @@ -122,10 +121,8 @@ CT_TARGET_LDFLAGS="" # CT_ARCH_mips is not set CT_ARCH_powerpc=y # CT_ARCH_s390 is not set -# CT_ARCH_s390x is not set # CT_ARCH_sh is not set # CT_ARCH_x86 is not set -# CT_ARCH_x86_64 is not set # CT_ARCH_POWERPC_SPE is not set CT_ARCH_USE_MMU=y diff --git a/samples/s390-ibm-linux-gnu/crosstool.config b/samples/s390-ibm-linux-gnu/crosstool.config index e823b75..aacdaa5 100644 --- a/samples/s390-ibm-linux-gnu/crosstool.config +++ b/samples/s390-ibm-linux-gnu/crosstool.config @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# crosstool-NG version: hg_default@1636_2ed5947c896a -# Tue Nov 17 11:53:01 2009 +# crosstool-NG version: hg_default@1638_31d022b1a0de +# Tue Nov 17 11:59:57 2009 # # @@ -84,7 +84,6 @@ CT_LOG_FILE_COMPRESS=y # Target options # CT_ARCH="s390" -# 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=y @@ -100,8 +99,8 @@ CT_ARCH_SUPPORT_FPU=y CT_ARCH_DEFAULT_32=y # CT_ARCH_DEFAULT_64 is not set CT_ARCH_FPU="" -CT_ARCH_32b=y -# 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="" diff --git a/samples/s390x-ibm-linux-gnu/crosstool.config b/samples/s390x-ibm-linux-gnu/crosstool.config index c1e5ab5..3134e8b 100644 --- a/samples/s390x-ibm-linux-gnu/crosstool.config +++ b/samples/s390x-ibm-linux-gnu/crosstool.config @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# crosstool-NG version: hg_default@1636_2ed5947c896a -# Tue Nov 17 11:54:19 2009 +# crosstool-NG version: hg_default@1638_31d022b1a0de +# Tue Nov 17 12:00:08 2009 # # @@ -84,7 +84,6 @@ CT_LOG_FILE_COMPRESS=y # Target options # CT_ARCH="s390" -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 @@ -100,8 +99,8 @@ CT_ARCH_SUPPORT_FPU=y CT_ARCH_DEFAULT_32=y # CT_ARCH_DEFAULT_64 is not set CT_ARCH_FPU="" -# 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="" @@ -119,12 +118,6 @@ CT_TARGET_LDFLAGS="" CT_ARCH_s390=y # CT_ARCH_sh is not set # CT_ARCH_x86 is not set -# CT_ARCH_ALPHA_EV4 is not set -# CT_ARCH_ALPHA_EV45 is not set -# CT_ARCH_ALPHA_EV5 is not set -# CT_ARCH_ALPHA_EV56 is not set -# CT_ARCH_ALPHA_EV6 is not set -# CT_ARCH_ALPHA_EV67 is not set CT_ARCH_USE_MMU=y # diff --git a/samples/x86_64-unknown-linux-gnu/crosstool.config b/samples/x86_64-unknown-linux-gnu/crosstool.config index 4c41e83..330de2e 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 diff --git a/samples/x86_64-unknown-linux-uclibc/crosstool.config b/samples/x86_64-unknown-linux-uclibc/crosstool.config index deae2c9..3f90391 100644 --- a/samples/x86_64-unknown-linux-uclibc/crosstool.config +++ b/samples/x86_64-unknown-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:51:38 2009 +# crosstool-NG version: hg_default@1638_23dec7e20e9a +# Tue Nov 17 22:29:32 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,15 +120,8 @@ 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_ALPHA_EV4 is not set -# CT_ARCH_ALPHA_EV45 is not set -# CT_ARCH_ALPHA_EV5 is not set -# CT_ARCH_ALPHA_EV56 is not set -# CT_ARCH_ALPHA_EV6 is not set -# CT_ARCH_ALPHA_EV67 is not set CT_ARCH_USE_MMU=y # -- cgit v0.10.2-6-g49f6