From ab717d4eb20bf6b96685be07d23df9b068b5b29e Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 14 Mar 2002 08:26:02 +0000 Subject: Do not enable debugging for initfini.s and friends. Won't work anyways. -Erik --- libc/sysdeps/linux/common/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libc/sysdeps/linux/common/Makefile b/libc/sysdeps/linux/common/Makefile index 009d0740d..0824b0e53 100644 --- a/libc/sysdeps/linux/common/Makefile +++ b/libc/sysdeps/linux/common/Makefile @@ -54,17 +54,17 @@ $(COBJS): %.o : %.c $(STRIPTOOL) -x -R .note -R .comment $*.o initfini.s: initfini.c - $(CC) $(CFLAGS) -c initfini.c -S -o initfini.s + $(CC) -Os -fno-builtin -c initfini.c -S -o initfini.s crti.S crtn.S: initfini.s $(TOPDIR)/extra/scripts/initfini.pl crti.o: crti.S - $(CC) $(CFLAGS) -c crti.S -o crti.o + $(CC) -Os -fno-builtin -c crti.S -o crti.o cp crti.o $(TOPDIR)lib/ crtn.o: crtn.S - $(CC) $(CFLAGS) -c crtn.S -o crtn.o + $(CC) -Os -fno-builtin -c crtn.S -o crtn.o cp crtn.o $(TOPDIR)lib/ clean: -- cgit v1.2.3