On Mon, Dec 10, 2012 at 1:18 PM, Andrew Pinski <pins...@gmail.com> wrote: > 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 ?
I don't think that was ever supported without adjusting the target/host triplet to i686-linux for example. Was it? Richard. > Thanks, > Andrew Pinski