Jonathan, Thanks for the tips! I guess the "--with-pic" is more or less equivalent with manually setting the BOOT_FLAGS (but obviously better/more elegant solution). The reason why I though it was strange that this has not been fixed is that it makes the testing of JIT cumbersome - at least to noobs not very familiar with the gcc build system like me. Cheers, -- Szilárd On Tue, Apr 14, 2015 at 2:00 AM, Jonathan Wakely <jwakely.gcc@xxxxxxxxx> wrote: > On 14 April 2015 at 00:30, Jonathan Wakely wrote: >> It seems to build OK with --disable-bootstrap --disable-multilib >> --enable-host-shared --with-pic >> >> I haven't tried a multilib or bootstrap build, but --with-pic should >> make them work too. > > I can confirm that --with-pic also works for multlib bootstraps.