mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-18 02:39:46 +00:00
Update the i686 sample to not use EXPERIMENTAL features.
/trunk/samples/i686-nptl-linux-gnu/crosstool.config | 51 28 23 0 +++++++++++++++------------ 1 file changed, 28 insertions(+), 23 deletions(-)
This commit is contained in:
parent
15ff521e40
commit
c202ddac61
@ -1,7 +1,7 @@
|
||||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# crosstool-NG version: 1.2.0+svn_trunk@899M
|
||||
# Thu Aug 7 15:58:53 2008
|
||||
# crosstool-NG version: 1.2.0+svn_trunk@976
|
||||
# Thu Sep 4 19:02:50 2008
|
||||
#
|
||||
|
||||
#
|
||||
@ -12,8 +12,7 @@
|
||||
# crosstool-NG behavior
|
||||
#
|
||||
# CT_OBSOLETE is not set
|
||||
CT_EXPERIMENTAL=y
|
||||
# CT_BROKEN is not set
|
||||
# CT_EXPERIMENTAL is not set
|
||||
# CT_DEBUG_CT is not set
|
||||
|
||||
#
|
||||
@ -52,6 +51,7 @@ CT_PARALLEL_JOBS=1
|
||||
CT_LOAD=0
|
||||
CT_NICE=0
|
||||
CT_USE_PIPES=y
|
||||
# CT_CONFIG_SHELL_ASH is not set
|
||||
|
||||
#
|
||||
# Logging
|
||||
@ -86,6 +86,7 @@ CT_ARCH_TUNE=""
|
||||
CT_ARCH_FLOAT_HW=y
|
||||
# CT_ARCH_FLOAT_SW is not set
|
||||
CT_TARGET_CFLAGS=""
|
||||
CT_TARGET_LDFLAGS=""
|
||||
|
||||
#
|
||||
# General target options
|
||||
@ -112,10 +113,6 @@ CT_ARCH_x86=y
|
||||
#
|
||||
CT_USE_SYSROOT=y
|
||||
CT_SHARED_LIBS=y
|
||||
CT_THREADS_NPTL=y
|
||||
# CT_THREADS_LINUXTHREADS is not set
|
||||
# CT_THREADS_NONE is not set
|
||||
CT_THREADS="nptl"
|
||||
CT_TARGET_VENDOR="nptl"
|
||||
CT_TARGET_ALIAS_SED_EXPR=""
|
||||
CT_TARGET_ALIAS=""
|
||||
@ -135,7 +132,7 @@ CT_CC_NATIVE="gcc"
|
||||
# Kernel
|
||||
#
|
||||
CT_KERNEL_LINUX=y
|
||||
CT_KERNEL_VERSION="2.6.26"
|
||||
CT_KERNEL_VERSION="2.6.26.3"
|
||||
CT_KERNEL_LINUX_HEADERS_INSTALL=y
|
||||
# CT_KERNEL_LINUX_HEADERS_SANITISED is not set
|
||||
# CT_KERNEL_LINUX_HEADERS_COPY is not set
|
||||
@ -169,8 +166,13 @@ CT_KERNEL_VERSION_SEE_EXTRAVERSION=y
|
||||
# CT_KERNEL_INSTALL_V_2_6_25_10 is not set
|
||||
# CT_KERNEL_INSTALL_V_2_6_25_11 is not set
|
||||
# CT_KERNEL_INSTALL_V_2_6_25_12 is not set
|
||||
CT_KERNEL_INSTALL_V_2_6_26=y
|
||||
# CT_KERNEL_INSTALL_V_2_6_25_13 is not set
|
||||
# CT_KERNEL_INSTALL_V_2_6_25_14 is not set
|
||||
# CT_KERNEL_INSTALL_V_2_6_25_15 is not set
|
||||
# CT_KERNEL_INSTALL_V_2_6_26 is not set
|
||||
# CT_KERNEL_INSTALL_V_2_6_26_1 is not set
|
||||
# CT_KERNEL_INSTALL_V_2_6_26_2 is not set
|
||||
CT_KERNEL_INSTALL_V_2_6_26_3=y
|
||||
CT_KERNEL_LINUX_HEADERS_INSTALL_CHECK=y
|
||||
CT_KERNEL_LINUX_VERBOSITY_0=y
|
||||
# CT_KERNEL_LINUX_VERBOSITY_1 is not set
|
||||
@ -193,16 +195,16 @@ CT_MPFR_CHECK=y
|
||||
#
|
||||
# binutils
|
||||
#
|
||||
CT_BINUTILS_VERSION="2.18.50.0.8"
|
||||
CT_BINUTILS_VERSION="2.18"
|
||||
# CT_BINUTILS_V_2_14 is not set
|
||||
# CT_BINUTILS_V_2_15 is not set
|
||||
# CT_BINUTILS_V_2_16_1 is not set
|
||||
# CT_BINUTILS_V_2_17 is not set
|
||||
# CT_BINUTILS_V_2_18 is not set
|
||||
CT_BINUTILS_V_2_18=y
|
||||
# CT_BINUTILS_V_2_18_50_0_4 is not set
|
||||
# CT_BINUTILS_V_2_18_50_0_6 is not set
|
||||
# CT_BINUTILS_V_2_18_50_0_7 is not set
|
||||
CT_BINUTILS_V_2_18_50_0_8=y
|
||||
# CT_BINUTILS_V_2_18_50_0_8 is not set
|
||||
CT_BINUTILS_EXTRA_CONFIG=""
|
||||
CT_BINUTILS_FOR_TARGET=y
|
||||
CT_BINUTILS_FOR_TARGET_IBERTY=y
|
||||
@ -255,20 +257,11 @@ CT_CC_SUPPORT_OBJCXX=y
|
||||
CT_CC_LANG_CXX=y
|
||||
CT_CC_LANG_FORTRAN=y
|
||||
CT_CC_LANG_JAVA=y
|
||||
# CT_CC_LANG_ADA is not set
|
||||
# CT_CC_LANG_OBJC is not set
|
||||
# CT_CC_LANG_OBJCXX is not set
|
||||
CT_CC_LANG_OTHERS=""
|
||||
|
||||
#
|
||||
# C-library
|
||||
#
|
||||
CT_LIBC_GLIBC=y
|
||||
# CT_LIBC_UCLIBC is not set
|
||||
CT_LIBC_VERSION="2.6.1"
|
||||
CT_LIBC="glibc"
|
||||
CT_LIBC_SUPPORT_NPTL=y
|
||||
CT_LIBC_SUPPORT_LINUXTHREADS=y
|
||||
# CT_LIBC_V_LATEST is not set
|
||||
# CT_LIBC_V_date is not set
|
||||
# CT_LIBC_V_2_3_6 is not set
|
||||
@ -277,12 +270,24 @@ CT_LIBC_SUPPORT_LINUXTHREADS=y
|
||||
# CT_LIBC_V_2_6 is not set
|
||||
CT_LIBC_V_2_6_1=y
|
||||
# CT_LIBC_V_2_7 is not set
|
||||
CT_LIBC_VERSION="2.6.1"
|
||||
CT_LIBC_GLIBC_CONFIGPARMS=""
|
||||
CT_LIBC_GLIBC_EXTRA_CONFIG=""
|
||||
CT_LIBC_GLIBC_EXTRA_CFLAGS=""
|
||||
CT_LIBC_EXTRA_CC_ARGS=""
|
||||
CT_LIBC_GLIBC_CONFIGPARMS=""
|
||||
# CT_LIBC_GLIBC_USE_PORTS is not set
|
||||
# CT_LIBC_ADDONS is not set
|
||||
CT_LIBC_GLIBC_USE_HEADERS_MIN_KERNEL=y
|
||||
CT_LIBC_GLIBC_MIN_KERNEL="2.6.26.3"
|
||||
# CT_LIBC_EGLIBC is not set
|
||||
# CT_LIBC_UCLIBC is not set
|
||||
CT_LIBC="glibc"
|
||||
CT_LIBC_SUPPORT_NPTL=y
|
||||
CT_LIBC_SUPPORT_LINUXTHREADS=y
|
||||
CT_THREADS_NPTL=y
|
||||
# CT_THREADS_LINUXTHREADS is not set
|
||||
# CT_THREADS_NONE is not set
|
||||
CT_THREADS="nptl"
|
||||
|
||||
#
|
||||
# Tools facilities
|
||||
|
Loading…
Reference in New Issue
Block a user