From 4ef48a113bdb5cbc7022fc9d6253ffe63e756161 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Wed, 2 Feb 2011 03:24:52 +0000 Subject: [PATCH] Revert last change now that the reason for it is no more... MACHINE_ARCH is now always mipsel when building mips/mips. --- gnu/lib/libgcc/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gnu/lib/libgcc/Makefile b/gnu/lib/libgcc/Makefile index 34252b448995..7f6fc0d8ff64 100644 --- a/gnu/lib/libgcc/Makefile +++ b/gnu/lib/libgcc/Makefile @@ -122,8 +122,7 @@ LIB2FUNCS_EXTRA = floatunsidf.c floatunsisf.c .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