On Sat, Oct 6, 2012 at 5:04 PM, R. Diez <[email protected]> wrote: > Hallo Peter: > > It takes a long time to build your the toolchain, is it because of the 3 > architectures (with and without the jump delay slot)?
Hi Ruben AFAIK the actual tools themselves aren't getting compiled multiple times - support for no-delay-slot code is enabled via a -mno-delay switch to GCC. The only thing which may be getting compiled multiple times is the libraries for GCC and newlib/libgloss. But that's fine I would have thought, and wouldn't be adding too much to the compile time. > > Is it possible to say build just the compatibility libraries and disable the > other 2 libraries? If only for test purposes I'd like to build the toolchain > as quickly as possible. Is it _really_ annoying you that much that you want to spend time finding a way to disable building the other libraries? How often do you recompile your tool chain anyway? Why not build it once, have a coffee, and then leave it until the next update? Cheers Julius _______________________________________________ OpenRISC mailing list [email protected] http://lists.openrisc.net/listinfo/openrisc
