diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-11-23 09:12:43 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-11-23 09:12:43 +0000 |
commit | e20798031a96d8da9825badb6c43986783cd64eb (patch) | |
tree | e2417fe3ca51160e7c168014f2721f375905b1fc /Rules.mak | |
parent | e63b3fd32f12c644d75590112814287a02431d44 (diff) |
Finish ajusting math lib options. Close out a couple of todo items.
Diffstat (limited to 'Rules.mak')
-rw-r--r-- | Rules.mak | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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) |