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-860-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-860-linux-gnu')
-rw-r--r-- | samples/powerpc-860-linux-gnu/crosstool.config | 30 |
1 files changed, 19 insertions, 11 deletions
diff --git a/samples/powerpc-860-linux-gnu/crosstool.config b/samples/powerpc-860-linux-gnu/crosstool.config index aaecabaa..0a3fddd5 100644 --- a/samples/powerpc-860-linux-gnu/crosstool.config +++ b/samples/powerpc-860-linux-gnu/crosstool.config @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# crosstool-NG version: 1.2.0+svn_trunk@1158M -# Mon Oct 27 12:31:20 2008 +# crosstool-NG version: 1.2.0+svn_trunk@1228 +# Thu Nov 20 22:36:57 2008 # # @@ -13,10 +13,7 @@ # # CT_OBSOLETE is not set CT_EXPERIMENTAL=y -CT_DEBUG_CT=y -# CT_DEBUG_PAUSE_STEPS is not set -CT_DEBUG_CT_SAVE_STEPS=y -CT_DEBUG_CT_SAVE_STEPS_GZIP=y +# CT_DEBUG_CT is not set # # Paths @@ -43,6 +40,7 @@ CT_MIRROR_HTTP=y CT_MIRROR_SCHEME="http" CT_MIRROR_HOSTNAME="ymorin.is-a-geek.org" CT_MIRROR_BASE="/mirrors" +# CT_MIRROR_LS_R is not set CT_CONNECT_TIMEOUT=10 # CT_ONLY_DOWNLOAD is not set @@ -81,6 +79,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 @@ -135,15 +134,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" +CT_KERNEL_VERSION="2.6.26.8" # CT_KERNEL_bare_metal is not set CT_KERNEL_linux=y CT_KERNEL_LINUX_INSTALL=y @@ -155,8 +159,8 @@ 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_26=y +# 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 # CT_KERNEL_V_2_6_26_3 is not set @@ -164,10 +168,14 @@ CT_KERNEL_V_2_6_26=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_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 @@ -303,7 +311,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" +CT_LIBC_GLIBC_MIN_KERNEL="2.6.26.8" # # Tools facilities |