mirror of git://git.musl-libc.org/musl
add dependency of dlstart.lo on crt_arch.h to Makefile
This commit is contained in:
parent
18938c299c
commit
f109781c16
2
Makefile
2
Makefile
|
@ -87,7 +87,7 @@ src/internal/version.lo: src/internal/version.h
|
||||||
|
|
||||||
src/ldso/dlstart.lo src/ldso/dynlink.lo: src/internal/dynlink.h arch/$(ARCH)/reloc.h
|
src/ldso/dlstart.lo src/ldso/dynlink.lo: src/internal/dynlink.h arch/$(ARCH)/reloc.h
|
||||||
|
|
||||||
crt/crt1.o crt/Scrt1.o: $(wildcard arch/$(ARCH)/crt_arch.h)
|
crt/crt1.o crt/Scrt1.o src/ldso/dlstart.lo: $(wildcard arch/$(ARCH)/crt_arch.h)
|
||||||
|
|
||||||
crt/Scrt1.o: CFLAGS += -fPIC
|
crt/Scrt1.o: CFLAGS += -fPIC
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue