mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
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
This commit is contained in:
parent
a613be5677
commit
01b7ad0400
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue