INCLUDE_CONFIG_FILE broken?

Dag-Erling Smørgrav des at des.no
Sun Mar 27 05:43:34 PST 2005


Danny Braniss <danny at cs.huji.ac.il> writes:
> it seems that options INCLUDE_CONFIG_FILE in the kernel conf. file
> does not work:
>
> strings -n 3 /boot/kernel/kernel | sed -n 's/^___//p'
> _````QQQQ
> _
>

The compiler optimizes it away because it's declared static.  I have
no idea why this wasn't a problem before; probably a change in
compiler flags or in the compiler itself.

DES
-- 
Dag-Erling Smørgrav - des at des.no


More information about the freebsd-amd64 mailing list