mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Revert "tools/build: Unbreak bmake bootstrap on Linux"
Now that make.py no longer has the described hack on Linux we can drop
this ugly workaround.
This reverts commit fba998a3d8.
This commit is contained in:
parent
35921bba73
commit
b78ae0367f
1 changed files with 0 additions and 8 deletions
|
|
@ -69,15 +69,7 @@ struct cap_rights;
|
|||
|
||||
typedef struct cap_rights cap_rights_t;
|
||||
|
||||
/*
|
||||
* make.py uses these headers during the bmake bootstrap on Linux only, at
|
||||
* which point sys/bitcount.h won't yet exist, so don't include it there.
|
||||
*
|
||||
* TODO: Untangle this mess.
|
||||
*/
|
||||
#if __has_include(<sys/bitcount.h>)
|
||||
/* Needed for bitstring */
|
||||
#include <sys/bitcount.h>
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue