To simplify initial porting and builds on various platforms, the bootstrapping, that included requiring a pre-build c-xref, was short-circuited.
Some intricate make-ing is required but it should be possible to build a bootstrap c-xref from default sources and then rebuild for the current platform.
To simplify initial porting and builds on various platforms, the bootstrapping, that included requiring a pre-build
c-xref
, was short-circuited.Some intricate
make
-ing is required but it should be possible to build a bootstrapc-xref
from default sources and then rebuild for the current platform.See
src/Makefile.common
, targetbootstrap
.