[Bug 200881] crunchgen changes in r284382 broken with gcc tinderboxes

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jun 15 19:35:25 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200881

--- Comment #1 from Tijl Coosemans <tijl at FreeBSD.org> ---
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.


More information about the freebsd-bugs mailing list