From: <abe...@us...> - 2011-10-24 05:25:11
|
Revision: 5232 http://astlinux.svn.sourceforge.net/astlinux/?rev=5232&view=rev Author: abelbeck Date: 2011-10-24 04:20:12 +0000 (Mon, 24 Oct 2011) Log Message: ----------- crosstool-ng, update to use a local linux kernel for header includes Modified Paths: -------------- branches/1.0/crosstool-ng-src/README branches/1.0/crosstool-ng-src/ct-ng.config Modified: branches/1.0/crosstool-ng-src/README =================================================================== --- branches/1.0/crosstool-ng-src/README 2011-10-24 00:44:00 UTC (rev 5231) +++ branches/1.0/crosstool-ng-src/README 2011-10-24 04:20:12 UTC (rev 5232) @@ -18,7 +18,9 @@ cd ctng # copy the "crosstool-ng-src/ct-ng.config" file here in the SVN to "~/source-control/ctng/.config" ct-ng menuconfig -# leave as configured, then +# leave as configured, then install linux kernel for the header includes +wget http://files.astlinux.org/linux-2.6.35.13.tar.gz +# start the build process ct-ng build # takes 40-60 min. ######################################################################### Modified: branches/1.0/crosstool-ng-src/ct-ng.config =================================================================== --- branches/1.0/crosstool-ng-src/ct-ng.config 2011-10-24 00:44:00 UTC (rev 5231) +++ branches/1.0/crosstool-ng-src/ct-ng.config 2011-10-24 04:20:12 UTC (rev 5232) @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # The crosstool-NG configuration menu -# Sun Sep 25 18:59:32 2011 +# Sun Oct 23 22:46:00 2011 # CT_CONFIGURE_has_cvs=y CT_CONFIGURE_has_svn=y @@ -173,7 +173,6 @@ # CT_KERNEL_SUPPORTS_SHARED_LIBS=y CT_KERNEL="linux" -CT_KERNEL_VERSION="2.6.35.13" # CT_KERNEL_bare_metal is not set CT_KERNEL_linux=y CT_KERNEL_bare_metal_AVAILABLE=y @@ -188,13 +187,14 @@ # CT_KERNEL_V_2_6_38_8 is not set # CT_KERNEL_V_2_6_37_6 is not set # CT_KERNEL_V_2_6_36_4 is not set -CT_KERNEL_V_2_6_35_13=y +# CT_KERNEL_V_2_6_35_13 is not set # CT_KERNEL_V_2_6_34_10 is not set # CT_KERNEL_V_2_6_33_16 is not set # CT_KERNEL_V_2_6_32_43 is not set # CT_KERNEL_V_2_6_31_14 is not set # CT_KERNEL_V_2_6_27_59 is not set -# CT_KERNEL_LINUX_CUSTOM is not set +CT_KERNEL_LINUX_CUSTOM=y +CT_KERNEL_LINUX_CUSTOM_TARBALL="${CT_TOP_DIR}/linux-2.6.35.13.tar.gz" CT_KERNEL_mingw32_AVAILABLE=y # @@ -362,8 +362,9 @@ # CT_LIBC_GLIBC_USE_PORTS is not set 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_KERNEL_VERSION_AS_HEADERS is not set +CT_LIBC_GLIBC_KERNEL_VERSION_CHOSEN=y +CT_LIBC_GLIBC_MIN_KERNEL_VERSION="2.6.35.13" CT_LIBC_GLIBC_MIN_KERNEL="2.6.35.13" # This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |