aboutsummaryrefslogtreecommitdiff
path: root/Makefile.libcompat
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2018-11-03 19:31:11 +0000
committerEd Maste <emaste@FreeBSD.org>2018-11-03 19:31:11 +0000
commit01b7ad04009d681ee1e67d08664c12c97ee5c0e2 (patch)
tree8447a90f43ec4ca4273231d299bd669aa2797027 /Makefile.libcompat
parenta613be5677596b24c0546cd98cd871781e60ab14 (diff)
downloadsrc-01b7ad04009d681ee1e67d08664c12c97ee5c0e2.tar.gz
src-01b7ad04009d681ee1e67d08664c12c97ee5c0e2.zip
libcompat: disable retpoline when building build tools
These are built with the host toolchain which may not support retpoline. While here, move the MK_ overrides to a separate line and sort them alphabetically to support future changes. MFC with: r339511 Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=340099
Diffstat (limited to 'Makefile.libcompat')
-rw-r--r--Makefile.libcompat3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.libcompat b/Makefile.libcompat
index b339567c08ed..ad3a3b683344 100644
--- a/Makefile.libcompat
+++ b/Makefile.libcompat
@@ -200,7 +200,8 @@ build${libcompat}: .PHONY
OBJTOP=${LIBCOMPAT_OBJTOP} \
OBJROOT='$${OBJTOP}/' \
MAKEOBJDIRPREFIX= \
- DIRPRFX=${_dir}/ -DNO_LINT -DNO_CPU_CFLAGS MK_WARNS=no MK_CTF=no \
+ DIRPRFX=${_dir}/ -DNO_LINT -DNO_CPU_CFLAGS \
+ MK_CTF=no MK_RETPOLINE=no MK_WARNS=no \
${_t}
.endfor
.endfor