X-Git-Url: https://hackdaworld.org/gitweb/?p=hdw-linux%2Fhdw-linux.git;a=blobdiff_plain;f=packages%2Ftoolchain%2Fglibc%2Fglibc;h=d280d17f9da74d000503d1907e36be92da6b2429;hp=7653346b7976439e9a68e2f28ec942cf63cdb100;hb=31a91ffcb50fe40bced2bc972f681e506863247a;hpb=054c7ecaf04f6aa5157d2709d36e38b8ed2b2e28 diff --git a/packages/toolchain/glibc/glibc b/packages/toolchain/glibc/glibc index 7653346..d280d17 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.5 # [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.5.tar.bz2 ftp://sources.redhat.com/pub/glibc/releases/ +# [D] glibc-linuxthreads-2.3.5.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 }'` 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