patches/glibc/ports-2.6.1/130-powerpc-softfloat.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Thu Nov 13 18:22:23 2008 +0000 (2008-11-13)
changeset 1041 2573519c00d6
permissions -rw-r--r--
Merge #1195, #1196 and #1203 from /devel/YEM-build_host_target_cleanup:
- Get rid of CT_CC_NATIVE
- Get rid of CT_CANADIAN_OPT
- Sanitise CT_BUILD vs. CT_HOST

/trunk/scripts/build/tools/200-sstrip.sh | 4 2 2 0
/trunk/scripts/build/binutils.sh | 1 0 1 0 -
/trunk/scripts/build/cc/gcc.sh | 11 6 5 0 +-
/trunk/scripts/build/debug/200-duma.sh | 3 1 2 0 -
/trunk/scripts/build/libc/glibc.sh | 10 5 5 0 +-
/trunk/scripts/build/libc/eglibc.sh | 8 4 4 0 +-
/trunk/scripts/crosstool.sh | 168 113 55 0 ++++++++++++++++++++++++++------------
/trunk/config/toolchain.in | 160 137 23 0 +++++++++++++++++++++++++++++++-----
8 files changed, 268 insertions(+), 97 deletions(-)
yann@957
     1
From: http://sourceware.org/ml/crossgcc/2008-10/msg00044.html
yann@957
     2
From: http://sources.redhat.com/ml/libc-ports/2007-06/msg00005.html
yann@957
     3
yann@957
     4
2007-06-07  Steven Munroe  <sjmunroe@us.ibm.com>
yann@957
     5
yann@957
     6
    * sysdeps/powerpc/nofpu/Makefile: Remove fe_nomask from libm-support.
yann@957
     7
yann@957
     8
diff -urN glibc-2.6.orig/glibc-ports-2.6.1/sysdeps/powerpc/nofpu/Makefile glibc-2.6/glibc-ports-2.6.1/sysdeps/powerpc/nofpu/Makefile
yann@957
     9
--- glibc-2.6.orig/glibc-ports-2.6.1/sysdeps/powerpc/nofpu/Makefile	2006-11-22 09:13:11.000000000 -0600
yann@957
    10
+++ glibc-2.6/glibc-ports-2.6.1/sysdeps/powerpc/nofpu/Makefile	2007-06-07 09:53:05.708240976 -0500
yann@957
    11
@@ -6,7 +6,7 @@
yann@957
    12
 endif
yann@957
    13
 
yann@957
    14
 ifeq ($(subdir),math)
yann@957
    15
-libm-support += fenv_const fe_nomask
yann@957
    16
+libm-support += fenv_const
yann@957
    17
 CPPFLAGS += -I../soft-fp/
yann@957
    18
 # The follow CFLAGS are a work around for GCC Bugzilla Bug 29253
yann@957
    19
 # "expand_abs wrong default code for floating point"
yann@957
    20
yann@957
    21