aboutsummaryrefslogtreecommitdiff
path: root/targets/pseudo/bootstrap-tools
diff options
context:
space:
mode:
authorMitchell Horne <mhorne@FreeBSD.org>2021-08-04 18:20:50 +0000
committerMitchell Horne <mhorne@FreeBSD.org>2021-08-04 18:23:22 +0000
commit61ed578ee66648eff206ee5622b66727bfb52e78 (patch)
treee23af5f15b9616ef727d9446e2a9f09e8fbe5c5d /targets/pseudo/bootstrap-tools
parent1b8db4b4e3614ef6334ce776dcdd46fe7f2c5a78 (diff)
downloadsrc-61ed578ee66648eff206ee5622b66727bfb52e78.tar.gz
src-61ed578ee66648eff206ee5622b66727bfb52e78.zip
Prefer MK_SSP=no to SSP_CFLAGS=
It is more idiomatic. CFLAGS is only augmented with $SSP_CFLAGS when $MK_SSP != "no". Reviewed by: imp MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D31401
Diffstat (limited to 'targets/pseudo/bootstrap-tools')
-rw-r--r--targets/pseudo/bootstrap-tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/pseudo/bootstrap-tools/Makefile b/targets/pseudo/bootstrap-tools/Makefile
index 1a7f2bd15ad0..3ac47053a388 100644
--- a/targets/pseudo/bootstrap-tools/Makefile
+++ b/targets/pseudo/bootstrap-tools/Makefile
@@ -39,7 +39,6 @@ BSARGS= DESTDIR= \
MAKEOBJDIRPREFIX= \
BOOTSTRAPPING=${OSRELDATE} \
BWPHASE=${.TARGET} \
- SSP_CFLAGS= \
-DNO_CPU_CFLAGS \
-DNO_LINT \
-DNO_PIC \
@@ -53,6 +52,7 @@ BSARGS= DESTDIR= \
MK_MAN=no \
MK_PROFILE=no \
MK_RETPOLINE=no \
+ MK_SSP=no \
MK_TESTS=no \
MK_WERROR=no \
MK_INCLUDES=yes \