It looks like you only made it use the gold linker at the end, but there may be intermediate partial linking which would still use the normal linker. Could you try using the gold linker throughout?
Gabe On Tue, Nov 6, 2018 at 11:36 PM Ciro Santilli <[email protected]> wrote: > I hacked up the link command manually to add -fuse-ld=gold. > > For build/ARM/gem5.opt, it halved the link time! > > But for gem5.debug, link failed. > > I have opened a detailed bug report at: > https://sourceware.org/bugzilla/show_bug.cgi?id=23869 _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
