summaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-11-23 09:12:43 +0000
committerEric Andersen <andersen@codepoet.org>2001-11-23 09:12:43 +0000
commite20798031a96d8da9825badb6c43986783cd64eb (patch)
treee2417fe3ca51160e7c168014f2721f375905b1fc /Rules.mak
parente63b3fd32f12c644d75590112814287a02431d44 (diff)
Finish ajusting math lib options. Close out a couple of todo items.
Diffstat (limited to 'Rules.mak')
-rw-r--r--Rules.mak7
1 files changed, 0 insertions, 7 deletions
diff --git a/Rules.mak b/Rules.mak
index 371eed8d3..5ec34fe2a 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -69,13 +69,6 @@ ifeq ($(strip $(DOPIC)),true)
CFLAGS += -fPIC
endif
-# Disable libm if HAS_FLOATING_POINT isn't true.
-ifneq ($(HAS_FLOATING_POINT),true)
- HAS_LIBM_FLOAT = false
- HAS_LIBM_DOUBLE = false
- HAS_LIBM_LONG_DOUBLE = false
-endif
-
ifeq ($(strip $(HAVE_SHARED)),true)
LIBRARY_CACHE=#-DUSE_CACHE
ifeq ($(strip $(BUILD_UCLIBC_LDSO)),true)