mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 19:31:08 +01:00
Add missing bsd.linker.mk include after 31ba4ce889
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+= -fdata-sections
|
||||
.include "bsd.linker.mk"
|
||||
.if ${LINKER_TYPE} == "mac"
|
||||
LDFLAGS+= -Wl,-dead_strip
|
||||
.else
|
||||
|
Loading…
Reference in New Issue
Block a user