diff options
author | Chris Larson <clarson@kergoth.com> | 2004-06-09 01:25:13 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-06-09 01:25:13 +0000 |
commit | 4b9578f8802608cbc0802353d24b80c262b6253c (patch) | |
tree | 952a10b305eea32f26424ac707a316bfc0573dd2 | |
parent | 4a0932db88f0cc2cc6b1c0f7024be94707a7e541 (diff) |
Add --without-fp for ramses to glibc_cvs.
BKrev: 40c666f94oDLzo53lqroUdKcgN3I7Q
-rw-r--r-- | glibc/glibc_cvs.oe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/glibc/glibc_cvs.oe b/glibc/glibc_cvs.oe index 1fbaf9df0d..69547d84b0 100644 --- a/glibc/glibc_cvs.oe +++ b/glibc/glibc_cvs.oe @@ -66,6 +66,7 @@ EXTRA_OECONF = "--enable-kernel=${OLDEST_KERNEL} \ --without-cvs --disable-profile --disable-debug --without-gd \ --enable-clocale=gnu \ --enable-add-ons=${GLIBC_ADDONS} --with-headers=${HEADERS_DIR}/include ${GLIBC_EXTRA_OECONF}" +EXTRA_OECONF_append_ramses = " --without-fp" glibcbuild_do_unpack () { # kernel headers |