PERFORCE change 124780 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Mon Aug 6 09:49:57 PDT 2007


http://perforce.freebsd.org/chv.cgi?CH=124780

Change 124780 by gonzo at gonzo_jeeves on 2007/08/06 16:49:28

	o Add mips to soft-float platforms for libgcc

Affected files ...

.. //depot/projects/mips2/src/gnu/lib/libgcc/Makefile#4 edit

Differences ...

==== //depot/projects/mips2/src/gnu/lib/libgcc/Makefile#4 (text+ko) ====

@@ -173,8 +173,8 @@
 #
 # Floating point emulation functions
 #
-.if ${TARGET_ARCH} == "armNOT_YET" || ${TARGET_ARCH} == "powerpc" || \
-    ${TARGET_ARCH} == "sparc64"
+.if ${TARGET_ARCH} == "armNOT_YET" || ${TARGET_ARCH} == "mips" || \
+    ${TARGET_ARCH} == "powerpc" || ${TARGET_ARCH} == "sparc64"
 
 FPBIT_CFLAGS =	-DFINE_GRAINED_LIBRARIES -DFLOAT
 DPBIT_CFLAGS =	-DFINE_GRAINED_LIBRARIES


More information about the p4-projects mailing list