From: Michael Lauer Date: Fri, 30 Apr 2004 21:35:58 +0000 (+0000) Subject: allow machine configuration to turn on nptl and tls - patch courtesy pb_. X-Git-Tag: Release-2010-05/1~19434 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=077aa577ee0c7d662bbdd3f6c4735c9876ec0825;p=openembedded.git allow machine configuration to turn on nptl and tls - patch courtesy pb_. BKrev: 4092c6beNu79HXI3-tC1ItoCL6eXiQ --- diff --git a/glibc/glibc_cvs.oe b/glibc/glibc_cvs.oe index 9399895d03..ee91fd2674 100644 --- a/glibc/glibc_cvs.oe +++ b/glibc/glibc_cvs.oe @@ -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