X-Git-Url: http://gitweb/?a=blobdiff_plain;f=glibc%2FPkgfile;h=bcdd38f32b31f34eacfe17a8626ac9889a2be6de;hb=ba454fcfa86f2e4f5057931b72888560816e8c76;hp=c9fad76e7a1ac98643f717fcda8725863495ddd3;hpb=eba8238262e19848f51251fd261db84a74b546e8;p=crossrootfs.git diff --git a/glibc/Pkgfile b/glibc/Pkgfile index c9fad76..bcdd38f 100644 --- a/glibc/Pkgfile +++ b/glibc/Pkgfile @@ -9,14 +9,14 @@ version=2.16.0 release=1 source=(http://ftp.gnu.org/gnu/glibc/glibc-$version.tar.xz \ ftp://ftp.gnu.org/gnu/$name/$name-ports-$version.tar.bz2 \ - ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.35.tar.gz \ + ftp://ftp.kernel.org/pub/linux/kernel/v3.0/linux-3.4.11.tar.xz \ $name-resolv_assert.patch $name-strtod_integer_overflow.patch hosts resolv.conf nsswitch.conf host.conf ld.so.conf) build() { # install build kernel headers - cd linux-2.6.35 + cd linux-3.4.11 make mrproper make ARCH=arm headers_check make ARCH=arm INSTALL_HDR_PATH=$PKG/usr headers_install @@ -33,10 +33,9 @@ build() { cd build cat > config.cache << EOF -libc_cv_gnu89_inline=yes +libc_cv_forced_unwind=yes libc_cv_ctors_header=yes libc_cv_c_cleanup=yes -ac_cv_sizeof_long_double=0 EOF ../$name-$version/configure --build=$CHOST \ @@ -45,7 +44,7 @@ EOF --libexecdir=/usr/lib \ --with-headers=$PKG/usr/include \ --with-tls \ - --enable-kernel=2.6.0 \ + --enable-kernel=2.6.25 \ --enable-add-ons \ --disable-profile \ --without-gd \