https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257727

Ed Maste <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
         Resolution|---                         |Works As Intended
             Status|New                         |Closed

--- Comment #1 from Ed Maste <[email protected]> ---
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.

Reply via email to