opnsense-src/tools/build/cross-build/include
Jessica Clarke fba998a3d8 tools/build: Unbreak bmake bootstrap on Linux
Currently make.py has a hack to add the cross-build headers to the
include search path when bootstrapping bmake on Linux (but not macOS).
This is a bit of an abuse of these headers, and e9ba1fd5ed was not
prepared for this, since sys/bitcount.h won't exist in that instance (it
gets copied into WORLDTMP during the legacy build). Work around this
until we can wean the bmake bootstrap off using these headers by not
including sys/bitcount.h when it doesn't exist.

Fixes:	e9ba1fd5ed ("tools/build: Provide FreeBSD's bitstring API when cross-building")
2022-08-22 22:02:53 +01:00
..
common tools/build: Unbreak bmake bootstrap on Linux 2022-08-22 22:02:53 +01:00
linux tools/build: Provide fls* when cross-building on Linux 2022-08-18 02:46:28 +01:00
mac cross-build: fix some redeclaration warnings during bootstrap 2021-10-11 11:57:54 +01:00