summaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-11-05 21:17:23 +0000
committerEric Andersen <andersen@codepoet.org>2002-11-05 21:17:23 +0000
commit36206aa4445180a16816c0b11eb80cc75c70c86c (patch)
treeb40410a4d57a6bc3cd1d534741b963af0746342b /Rules.mak
parente28fe9858530ae5393882f96ac6f39f894f56da7 (diff)
Cleanup soft-float support
Diffstat (limited to 'Rules.mak')
-rw-r--r--Rules.mak2
1 files changed, 1 insertions, 1 deletions
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