X-Git-Url: https://hackdaworld.org/gitweb/?p=hdw-linux%2Fhdw-linux.git;a=blobdiff_plain;f=packages%2Ftoolchain%2Fglibc%2Fglibc;h=b3543fe733bc67b79b021dad85c5456d09c701fc;hp=7653346b7976439e9a68e2f28ec942cf63cdb100;hb=504579d0d381b02fc33fe1c696d64f96135a15a8;hpb=6ae193981fcc05dcc495b4bde92cb8fd290ee4dd diff --git a/packages/toolchain/glibc/glibc b/packages/toolchain/glibc/glibc index 7653346..b3543fe 100644 --- a/packages/toolchain/glibc/glibc +++ b/packages/toolchain/glibc/glibc @@ -2,20 +2,20 @@ # # author: hackbard@hackdaworld.dyndns.org # -# [V] cvs +# [V] 2.3.6 # [S] 0-3 -## [D] glibc-2.3.2.tar.bz2 ftp://sources.redhat.com/pub/glibc/releases/ -## [D] glibc-linuxthreads-2.3.2.tar.bz2 ftp://sources.redhat.com/pub/glibc/releases/ -# [D] glibc.tar.bz2 cvs:anoncvs:sources.redhat.com:cvs/glibc:libc +# [D] glibc-2.3.6.tar.bz2 ftp://sources.redhat.com/pub/glibc/releases/ +# [D] glibc-linuxthreads-2.3.6.tar.bz2 ftp://sources.redhat.com/pub/glibc/releases/ +## [D] glibc.tar.bz2 cvs:anoncvs:sources.redhat.com:cvs/glibc:libc -srcdir=libc +kernver=`grep '^#\ \[V\]' $confdir/../linux/linux | awk '{ print $3 }'` +kernver=`echo $kernver | awk -F. '{ print $1 "." $2 }'` extraver="-${ver}" [ "$ver" = "cvs" ] && extraver="" -confopt=${confopt//--host* /--host=$hdw_arch_build } -confopt="$confopt --enable-add-ons=nptl --disable-profile --with-tls" -confopt="$confopt --without-cvs --without-gd" -confopt="$confopt --with-headers=$prefix/glibc-kernheaders" +confopt="$confopt --enable-add-ons --disable-profile" +confopt="$confopt --without-cvs --without-gd --without-selinux" +confopt="$confopt --with-headers=$prefix/include --enable-kernel=$kernver" confopt="$confopt --with-binutils=$prefix/bin" unset CFLAGS @@ -26,7 +26,7 @@ build_main() { cd ../glibc-build # configure and prepare Makefile - ../${srcdir}${extraver}/configure $confopt + ../glibc${extraver}/configure $confopt mkdir -p $prefix/etc touch $prefix/etc/ld.so.conf