Date: Wed, 2 Feb 2011 03:24:52 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r218181 - head/gnu/lib/libgcc Message-ID: <201102020324.p123Oqb6094249@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102020324.p123Oqb6094249>