mirror of
https://github.com/fluencelabs/musl
synced 2025-04-24 23:02:14 +00:00
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…
x
Reference in New Issue
Block a user