diff options
| -rw-r--r-- | libc/sysdeps/linux/i386/Makefile | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/libc/sysdeps/linux/i386/Makefile b/libc/sysdeps/linux/i386/Makefile index 764682209..a25c51f8a 100644 --- a/libc/sysdeps/linux/i386/Makefile +++ b/libc/sysdeps/linux/i386/Makefile @@ -44,10 +44,11 @@ $(LIBC): ar-target  ar-target: $(OBJS)  	$(AR) $(ARFLAGS) $(LIBC) $(OBJS) -$(SOBJS): $(SSRC) -	$(CC) $(CFLAGS) $< -c -o $*.o +$(SOBJS): +	$(CC) $(CFLAGS) $< -c $*.S -o $*.o  	$(STRIPTOOL) -x -R .note -R .comment $*.o +  $(MOBJ): $(MSRC)  	$(CC) $(CFLAGS) -DL_$* $< -c -o $*.o  	$(STRIPTOOL) -x -R .note -R .comment $*.o | 
