commit | e9307449c314ac40a660e5774dd5175571cb2382 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Sun Nov 28 14:25:36 2021 -0500 |
committer | Mike Frysinger <vapier@gentoo.org> | Sun Nov 28 14:28:35 2021 -0500 |
tree | 4aa831cd894eedcfc058b890a4f4859ae200bb43 | |
parent | 6688220490d7d315b6489fb0de12062f7ecd3e33 [diff] |
sim: add checks to core headers to prevent incorrect common building Some of the core sim headers rely on the SIM_AC_OPTION_BITSIZE macro which can change the size of core types. Since these haven't been unified across ports, add checks to make sure they aren't accidentally included when building for all ports. This caught the sim-load file using poisoned headers that it didn't actually need.