diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-08-07 21:29:08 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-08-07 21:29:08 +0000 |
commit | 2ad2fc7f2671309fe48872f8ddd6c985df4207e0 (patch) | |
tree | d55f75d34c4b13434500ee376a6639be8f223533 /samples/powerpc-unknown-linux-gnu | |
parent | ef0f400c264178ddf8d7492b397f354529b59947 (diff) | |
download | crosstool-ng-2ad2fc7f2671309fe48872f8ddd6c985df4207e0.tar.gz crosstool-ng-2ad2fc7f2671309fe48872f8ddd6c985df4207e0.tar.bz2 crosstool-ng-2ad2fc7f2671309fe48872f8ddd6c985df4207e0.zip |
glibc-based toolchain for PowerPC can now build using the latest kernel headers (2.6.26.1).
/trunk/samples/powerpc-unknown-linux-gnu/crosstool.config | 13 7 6 0 +++++++------
/trunk/samples/powerpc-unknown_nofpu-linux-gnu/crosstool.config | 13 7 6 0 +++++++------
2 files changed, 14 insertions(+), 12 deletions(-)
Diffstat (limited to 'samples/powerpc-unknown-linux-gnu')
-rw-r--r-- | samples/powerpc-unknown-linux-gnu/crosstool.config | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/samples/powerpc-unknown-linux-gnu/crosstool.config b/samples/powerpc-unknown-linux-gnu/crosstool.config index 80c975c8..2bfe62b7 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@899M -# Thu Aug 7 15:59:37 2008 +# crosstool-NG version: 1.2.0+svn_trunk@905 +# Thu Aug 7 21:27:00 2008 # # @@ -11,7 +11,7 @@ # # crosstool-NG behavior # -CT_OBSOLETE=y +# CT_OBSOLETE is not set CT_EXPERIMENTAL=y # CT_BROKEN is not set # CT_DEBUG_CT is not set @@ -102,6 +102,7 @@ CT_ARCH_powerpc=y # # Target optimisations # +CT_TARGET_LDFLAGS="" # # Toolchain options @@ -135,7 +136,7 @@ CT_CC_NATIVE="gcc" # Kernel # CT_KERNEL_LINUX=y -CT_KERNEL_VERSION="2.6.21.7" +CT_KERNEL_VERSION="2.6.26.1" CT_KERNEL_LINUX_HEADERS_INSTALL=y # CT_KERNEL_LINUX_HEADERS_SANITISED is not set # CT_KERNEL_LINUX_HEADERS_COPY is not set @@ -145,7 +146,7 @@ CT_KERNEL_VERSION_SEE_EXTRAVERSION=y # CT_KERNEL_INSTALL_V_2_6_18_8 is not set # CT_KERNEL_INSTALL_V_2_6_19_7 is not set # CT_KERNEL_INSTALL_V_2_6_20_21 is not set -CT_KERNEL_INSTALL_V_2_6_21_7=y +# CT_KERNEL_INSTALL_V_2_6_21_7 is not set # CT_KERNEL_INSTALL_V_2_6_22_19 is not set # CT_KERNEL_INSTALL_V_2_6_23_17 is not set # CT_KERNEL_INSTALL_V_2_6_24 is not set @@ -170,7 +171,7 @@ CT_KERNEL_INSTALL_V_2_6_21_7=y # CT_KERNEL_INSTALL_V_2_6_25_11 is not set # CT_KERNEL_INSTALL_V_2_6_25_12 is not set # CT_KERNEL_INSTALL_V_2_6_26 is not set -# CT_KERNEL_INSTALL_V_2_6_26_1 is not set +CT_KERNEL_INSTALL_V_2_6_26_1=y CT_KERNEL_LINUX_HEADERS_INSTALL_CHECK=y CT_KERNEL_LINUX_VERBOSITY_0=y # CT_KERNEL_LINUX_VERBOSITY_1 is not set |