mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-29 15:44:03 +00:00
Update the armeb-unknown-linux-uclibc sample to use linux-2.6.20.6 headers and binutils-2.17.50.0.14.
This commit is contained in:
parent
be398a9031
commit
0a5d7a0bb6
@ -1,7 +1,7 @@
|
||||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# crosstool-NG version: 0.0.1
|
||||
# Wed Mar 21 21:45:06 2007
|
||||
# Tue Apr 10 17:26:53 2007
|
||||
#
|
||||
|
||||
#
|
||||
@ -16,9 +16,9 @@ CT_USE_PIPES=y
|
||||
# Paths
|
||||
#
|
||||
CT_TARBALLS_DIR="${HOME}/dev/src"
|
||||
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_SRC_DIR="${CT_TOP_DIR}/build/${CT_TARGET}/${CT_CC}-${CT_CC_VERSION}-${CT_LIBC}-${CT_LIBC_VERSION}/src"
|
||||
CT_BUILD_DIR="${CT_TOP_DIR}/build/${CT_TARGET}/${CT_CC}-${CT_CC_VERSION}-${CT_LIBC}-${CT_LIBC_VERSION}/build"
|
||||
CT_PREFIX_DIR="/opt/x-tools/${CT_TARGET}"
|
||||
CT_INSTALL_DIR="${CT_PREFIX_DIR}"
|
||||
# CT_CUSTOM_PATCH is not set
|
||||
# CT_CUSTOM_PATCH_ONLY is not set
|
||||
@ -93,7 +93,7 @@ CT_HOST_CC=""
|
||||
#
|
||||
CT_KERNEL_LINUX=y
|
||||
# CT_KERNEL_CYGWIN is not set
|
||||
CT_KERNEL_VERSION="2.6.20.1"
|
||||
CT_KERNEL_VERSION="2.6.20.6"
|
||||
CT_KERNEL_LINUX_HEADERS_INSTALL=y
|
||||
# CT_KERNEL_LINUX_HEADERS_SANITISED is not set
|
||||
# CT_KERNEL_LINUX_HEADERS_COPY is not set
|
||||
@ -110,7 +110,12 @@ CT_KERNEL_VERSION_SEE_EXTRAVERSION=y
|
||||
# CT_KERNEL_INSTALL_V_2_6_19_1 is not set
|
||||
# CT_KERNEL_INSTALL_V_2_6_19_2 is not set
|
||||
# CT_KERNEL_INSTALL_V_2_6_20 is not set
|
||||
CT_KERNEL_INSTALL_V_2_6_20_1=y
|
||||
# CT_KERNEL_INSTALL_V_2_6_20_1 is not set
|
||||
# CT_KERNEL_INSTALL_V_2_6_20_2 is not set
|
||||
# CT_KERNEL_INSTALL_V_2_6_20_3 is not set
|
||||
# CT_KERNEL_INSTALL_V_2_6_20_4 is not set
|
||||
# CT_KERNEL_INSTALL_V_2_6_20_5 is not set
|
||||
CT_KERNEL_INSTALL_V_2_6_20_6=y
|
||||
# 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
|
||||
@ -245,7 +250,7 @@ CT_KERNEL_LINUX_CONFIG_FILE="${CT_TOP_DIR}/samples/${CT_TARGET}/${CT_KERNEL}-${C
|
||||
#
|
||||
# binutils
|
||||
#
|
||||
CT_BINUTILS_VERSION="2.17.50.0.10"
|
||||
CT_BINUTILS_VERSION="2.17.50.0.14"
|
||||
# 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
|
||||
@ -266,7 +271,11 @@ CT_BINUTILS_VERSION="2.17.50.0.10"
|
||||
# CT_BINUTILS_V_2_17_50_0_7 is not set
|
||||
# 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_V_2_17_50_0_10 is not set
|
||||
# CT_BINUTILS_V_2_17_50_0_11 is not set
|
||||
# CT_BINUTILS_V_2_17_50_0_12 is not set
|
||||
# CT_BINUTILS_V_2_17_50_0_13 is not set
|
||||
CT_BINUTILS_V_2_17_50_0_14=y
|
||||
CT_BINUTILS_EXTRA_CONFIG=""
|
||||
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user