<p dir="ltr">On 2 Mar 2016 9:09 pm, "asdf via D.gnu" <<a href="mailto:d.gnu@puremagic.com">d.gnu@puremagic.com</a>> wrote:<br>
><br>
> Are there build instructions that don't involve building the rest of GCC at the same time? I realize wrong version mismatches are bad but I'll redo it until it works lol!</p>
<p dir="ltr">Sorry, no.  GCC isn't a library that you can just link to.  You need to build all parts in order to make a working compiler.</p>
<p dir="ltr">You can drastically speed up compile time by configuring with --disable-bootstrap however.</p>
<p dir="ltr">Iain.</p>