summaryrefslogtreecommitdiff
path: root/Makefile
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 /Makefile
parente63b3fd32f12c644d75590112814287a02431d44 (diff)
Finish ajusting math lib options. Close out a couple of todo items.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/Makefile b/Makefile
index a61f657d0..4f6b575e5 100644
--- a/Makefile
+++ b/Makefile
@@ -114,21 +114,6 @@ uClibc_config.h: Makefile Config
else \
echo "#undef __UCLIBC_HAS_FLOATS__" >> uClibc_config.h ; \
fi
- @if [ "$(HAS_LIBM_FLOAT)" = "true" ] ; then \
- echo "#define __UCLIBC_HAS_LIBM_FLOAT__ 1" >> uClibc_config.h ; \
- else \
- echo "#undef __UCLIBC_HAS_LIBM_FLOAT__" >> uClibc_config.h ; \
- fi
- @if [ "$(HAS_LIBM_DOUBLE)" = "true" ] ; then \
- echo "#define __UCLIBC_HAS_LIBM_DOUBLE__ 1" >> uClibc_config.h ; \
- else \
- echo "#undef __UCLIBC_HAS_LIBM_DOUBLE__" >> uClibc_config.h ; \
- fi
- @if [ "$(HAS_LIBM_LONG_DOUBLE)" = "true" ] ; then \
- echo "#define __UCLIBC_HAS_LIBM_LONG_DOUBLE__ 1" >> uClibc_config.h ; \
- else \
- echo "#undef __UCLIBC_HAS_LIBM_LONG_DOUBLE__" >> uClibc_config.h ; \
- fi
@if [ "$(HAS_LONG_LONG)" = "true" ] ; then \
echo "#define __UCLIBC_HAS_LONG_LONG__ 1" >> uClibc_config.h ; \
else \