diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-11-17 11:51:57 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-11-17 11:51:57 +0100 |
commit | 7ea82181db30cd437967e7bca1177f8cbd2f6fc5 (patch) | |
tree | 889200e88bc94a06a7a826575897528e90863ea1 /samples/i686-nptl-linux-gnu | |
parent | 28b38f922241bd273f4f71823c037d4af43d96ba (diff) | |
download | crosstool-ng-7ea82181db30cd437967e7bca1177f8cbd2f6fc5.tar.gz crosstool-ng-7ea82181db30cd437967e7bca1177f8cbd2f6fc5.tar.bz2 crosstool-ng-7ea82181db30cd437967e7bca1177f8cbd2f6fc5.zip |
arch/x86: commonalise the 32- and 64-bit x86 arch
Diffstat (limited to 'samples/i686-nptl-linux-gnu')
-rw-r--r-- | samples/i686-nptl-linux-gnu/crosstool.config | 25 |
1 files changed, 17 insertions, 8 deletions
diff --git a/samples/i686-nptl-linux-gnu/crosstool.config b/samples/i686-nptl-linux-gnu/crosstool.config index 0b972eef..94e5e929 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@1596_241387704817 -# Wed Oct 28 19:23:53 2009 +# crosstool-NG version: hg_default@1635_19977a0c46c5 +# Tue Nov 17 11:47:39 2009 # # @@ -49,6 +49,7 @@ CT_PATCH_BUNDLED=y # CT_PATCH_LOCAL_BUNDLED is not set # CT_PATCH_BUNDLED_FALLBACK_LOCAL is not set # CT_PATCH_LOCAL_FALLBACK_BUNDLED is not set +# CT_PATCH_NONE is not set CT_PATCH_ORDER="bundled" # CT_PATCH_SINGLE is not set # CT_PATCH_USE_LOCAL is not set @@ -88,6 +89,8 @@ 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_SUPPORT_ARCH=y # CT_ARCH_SUPPORT_ABI is not set CT_ARCH_SUPPORT_CPU=y @@ -96,9 +99,13 @@ CT_ARCH_SUPPORT_TUNE=y # CT_ARCH_DEFAULT_HAS_MMU is not set # CT_ARCH_DEFAULT_BE is not set # CT_ARCH_DEFAULT_LE is not set +CT_ARCH_DEFAULT_32=y +# CT_ARCH_DEFAULT_64 is not set CT_ARCH_ARCH="i686" CT_ARCH_CPU="" CT_ARCH_TUNE="" +# CT_ARCH_32b is not set +# CT_ARCH_64b is not set CT_ARCH_FLOAT_HW=y # CT_ARCH_FLOAT_SW is not set CT_TARGET_CFLAGS="" @@ -113,10 +120,10 @@ CT_TARGET_LDFLAGS="" # CT_ARCH_ia64 is not set # CT_ARCH_mips is not set # CT_ARCH_powerpc is not set -# CT_ARCH_powerpc64 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_x86_64 is not set CT_ARCH_USE_MMU=y # @@ -265,16 +272,18 @@ CT_CC_SUPPORT_OBJCXX=y CT_CC_LANG_CXX=y CT_CC_LANG_FORTRAN=y CT_CC_LANG_JAVA=y -CT_LIBC="glibc" # # C-library # +CT_LIBC="glibc" CT_LIBC_VERSION="2.9" # CT_LIBC_eglibc is not set CT_LIBC_glibc=y # CT_LIBC_newlib is not set +# CT_LIBC_none is not set # CT_LIBC_uClibc is not set +# CT_LIBC_V_2_10_1 is not set CT_LIBC_V_2_9=y # CT_LIBC_V_2_8 is not set # CT_LIBC_V_2_7 is not set @@ -300,13 +309,13 @@ CT_LIBC_ADDONS_LIST="" CT_LIBC_GLIBC_KERNEL_VERSION_AS_HEADERS=y # CT_LIBC_GLIBC_KERNEL_VERSION_CHOSEN is not set CT_LIBC_GLIBC_MIN_KERNEL="2.6.31.1" +CT_LIBC_SUPPORT_NPTL=y +CT_LIBC_SUPPORT_LINUXTHREADS=y +CT_THREADS="nptl" # # Common C library options # -CT_LIBC_SUPPORT_NPTL=y -CT_LIBC_SUPPORT_LINUXTHREADS=y -CT_THREADS="nptl" CT_THREADS_NPTL=y # CT_THREADS_LINUXTHREADS is not set # CT_THREADS_NONE is not set |