From ee815d3f296df75d79709e2b57fcebf695fb36a8 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 20 May 1997 23:50:12 +0000 Subject: [PATCH] ($(objpfx)initfini.s): Add CPPFLAGS, CFLAGS and -g0 to command line of compiler. --- csu/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/csu/Makefile b/csu/Makefile index cba8a4a5f51..9eb36a7c528 100644 --- a/csu/Makefile +++ b/csu/Makefile @@ -75,7 +75,8 @@ $(objpfx)crt%.o: $(objpfx)crt%.S $(objpfx)defs.h $(CC) -c -fPIC -g0 -I$(..) -I$(common-objpfx) -DASSEMBLER $< -o $@ $(objpfx)initfini.s: initfini.c - $(CC) -S -fPIC -finhibit-size-directive $(no-exceptions) $< -o $@ + $(CC) $(CPPFLAGS) $(CFLAGS) -g0 -S -fPIC -finhibit-size-directive \ + $(no-exceptions) $< -o $@ $(objpfx)crti.S: $(objpfx)initfini.s sed -n -e '1,/@HEADER_ENDS/p' \ -- 2.47.2