Date: Mon, 15 Jun 2015 19:35:25 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 200881] crunchgen changes in r284382 broken with gcc tinderboxes Message-ID: <bug-200881-8-2GluCioPeu@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-200881-8@https.bugs.freebsd.org/bugzilla/> References: <bug-200881-8@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200881 --- Comment #1 from Tijl Coosemans <tijl@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-200881-8-2GluCioPeu>