diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-11-17 11:33:59 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-11-17 11:33:59 +0100 |
commit | 28b38f922241bd273f4f71823c037d4af43d96ba (patch) | |
tree | f43a7ec76d126f568f2c150fe1b7e3c475d7843f /samples/powerpc-unknown-linux-uclibc | |
parent | 1f1863634345b157531fca21512784401b63752a (diff) | |
download | crosstool-ng-28b38f922241bd273f4f71823c037d4af43d96ba.tar.gz crosstool-ng-28b38f922241bd273f4f71823c037d4af43d96ba.tar.bz2 crosstool-ng-28b38f922241bd273f4f71823c037d4af43d96ba.zip |
arch/ppc: commonalise the 32- and 64-bit PowerPC arch
Diffstat (limited to 'samples/powerpc-unknown-linux-uclibc')
-rw-r--r-- | samples/powerpc-unknown-linux-uclibc/crosstool.config | 23 |
1 files changed, 16 insertions, 7 deletions
diff --git a/samples/powerpc-unknown-linux-uclibc/crosstool.config b/samples/powerpc-unknown-linux-uclibc/crosstool.config index 406ab620..ecaf6b8a 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@1596_241387704817 -# Wed Oct 28 23:18:19 2009 +# crosstool-NG version: hg_default@1634_192aef864818 +# Tue Nov 17 11:24:26 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="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 +# CT_ARCH_SUPPORTS_64 is not set # CT_ARCH_SUPPORT_ARCH is not set CT_ARCH_SUPPORT_ABI=y 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_ABI="" CT_ARCH_CPU="" CT_ARCH_TUNE="" +CT_ARCH_32b=y +# CT_ARCH_64b is not set # CT_ARCH_FLOAT_HW is not set CT_ARCH_FLOAT_SW=y CT_TARGET_CFLAGS="" @@ -113,7 +120,8 @@ CT_TARGET_LDFLAGS="" # CT_ARCH_ia64 is not set # CT_ARCH_mips is not set CT_ARCH_powerpc=y -# 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 is not set # CT_ARCH_x86_64 is not set @@ -263,15 +271,16 @@ CT_CC_SUPPORT_OBJCXX=y CT_CC_LANG_CXX=y CT_CC_LANG_FORTRAN=y # CT_CC_LANG_JAVA is not set -CT_LIBC="uClibc" # # C-library # +CT_LIBC="uClibc" CT_LIBC_VERSION="0.9.30.1" # CT_LIBC_eglibc is not set # CT_LIBC_glibc is not set # CT_LIBC_newlib is not set +# CT_LIBC_none is not set CT_LIBC_uClibc=y CT_LIBC_V_0_9_30_1=y # CT_LIBC_V_0_9_30 is not set @@ -291,13 +300,13 @@ CT_LIBC_UCLIBC_DEBUG_LEVEL=0 CT_LIBC_UCLIBC_BUILD_CROSS_LDD=y CT_LIBC_UCLIBC_CONFIG_FILE="${CT_LIB_DIR}/samples/${CT_TARGET}/${CT_LIBC}-${CT_LIBC_VERSION}.config" # CT_LIBC_UCLIBC_LOCALES is not set +# CT_LIBC_SUPPORT_NPTL is not set +CT_LIBC_SUPPORT_LINUXTHREADS=y +CT_THREADS="linuxthreads" # # Common C library options # -# CT_LIBC_SUPPORT_NPTL is not set -CT_LIBC_SUPPORT_LINUXTHREADS=y -CT_THREADS="linuxthreads" # CT_THREADS_NPTL is not set CT_THREADS_LINUXTHREADS=y # CT_THREADS_NONE is not set |