mirror of git://git.musl-libc.org/musl
add subarch asm support for PIC objects/shared libc
this rule was omitted in previous subarch asm commit
This commit is contained in:
parent
7568ee4cbf
commit
804e994004
3
Makefile
3
Makefile
|
@ -99,6 +99,9 @@ $(MEMOPS_SRCS:%.c=%.o) $(MEMOPS_SRCS:%.c=%.lo): CFLAGS += $(CFLAGS_MEMOPS)
|
|||
%.o: %.c $(GENH) $(IMPH)
|
||||
$(CC) $(CFLAGS_ALL_STATIC) -c -o $@ $<
|
||||
|
||||
%.lo: $(ARCH)$(ASMSUBARCH)/%.s
|
||||
$(CC) $(CFLAGS_ALL_SHARED) -c -o $@ $<
|
||||
|
||||
%.lo: $(ARCH)/%.s
|
||||
$(CC) $(CFLAGS_ALL_SHARED) -c -o $@ $<
|
||||
|
||||
|
|
Loading…
Reference in New Issue