From ddaf94095891a21cedd6a18d9178e4444fb937a7 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 12 Jan 2001 10:53:48 +0000 Subject: Patch from James Graves to better handle m68k. Also fixes 2 very important malloc bugs! Anyone using malloc (esp mmu-less) should update and recompile. -Erik --- libc/misc/time/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'libc/misc/time/Makefile') diff --git a/libc/misc/time/Makefile b/libc/misc/time/Makefile index d225614cb..4b9e98db9 100644 --- a/libc/misc/time/Makefile +++ b/libc/misc/time/Makefile @@ -26,12 +26,7 @@ LIBC=$(TOPDIR)libc.a CSRC=localtime.c gmtime.c asctime.c ctime.c asc_conv.c tm_conv.c mktime.c \ localtime_r.c gmtime_r.c asctime_r.c ctime_r.c utimes.c adjtime.c \ - clock.c times.c difftime.c - -# strftime.c causes an internal compiler error with m68k-pic-coff-gcc. -ifneq ($(TARGET_ARCH),m68k) - CSRC += strftime.c -endif + clock.c times.c difftime.c strftime.c COBJS=$(patsubst %.c,%.o, $(CSRC)) OBJS=$(COBJS) -- cgit v1.2.3