diff options
author | Jeremy Laine <jeremy.laine@m4x.org> | 2008-04-21 08:20:28 +0000 |
---|---|---|
committer | Jeremy Laine <jeremy.laine@m4x.org> | 2008-04-21 08:20:28 +0000 |
commit | 89511d0970a5d93663076d8a5e6e97d722e3be5c (patch) | |
tree | 4942e2a8129553a5706690b02000995800050454 /packages/glibc/files | |
parent | 7e263956d2b6c222f1a105fbfa2eb8abdcc14237 (diff) |
glibc_2.6.1.bb: fix powerpc/soft-float builds
* fixes errors message stating fe_nomask.o cannot be built
* see http://sources.redhat.com/ml/libc-ports/2007-06/msg00005.html
Diffstat (limited to 'packages/glibc/files')
-rw-r--r-- | packages/glibc/files/glibc-2.6.1-powerpc-nofpu.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/glibc/files/glibc-2.6.1-powerpc-nofpu.patch b/packages/glibc/files/glibc-2.6.1-powerpc-nofpu.patch new file mode 100644 index 0000000000..893c754628 --- /dev/null +++ b/packages/glibc/files/glibc-2.6.1-powerpc-nofpu.patch @@ -0,0 +1,11 @@ +--- dummy-libc/ports/sysdeps/powerpc/nofpu/Makefile 2006-11-22 09:13:11.000000000 -0600 ++++ libc25/ports/sysdeps/powerpc/nofpu/Makefile 2007-06-07 09:53:05.708240976 -0500 +@@ -6,7 +6,7 @@ + endif + + ifeq ($(subdir),math) +-libm-support += fenv_const fe_nomask ++libm-support += fenv_const + CPPFLAGS += -I../soft-fp/ + # The follow CFLAGS are a work around for GCC Bugzilla Bug 29253 + # "expand_abs wrong default code for floating point" |