From: Eric Andersen Date: Wed, 20 Aug 2003 23:19:23 +0000 (-0000) Subject: Revert this change for now. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=684b0739f74c1e530260f656c1bd712a17a4a551;p=uclinux-h8%2FuClibc.git Revert this change for now. --- diff --git a/Rules.mak b/Rules.mak index fdc2e3050..8add6ac80 100644 --- a/Rules.mak +++ b/Rules.mak @@ -223,8 +223,8 @@ ifeq ($(HAVE_SHARED),y) endif endif ifeq ($(UCLIBC_HAS_SOFT_FLOAT),y) - CFLAGS += -msoft-float - LDFLAGS+= -Wa,-mno-fpu + CFLAGS += $(call check_gcc,-msoft-float,) + #LDFLAGS+= -Wa,-mno-fpu endif CFLAGS_NOPIC:=$(CFLAGS)