mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-20 21:33:08 +00:00
Update the i686-unknown-linux-gnu sample to use up-to-date components.
/trunk/samples/i686-nptl-linux-gnu/crosstool.config | 46 30 16 0 ++++++++++++++++++--------- 1 file changed, 30 insertions(+), 16 deletions(-)
This commit is contained in:
parent
b60a8806c6
commit
26cb83f176
@ -1,7 +1,7 @@
|
||||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# crosstool-NG version: svn_trunk@1297M
|
||||
# Tue Jan 6 23:17:38 2009
|
||||
# crosstool-NG version: svn_trunk@1360:1361
|
||||
# Mon Feb 2 18:34:27 2009
|
||||
#
|
||||
|
||||
#
|
||||
@ -30,6 +30,7 @@ CT_INSTALL_DIR_RO=y
|
||||
#
|
||||
# Downloading
|
||||
#
|
||||
# CT_FORBID_DOWNLOAD is not set
|
||||
# CT_FORCE_DOWNLOAD is not set
|
||||
# CT_USE_PROXY is not set
|
||||
CT_PROXY_TYPE="none"
|
||||
@ -103,6 +104,7 @@ 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_sh is not set
|
||||
CT_ARCH_x86=y
|
||||
# CT_ARCH_x86_64 is not set
|
||||
@ -145,7 +147,7 @@ CT_BUILD_SUFFIX=""
|
||||
#
|
||||
# CT_BARE_METAL is not set
|
||||
CT_KERNEL="linux"
|
||||
CT_KERNEL_VERSION="2.6.26.8"
|
||||
CT_KERNEL_VERSION="2.6.28.2"
|
||||
# CT_KERNEL_bare_metal is not set
|
||||
CT_KERNEL_linux=y
|
||||
CT_KERNEL_LINUX_INSTALL=y
|
||||
@ -166,7 +168,7 @@ CT_KERNEL_LINUX_INSTALL_CHECK=y
|
||||
# CT_KERNEL_V_2_6_26_5 is not set
|
||||
# CT_KERNEL_V_2_6_26_6 is not set
|
||||
# CT_KERNEL_V_2_6_26_7 is not set
|
||||
CT_KERNEL_V_2_6_26_8=y
|
||||
# CT_KERNEL_V_2_6_26_8 is not set
|
||||
# CT_KERNEL_V_2_6_27 is not set
|
||||
# CT_KERNEL_V_2_6_27_1 is not set
|
||||
# CT_KERNEL_V_2_6_27_2 is not set
|
||||
@ -178,7 +180,12 @@ CT_KERNEL_V_2_6_26_8=y
|
||||
# CT_KERNEL_V_2_6_27_8 is not set
|
||||
# CT_KERNEL_V_2_6_27_9 is not set
|
||||
# CT_KERNEL_V_2_6_27_10 is not set
|
||||
# CT_KERNEL_V_2_6_27_11 is not set
|
||||
# CT_KERNEL_V_2_6_27_12 is not set
|
||||
# CT_KERNEL_V_2_6_27_13 is not set
|
||||
# CT_KERNEL_V_2_6_28 is not set
|
||||
# CT_KERNEL_V_2_6_28_1 is not set
|
||||
CT_KERNEL_V_2_6_28_2=y
|
||||
CT_KERNEL_LINUX_VERBOSITY_0=y
|
||||
# CT_KERNEL_LINUX_VERBOSITY_1 is not set
|
||||
# CT_KERNEL_LINUX_VERBOSITY_2 is not set
|
||||
@ -249,6 +256,7 @@ CT_CC_gcc=y
|
||||
# CT_CC_V_4_3_0 is not set
|
||||
# CT_CC_V_4_3_1 is not set
|
||||
CT_CC_V_4_3_2=y
|
||||
# CT_CC_V_4_3_3 is not set
|
||||
CT_CC_GCC_4_3_or_later=y
|
||||
CT_CC_CXA_ATEXIT=y
|
||||
CT_CC_SJLJ_EXCEPTIONS_CONFIGURE=y
|
||||
@ -277,7 +285,7 @@ CT_LIBC="glibc"
|
||||
#
|
||||
# C-library
|
||||
#
|
||||
CT_LIBC_VERSION="2.6.1"
|
||||
CT_LIBC_VERSION="2_9"
|
||||
# CT_LIBC_eglibc is not set
|
||||
CT_LIBC_glibc=y
|
||||
# CT_LIBC_uClibc is not set
|
||||
@ -285,23 +293,19 @@ CT_LIBC_glibc=y
|
||||
# CT_LIBC_V_2_5 is not set
|
||||
# CT_LIBC_V_2_5_1 is not set
|
||||
# CT_LIBC_V_2_6 is not set
|
||||
CT_LIBC_V_2_6_1=y
|
||||
# CT_LIBC_V_2_6_1 is not set
|
||||
# CT_LIBC_V_2_7 is not set
|
||||
# CT_LIBC_V_2_8 is not set
|
||||
# CT_LIBC_V_2_9 is not set
|
||||
CT_LIBC_V_2_9=y
|
||||
# CT_LIBC_V_LATEST is not set
|
||||
# CT_LIBC_V_date is not set
|
||||
# CT_LIBC_GLIBC_2_8_or_later is not set
|
||||
CT_LIBC_GLIBC_2_8_or_later=y
|
||||
# CT_LIBC_GLIBC_latest_snapshot is not set
|
||||
|
||||
#
|
||||
# Common C library options
|
||||
# Using CVS checkout
|
||||
#
|
||||
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
|
||||
CT_LIBC_GLIBC_CVS_date="20081119"
|
||||
|
||||
#
|
||||
# glibc/eglibc common options
|
||||
@ -314,7 +318,17 @@ CT_LIBC_ADDONS_LIST=""
|
||||
# CT_LIBC_GLIBC_KERNEL_VERSION_NONE is not set
|
||||
CT_LIBC_GLIBC_KERNEL_VERSION_AS_HEADERS=y
|
||||
# CT_LIBC_GLIBC_KERNEL_VERSION_CHOSEN is not set
|
||||
CT_LIBC_GLIBC_MIN_KERNEL="2.6.26.8"
|
||||
CT_LIBC_GLIBC_MIN_KERNEL="2.6.28.2"
|
||||
|
||||
#
|
||||
# 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
|
||||
|
||||
#
|
||||
# Tools facilities
|
||||
|
Loading…
Reference in New Issue
Block a user