[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commits] r3067 - in /trunk/ports: ChangeLog.eglibc sysdeps/powerpc/nofpu/Makefile



Author: dan
Date: Mon Aug  6 06:43:51 2007
New Revision: 3067

Log:
	Backport:
	2007-07-13  Steven Munroe  <sjmunroe@xxxxxxxxxx>
        * sysdeps/powerpc/nofpu/Makefile: Remove fe_nomask from libm-support.

Modified:
    trunk/ports/ChangeLog.eglibc
    trunk/ports/sysdeps/powerpc/nofpu/Makefile

Modified: trunk/ports/ChangeLog.eglibc
==============================================================================
--- trunk/ports/ChangeLog.eglibc (original)
+++ trunk/ports/ChangeLog.eglibc Mon Aug  6 06:43:51 2007
@@ -1,3 +1,9 @@
+2007-08-06  Daniel Jacobowitz  <dan@xxxxxxxxxxxxxxxx>
+
+	Backport:
+	2007-07-13  Steven Munroe  <sjmunroe@xxxxxxxxxx>
+        * sysdeps/powerpc/nofpu/Makefile: Remove fe_nomask from libm-support.
+
 2007-08-06  Zack Weinberg  <zack@xxxxxxxxxxxxxxxx>
 
 	* sysdeps/arm/nptl/pthread_spin_lock.S

Modified: trunk/ports/sysdeps/powerpc/nofpu/Makefile
==============================================================================
--- trunk/ports/sysdeps/powerpc/nofpu/Makefile (original)
+++ trunk/ports/sysdeps/powerpc/nofpu/Makefile Mon Aug  6 06:43:51 2007
@@ -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"