diff options
Diffstat (limited to 'libc/stdlib/Makefile')
-rw-r--r-- | libc/stdlib/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libc/stdlib/Makefile b/libc/stdlib/Makefile index a6bd08710..285080523 100644 --- a/libc/stdlib/Makefile +++ b/libc/stdlib/Makefile @@ -46,9 +46,15 @@ ar-target: $(OBJS) $(MOBJ): $(MSRC) $(CC) $(CFLAGS) -DL_$* $< -c -o $*.o + $(STRIPTOOL) -x -R .note -R .comment $*.o $(MOBJ2): $(MSRC2) $(CC) $(CFLAGS) -DL_$* $< -c -o $*.o + $(STRIPTOOL) -x -R .note -R .comment $*.o + +$(COBJS): + $(CC) $(CFLAGS) $< -c $*.c -o $*.o + $(STRIPTOOL) -x -R .note -R .comment $*.o $(OBJ): Makefile |