From: Manuel Novoa III Date: Fri, 21 Nov 2003 02:30:18 +0000 (-0000) Subject: Oops... check in the file version this time. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=43678bcac4facc0aec6b1ac44fe297e848f0d724;p=buildroot.git Oops... check in the file version this time. --- diff --git a/Makefile b/Makefile index 19bb5eb91c..45e2f2f960 100644 --- a/Makefile +++ b/Makefile @@ -201,10 +201,12 @@ TARGETS+=ext2root ############################################################# ifeq ($(SOFT_FLOAT),true) -SOFT_FLOAT_CONFIG_OPTION=--without-float -TARGET_SOFT_FLOAT=-msoft-float +SOFT_FLOAT_CONFIG_OPTION:=--without-float +TARGET_SOFT_FLOAT:=-msoft-float ARCH_FPU_SUFFIX:=_nofpu else +SOFT_FLOAT_CONFIG_OPTION:= +TARGET_SOFT_FLOAT:= ARCH_FPU_SUFFIX:= endif