Skip to content

Draft: Allow bootstrapping with unregisterised compiler

Andreas Schwab requested to merge (removed):bootstrap-unregisterised into master

When genapply is compiled with an unregisterised compiler it always outputs code for an unregisterised build. This is because an unregisterised compiler defines UnregisterisedCompiler, which implies NO_REGS. But we only want to define NO_REGS if building an unregisterised compiler.

Edited by Matthew Pickering

Merge request reports