summaryrefslogtreecommitdiff
path: root/libm
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-05-25 07:11:50 +0000
committerEric Andersen <andersen@codepoet.org>2001-05-25 07:11:50 +0000
commitb1870045d4ca91f603333400e514bd6ecd95f0ce (patch)
treefd30a6f2543e4efe8c4d96235ca7ea097d9f6c4d /libm
parent677eb9f98fa6afc485c4c6afcf8b17dcee723f77 (diff)
Cleanup the math.h header file. It was broken when enabling doubles
but disabling long doubles. -Erik
Diffstat (limited to 'libm')
-rw-r--r--libm/double/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libm/double/Makefile b/libm/double/Makefile
index e594b0f85..6133ef199 100644
--- a/libm/double/Makefile
+++ b/libm/double/Makefile
@@ -23,7 +23,7 @@ TOPDIR=../../
include $(TOPDIR)Rules.mak
LIBM=../libm.a
-TARGET_CC= $(TOPDIR)/extra/gcc-uClibc/$(TARGET_ARCH)-uclibc-gcc
+TARGET_CC= $(TOPDIR)extra/gcc-uClibc/$(TARGET_ARCH)-uclibc-gcc
CSRC=acosh.c airy.c asin.c asinh.c atan.c atanh.c bdtr.c beta.c \
btdtr.c cbrt.c chbevl.c chdtr.c clog.c cmplx.c const.c \