svn commit: r218181 - head/gnu/lib/libgcc

Warner Losh imp at FreeBSD.org
Wed Feb 2 03:24:52 UTC 2011


Author: imp
Date: Wed Feb  2 03:24:52 2011
New Revision: 218181
URL: http://svn.freebsd.org/changeset/base/218181

Log:
  Revert last change now that the reason for it is no more...
  MACHINE_ARCH is now always mipsel when building mips/mips.

Modified:
  head/gnu/lib/libgcc/Makefile

Modified: head/gnu/lib/libgcc/Makefile
==============================================================================
--- head/gnu/lib/libgcc/Makefile	Tue Feb  1 23:12:13 2011	(r218180)
+++ head/gnu/lib/libgcc/Makefile	Wed Feb  2 03:24:52 2011	(r218181)
@@ -122,8 +122,7 @@ LIB2FUNCS_EXTRA = floatunsidf.c floatuns
 .if ${TARGET_CPUARCH} == mips
 LIB2FUNCS_EXTRA = floatunsidf.c floatunsisf.c
 # ABIs other than o32 need this
-.if ${TARGET_ARCH:Mmips64*} != "" || \
-    ${TARGET_ARCH:Mmipsn32*} != ""
+.if ${TARGET_ARCH:Mmipse[lb]} == ""
 LIB2FUNCS_EXTRA+= floatdidf.c fixunsdfsi.c
 LIB2FUNCS_EXTRA+= floatdisf.c floatundidf.c
 LIB2FUNCS_EXTRA+= fixsfdi.c floatundisf.c


More information about the svn-src-all mailing list