allow machine configuration to turn on nptl and tls - patch courtesy pb_.
authorMichael Lauer <mickey@vanille-media.de>
Fri, 30 Apr 2004 21:35:58 +0000 (21:35 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Fri, 30 Apr 2004 21:35:58 +0000 (21:35 +0000)
BKrev: 4092c6beNu79HXI3-tC1ItoCL6eXiQ

glibc/glibc_cvs.oe

index 9399895..ee91fd2 100644 (file)
@@ -51,10 +51,13 @@ B = "${WORKDIR}/build-${TARGET_SYS}"
 
 inherit autotools
 
+LIBC_ADDONS ?= "linuxthreads"
+LIBC_EXTRA_OECONF ?= ""
+
 EXTRA_OECONF = "--enable-kernel=${OLDEST_KERNEL} \
                --without-cvs --disable-profile --disable-debug --without-gd \
                --enable-clocale=gnu \
-               --enable-add-ons=linuxthreads --with-headers=${WORKDIR}/linux/include"
+               --enable-add-ons=${LIBC_ADDONS} --with-headers=${WORKDIR}/linux/include ${LIBC_EXTRA_OECONF}"
 
 glibcbuild_do_unpack () {
 # kernel headers