diff options
Diffstat (limited to 'csu/Makefile')
-rw-r--r-- | csu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/csu/Makefile b/csu/Makefile index 6c8c87723b..993053fb33 100644 --- a/csu/Makefile +++ b/csu/Makefile @@ -59,10 +59,10 @@ omit-deps += $(crtstuff) # Special rules for the building of crti.o and crtn.o $(objpfx)crt%.o: $(objpfx)crt%.S $(objpfx)defs.h - $(compile.S) -g0 $(ASFLAGS-.so) -o $@ + $(compile.S) -g0 $(ASFLAGS-.os) -o $@ $(objpfx)initfini.s: initfini.c - $(compile.c) -g0 -S -fPIC -finhibit-size-directive \ + $(compile.c) -O0 -g0 -S -fPIC -finhibit-size-directive \ $(no-exceptions) -o $@ # We only have one kind of startup code files. Static binaries and |