Explorar o código

Revert this change for now.

Eric Andersen %!s(int64=22) %!d(string=hai) anos
pai
achega
684b0739f7
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      Rules.mak

+ 2 - 2
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)