Add missing bsd.linker.mk include after 31ba4ce8898f9dfa5e7f054fdbc26e50a599a6e3
This is needed for -DWITH_CLEAN builds since the cleandir phase does not include bsd.linker.mk from bsd.compiler.mk
This commit is contained in:
parent
17d6371e4c
commit
9f1db6c555
@ -100,6 +100,7 @@ CFLAGS+= -DLLVM_NATIVE_TARGETMC=LLVMInitialize${LLVM_NATIVE_ARCH}TargetMC
|
|||||||
|
|
||||||
CFLAGS+= -ffunction-sections
|
CFLAGS+= -ffunction-sections
|
||||||
CFLAGS+= -fdata-sections
|
CFLAGS+= -fdata-sections
|
||||||
|
.include "bsd.linker.mk"
|
||||||
.if ${LINKER_TYPE} == "mac"
|
.if ${LINKER_TYPE} == "mac"
|
||||||
LDFLAGS+= -Wl,-dead_strip
|
LDFLAGS+= -Wl,-dead_strip
|
||||||
.else
|
.else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user