diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-11-21 06:39:52 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-11-21 06:39:52 +0000 |
commit | f2ea0ade3a37e1d650e3dbb219dc19f983c40b0d (patch) | |
tree | b9b2fff16d532fa9c84346c1af95e5b95256673c /samples/powerpc-unknown-linux-gnu | |
parent | 70fa0c34ce90867aeb93054165cd09c27b7454ba (diff) | |
download | crosstool-ng-f2ea0ade3a37e1d650e3dbb219dc19f983c40b0d.tar.gz crosstool-ng-f2ea0ade3a37e1d650e3dbb219dc19f983c40b0d.tar.bz2 crosstool-ng-f2ea0ade3a37e1d650e3dbb219dc19f983c40b0d.zip |
Update the PowerPC samples.
/trunk/samples/powerpc-e500v2-linux-gnuspe/crosstool.config | 43 26 17 0 +-
/trunk/samples/powerpc-unknown-linux-gnu/crosstool.config | 24 17 7 0 +
/trunk/samples/powerpc-unknown_nofpu-linux-gnu/crosstool.config | 24 17 7 0 +
/trunk/samples/powerpc-unknown-linux-uclibc/uClibc-0.9.30.config | 248 248 0 0 ++++++++++++++
/trunk/samples/powerpc-unknown-linux-uclibc/crosstool.config | 28 20 8 0 +-
/trunk/samples/powerpc-860-linux-gnu/crosstool.config | 30 19 11 0 +-
6 files changed, 347 insertions(+), 50 deletions(-)
Diffstat (limited to 'samples/powerpc-unknown-linux-gnu')
-rw-r--r-- | samples/powerpc-unknown-linux-gnu/crosstool.config | 24 |
1 files changed, 17 insertions, 7 deletions
diff --git a/samples/powerpc-unknown-linux-gnu/crosstool.config b/samples/powerpc-unknown-linux-gnu/crosstool.config index 831921e3..e3ab108e 100644 --- a/samples/powerpc-unknown-linux-gnu/crosstool.config +++ b/samples/powerpc-unknown-linux-gnu/crosstool.config @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# crosstool-NG version: 1.2.0+svn_trunk@1160 -# Tue Oct 28 15:11:13 2008 +# crosstool-NG version: 1.2.0+svn_trunk@1228 +# Thu Nov 20 22:40:52 2008 # # @@ -78,6 +78,7 @@ CT_LOG_FILE_COMPRESS=y # Target options # CT_ARCH="powerpc" +# CT_ARCH_64 is not set # CT_ARCH_SUPPORT_ARCH is not set CT_ARCH_SUPPORT_ABI=y CT_ARCH_SUPPORT_CPU=y @@ -132,15 +133,20 @@ CT_CROSS=y # CT_CROSS_NATIVE is not set # CT_CANADIAN is not set CT_TOOLCHAIN_TYPE="cross" + +# +# Build system +# CT_BUILD="" -CT_CC_NATIVE="gcc" +CT_BUILD_PREFIX="" +CT_BUILD_SUFFIX="" # # Operating System # # CT_BARE_METAL is not set CT_KERNEL="linux" -CT_KERNEL_VERSION="2.6.26.7" +CT_KERNEL_VERSION="2.6.26.8" # CT_KERNEL_bare_metal is not set CT_KERNEL_linux=y CT_KERNEL_LINUX_INSTALL=y @@ -152,7 +158,7 @@ CT_KERNEL_LINUX_INSTALL_CHECK=y # CT_KERNEL_V_2_6_22_19 is not set # CT_KERNEL_V_2_6_23_17 is not set # CT_KERNEL_V_2_6_24_7 is not set -# CT_KERNEL_V_2_6_25_19 is not set +# CT_KERNEL_V_2_6_25_20 is not set # CT_KERNEL_V_2_6_26 is not set # CT_KERNEL_V_2_6_26_1 is not set # CT_KERNEL_V_2_6_26_2 is not set @@ -160,11 +166,15 @@ CT_KERNEL_LINUX_INSTALL_CHECK=y # CT_KERNEL_V_2_6_26_4 is not set # 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=y +# CT_KERNEL_V_2_6_26_7 is not set +CT_KERNEL_V_2_6_26_8=y # 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 # CT_KERNEL_V_2_6_27_3 is not set +# CT_KERNEL_V_2_6_27_4 is not set +# CT_KERNEL_V_2_6_27_5 is not set +# CT_KERNEL_V_2_6_27_6 is not set CT_KERNEL_LINUX_VERBOSITY_0=y # CT_KERNEL_LINUX_VERBOSITY_1 is not set # CT_KERNEL_LINUX_VERBOSITY_2 is not set @@ -296,7 +306,7 @@ 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.7" +CT_LIBC_GLIBC_MIN_KERNEL="2.6.26.8" # # Tools facilities |