From 2192a03c9166daf7fb1648a03846c62b36184275 Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Fri, 21 Nov 2003 02:28:21 +0000 Subject: Fix some soft float make variables. --- Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a4cda2b0f..19bb5eb91 100644 --- a/Makefile +++ b/Makefile @@ -199,15 +199,13 @@ TARGETS+=ext2root # what you are doing. # ############################################################# -ifeq ("$(strip $(TARGET_SOFT_FLOAT))","") -ARCH_FPU_SUFFIX:= -else -ARCH_FPU_SUFFIX:=_nofpu -endif ifeq ($(SOFT_FLOAT),true) SOFT_FLOAT_CONFIG_OPTION=--without-float TARGET_SOFT_FLOAT=-msoft-float +ARCH_FPU_SUFFIX:=_nofpu +else +ARCH_FPU_SUFFIX:= endif ifeq ($(ENABLE_LOCALE),true) -- cgit v1.2.3-55-g7522