Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Aug 2007 16:49:56 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 124780 for review
Message-ID:  <200708061649.l76Gnug6027913@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=124780

Change 124780 by gonzo@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708061649.l76Gnug6027913>