On Mon, Dec 10, 2012 at 4:16 AM, Matthias Klose <d...@ubuntu.com> wrote: > During bootstrap some things are built which are not required for the > bootstrap: > > - multilib libraries > - libstdc++ debug library, when configured with --enable-libstdcxx-debug > - libstdc++ precompiled header files > > The attached patch disables building these during the bootstrap stages. The > additional dependencies on all-target-libgcc are necessary for multilib'd > builds, or else the configury bails out finding the wrong libgcc. I can't see > a > way to add these dependencies for the multilib enabled build only. > > Ok for the trunk?
Does this work when someone supplies BOOT_CFLAGS a multlib option like say -m32 ? Thanks, Andrew Pinski