mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-20 09:06:19 +00:00
Update the armeb-unknow-linux-gnu sample.
This commit is contained in:
parent
3f3aef0db7
commit
c050562a41
@ -1,23 +1,28 @@
|
||||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# crosstool-NG version: 0.0.1
|
||||
# Fri Jan 26 19:25:07 2007
|
||||
# Sun Feb 25 12:06:43 2007
|
||||
#
|
||||
|
||||
#
|
||||
# Paths and misc options
|
||||
#
|
||||
CT_PARALLEL_JOBS=1
|
||||
CT_LOAD=0
|
||||
CT_NICE=0
|
||||
CT_USE_PIPES=y
|
||||
|
||||
#
|
||||
# Paths
|
||||
#
|
||||
CT_TARBALLS_DIR="${HOME}/dev/src"
|
||||
CT_SRC_DIR="${HOME}/x-tools/${CT_TARGET}/${CT_CC}-${CT_CC_VERSION}-${CT_LIBC}-${CT_LIBC_VERSION}/src"
|
||||
CT_BUILD_DIR="${HOME}/x-tools/${CT_TARGET}/${CT_CC}-${CT_CC_VERSION}-${CT_LIBC}-${CT_LIBC_VERSION}/build"
|
||||
CT_SRC_DIR="${HOME}/x-tools/src/${CT_TARGET}/${CT_CC}-${CT_CC_VERSION}-${CT_LIBC}-${CT_LIBC_VERSION}"
|
||||
CT_BUILD_DIR="${HOME}/x-tools/build/${CT_TARGET}/${CT_CC}-${CT_CC_VERSION}-${CT_LIBC}-${CT_LIBC_VERSION}"
|
||||
CT_PREFIX_DIR="${HOME}/x-tools/${CT_TARGET}"
|
||||
CT_INSTALL_DIR="${CT_PREFIX_DIR}"
|
||||
# CT_CUSTOM_PATCH is not set
|
||||
# CT_CUSTOM_PATCH_ONLY is not set
|
||||
CT_CUSTOM_PATCH_DIR=""
|
||||
|
||||
#
|
||||
# Downloading and extracting
|
||||
@ -54,8 +59,6 @@ CT_ARCH_ARM=y
|
||||
# CT_ARCH_x86_64 is not set
|
||||
CT_ARCH_BE=y
|
||||
# CT_ARCH_LE is not set
|
||||
# CT_ARCH_FLOAT_HW is not set
|
||||
CT_ARCH_FLOAT_SW=y
|
||||
|
||||
#
|
||||
# Target optimisations
|
||||
@ -63,6 +66,10 @@ CT_ARCH_FLOAT_SW=y
|
||||
CT_ARCH_CPU="xscale"
|
||||
CT_ARCH_TUNE="xscale"
|
||||
CT_ARCH_ARCH="armv5te"
|
||||
CT_ARCH_FPU=""
|
||||
# CT_ARCH_FLOAT_HW is not set
|
||||
CT_ARCH_FLOAT_SW=y
|
||||
CT_ARCH_FLOAT_SW_LIBFLOAT=y
|
||||
CT_TARGET_CFLAGS=""
|
||||
|
||||
#
|
||||
@ -70,7 +77,9 @@ CT_TARGET_CFLAGS=""
|
||||
#
|
||||
CT_USE_SYSROOT=y
|
||||
CT_SHARED_LIBS=y
|
||||
# CT_TARGET_MULTILIB is not set
|
||||
CT_TARGET_VENDOR="unknown"
|
||||
CT_TARGET_ALIAS=""
|
||||
CT_ARCH="arm"
|
||||
CT_BUILD=""
|
||||
CT_CC_NATIVE="gcc"
|
||||
@ -98,6 +107,8 @@ CT_KERNEL_VERSION_SEE_EXTRAVERSION=y
|
||||
# CT_KERNEL_INSTALL_V_2_6_18_6 is not set
|
||||
# CT_KERNEL_INSTALL_V_2_6_19 is not set
|
||||
CT_KERNEL_INSTALL_V_2_6_19_1=y
|
||||
# CT_KERNEL_INSTALL_V_2_6_19_2 is not set
|
||||
# CT_KERNEL_INSTALL_V_2_6_20 is not set
|
||||
# CT_KERNEL_COPY_V_2_6_0 is not set
|
||||
# CT_KERNEL_COPY_V_2_6_1 is not set
|
||||
# CT_KERNEL_COPY_V_2_6_2 is not set
|
||||
@ -232,7 +243,7 @@ CT_KERNEL_LINUX_CONFIG_FILE="${CT_TOP_DIR}/samples/${CT_TARGET}/${CT_KERNEL}-${C
|
||||
#
|
||||
# binutils
|
||||
#
|
||||
CT_BINUTILS_VERSION="2.17.50.0.8"
|
||||
CT_BINUTILS_VERSION="2.17.50.0.10"
|
||||
# CT_BINUTILS_V_2_11_2 is not set
|
||||
# CT_BINUTILS_V_2_13_90 is not set
|
||||
# CT_BINUTILS_V_2_14 is not set
|
||||
@ -251,7 +262,9 @@ CT_BINUTILS_VERSION="2.17.50.0.8"
|
||||
# CT_BINUTILS_V_2_17_50_0_5 is not set
|
||||
# CT_BINUTILS_V_2_17_50_0_6 is not set
|
||||
# CT_BINUTILS_V_2_17_50_0_7 is not set
|
||||
CT_BINUTILS_V_2_17_50_0_8=y
|
||||
# CT_BINUTILS_V_2_17_50_0_8 is not set
|
||||
# CT_BINUTILS_V_2_17_50_0_9 is not set
|
||||
CT_BINUTILS_V_2_17_50_0_10=y
|
||||
CT_BINUTILS_EXTRA_CONFIG=""
|
||||
|
||||
#
|
||||
@ -286,6 +299,7 @@ CT_CC_CORE="gcc"
|
||||
# CT_CC_CORE_V_4_0_1 is not set
|
||||
# CT_CC_CORE_V_4_0_2 is not set
|
||||
# CT_CC_CORE_V_4_0_3 is not set
|
||||
# CT_CC_CORE_V_4_0_4 is not set
|
||||
# CT_CC_CORE_V_4_1_0 is not set
|
||||
# CT_CC_CORE_V_4_1_1 is not set
|
||||
CT_CC_CORE_EXTRA_CONFIG=""
|
||||
@ -294,7 +308,7 @@ CT_CC_CORE_EXTRA_CONFIG=""
|
||||
# Final C compiler
|
||||
#
|
||||
CT_CC_GCC=y
|
||||
CT_CC_VERSION="3.4.4"
|
||||
CT_CC_VERSION="4.0.4"
|
||||
CT_CC="gcc"
|
||||
# CT_CC_V_2_95_3 is not set
|
||||
# CT_CC_V_3_2_3 is not set
|
||||
@ -309,32 +323,41 @@ CT_CC="gcc"
|
||||
# CT_CC_V_3_4_1 is not set
|
||||
# CT_CC_V_3_4_2 is not set
|
||||
# CT_CC_V_3_4_3 is not set
|
||||
CT_CC_V_3_4_4=y
|
||||
# CT_CC_V_3_4_4 is not set
|
||||
# CT_CC_V_3_4_5 is not set
|
||||
# CT_CC_V_4_0_0 is not set
|
||||
# CT_CC_V_4_0_1 is not set
|
||||
# CT_CC_V_4_0_2 is not set
|
||||
# CT_CC_V_4_0_3 is not set
|
||||
CT_CC_V_4_0_4=y
|
||||
# CT_CC_V_4_1_0 is not set
|
||||
# CT_CC_V_4_1_1 is not set
|
||||
CT_CC_EXTRA_CONFIG=""
|
||||
CT_CC_SUPPORT_C=y
|
||||
CT_CC_SUPPORT_CXX=y
|
||||
CT_CC_SUPPORT_FORTRAN=y
|
||||
CT_CC_SUPPORT_JAVA=y
|
||||
CT_CC_SUPPORT_ADA=y
|
||||
CT_CC_SUPPORT_OBJC=y
|
||||
CT_CC_SUPPORT_OBJCXX=y
|
||||
|
||||
#
|
||||
# Supported languages:
|
||||
# Additionnal supported languages:
|
||||
#
|
||||
CT_CC_LANG_C=y
|
||||
# CT_CC_LANG_CXX is not set
|
||||
# CT_CC_LANG_FORTRAN is not set
|
||||
# CT_CC_LANG_JAVA is not set
|
||||
# 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 is not set
|
||||
CT_LIBC_UCLIBC=y
|
||||
CT_LIBC_VERSION="20070103"
|
||||
CT_LIBC="uClibc"
|
||||
CT_LIBC_GLIBC=y
|
||||
# CT_LIBC_UCLIBC is not set
|
||||
CT_LIBC_VERSION="2.4"
|
||||
CT_LIBC="glibc"
|
||||
# CT_LIBC_V_1_09_1 is not set
|
||||
# CT_LIBC_V_2_0_1 is not set
|
||||
# CT_LIBC_V_2_0_6 is not set
|
||||
@ -354,24 +377,28 @@ CT_LIBC="uClibc"
|
||||
# CT_LIBC_V_2_3_4 is not set
|
||||
# CT_LIBC_V_2_3_5 is not set
|
||||
# CT_LIBC_V_2_3_6 is not set
|
||||
# CT_LIBC_V_2_4 is not set
|
||||
CT_LIBC_V_2_4=y
|
||||
# CT_LIBC_V_2_5 is not set
|
||||
# CT_LIBC_GLIBC_THREADS_NPTL is not set
|
||||
# CT_LIBC_GLIBC_THREADS_LINUXTHREADS is not set
|
||||
CT_LIBC_GLIBC_THREADS_LINUXTHREADS=y
|
||||
# CT_LIBC_GLIBC_THREADS_NONE is not set
|
||||
CT_LIBC_GLIBC_EXTRA_CONFIG=""
|
||||
CT_LIBC_GLIBC_EXTRA_CFLAGS=""
|
||||
CT_LIBC_EXTRA_CC_ARGS=""
|
||||
CT_LIBC_GLIBC_CONFIGPARMS=""
|
||||
CT_LIBC_ADDONS=""
|
||||
CT_LIBC_GLIBC_USE_PORTS=y
|
||||
# CT_LIBC_ADDONS is not set
|
||||
CT_LIBC_ADDONS_LIST=""
|
||||
# CT_LIBC_V_snapshot is not set
|
||||
CT_LIBC_V_specific_date=y
|
||||
# CT_LIBC_V_specific_date is not set
|
||||
# CT_LIBC_V_0_9_26 is not set
|
||||
# CT_LIBC_V_0_9_27 is not set
|
||||
# CT_LIBC_V_0_9_28 is not set
|
||||
CT_LIBC_UCLIBC_DEBUG_LEVEL_0=y
|
||||
# CT_LIBC_V_0_9_28_1 is not set
|
||||
# CT_LIBC_V_0_9_28_2 is not set
|
||||
# CT_LIBC_UCLIBC_DEBUG_LEVEL_0 is not set
|
||||
# CT_LIBC_UCLIBC_DEBUG_LEVEL_1 is not set
|
||||
# CT_LIBC_UCLIBC_DEBUG_LEVEL_2 is not set
|
||||
CT_LIBC_UCLIBC_DEBUG_LEVEL=0
|
||||
CT_LIBC_UCLIBC_CONFIG_FILE="${CT_TOP_DIR}/samples/${CT_TARGET}/${CT_LIBC}-${CT_LIBC_VERSION}.config"
|
||||
CT_LIBC_UCLIBC_CONFIG_FILE=""
|
||||
# CT_LIBC_UCLIBC_LOCALES is not set
|
||||
|
Loading…
x
Reference in New Issue
Block a user