Changeset View
Changeset View
Standalone View
Standalone View
head/tools/build/mk/Makefile.boot.pre
Property | Old Value | New Value |
---|---|---|
svn:eol-style | null | native \ No newline at end of property |
svn:keywords | null | FreeBSD=%H \ No newline at end of property |
svn:mime-type | null | text/plain \ No newline at end of property |
# $FreeBSD$ | |||||
# Various MK_* options need to be set before including bsd.prog.mk/bsd.lib.mk | |||||
.if ${.MAKE.OS} != "FreeBSD" | |||||
# Most Linux distributions don't ship the .a files for static linking. | |||||
# And on macOS it is impossible to create a statically linked binary. | |||||
NO_SHARED:= no | |||||
MK_PIE:= no | |||||
MK_RETPOLINE= no | |||||
# There is no objcopy on macOS so we can't do the MK_DEBUG_FILES objcopy magic. | |||||
MK_DEBUG_FILES:=no | |||||
.endif |