diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-04-30 21:35:58 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-04-30 21:35:58 +0000 |
commit | 077aa577ee0c7d662bbdd3f6c4735c9876ec0825 (patch) | |
tree | 2df1dd8432d6287707b69625450fa3024c63eacc /glibc/glibc_cvs.oe | |
parent | 935bc2099a61cdbdc1d3b52b8c42125b5f72aea8 (diff) |
allow machine configuration to turn on nptl and tls - patch courtesy pb_.
BKrev: 4092c6beNu79HXI3-tC1ItoCL6eXiQ
Diffstat (limited to 'glibc/glibc_cvs.oe')
-rw-r--r-- | glibc/glibc_cvs.oe | 5 |
1 files changed, 4 insertions, 1 deletions
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 |