From 36206aa4445180a16816c0b11eb80cc75c70c86c Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 5 Nov 2002 21:17:23 +0000 Subject: Cleanup soft-float support --- Rules.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rules.mak') diff --git a/Rules.mak b/Rules.mak index d9d99a679..ffd4d3ce6 100644 --- a/Rules.mak +++ b/Rules.mak @@ -172,7 +172,7 @@ endif ifeq ($(strip $(DOPIC)),y) CFLAGS += -fPIC endif -ifneq ($(strip $(HAS_FPU)),y) +ifeq ($(strip $(UCLIBC_HAS_SOFT_FLOAT)),y) CFLAGS += -msoft-float endif -- cgit v1.2.3