https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200881
--- Comment #1 from Tijl Coosemans <[email protected]> --- contrib/gcc/config/sparc/freebsd.h: #define LINK_SPEC "%(link_arch) \ %{!mno-relax:%{!r:-relax}} ...... This means -relax is passed to the linker unless -mno-relax or -r appears on the compiler command line. I guess -Wl,-r in crunchgen code has to be changed back to -r. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
