From 39d74aae955e53852e4dbfbcd634c61cb8f31747 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 2 Jan 2001 23:50:51 +0000 Subject: Patch from James Graves to get m68k started. Should be just sysdeps/linux/m68k left to hack at this point... --- libc/stdlib/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'libc/stdlib') diff --git a/libc/stdlib/Makefile b/libc/stdlib/Makefile index e4b28979c..5d7c9405a 100644 --- a/libc/stdlib/Makefile +++ b/libc/stdlib/Makefile @@ -36,8 +36,11 @@ MSRC2=atexit.c MOBJ2=on_exit.o atexit.o __do_exit.o exit.o -CSRC = abort.c getenv.c mktemp.c qsort.c realpath.c strtod.c \ - abs.c bsearch.c mkstemp.c putenv.c rand.c setenv.c system.c +CSRC = abort.c getenv.c mktemp.c qsort.c realpath.c abs.c bsearch.c \ + mkstemp.c putenv.c rand.c setenv.c system.c +ifeq ($(HAS_FLOATS),true) + CSRC += strtod.c +endif COBJS=$(patsubst %.c,%.o, $(CSRC)) -- cgit v1.2.3