]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
($(objpfx)initfini.s): Add CPPFLAGS, CFLAGS and -g0 to command line of
authorUlrich Drepper <drepper@redhat.com>
Tue, 20 May 1997 23:50:12 +0000 (23:50 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 20 May 1997 23:50:12 +0000 (23:50 +0000)
compiler.

csu/Makefile

index cba8a4a5f51d91f097096897f1ef9a7076a12bb1..9eb36a7c52821c9fe51d1f3d4258aa471a95f75f 100644 (file)
@@ -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' \