[Bug 257727] 12.2/13.0: MK_RETPOLINE always prints NO

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 10 Aug 2021 23:56:52 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257727

Ed Maste <emaste@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |emaste@freebsd.org
         Resolution|---                         |Works As Intended
             Status|New                         |Closed

--- Comment #1 from Ed Maste <emaste@freebsd.org> ---
Note the build stage you quoted:
>>> stage 1.2: bootstrap tools

Many options are forced off for the bootstrap tools, because the system
toolchain used to build them may not support the option and because there is
little or no value in setting them for the bootstrap or build tools. You can
look at Makefile.inc1 for the list of options that are forced off (look for
BSARGS, TMAKE, KTMAKE, NXBMAKEARGS).

You can use `make -V` to see how config has been parsed:

$ make -V MK_RETPOLINE
yes

-- 
You are receiving this mail because:
You are the assignee for the bug.