svn commit: r236329 - head/contrib/gcc/config/sparc
Marius Strobl
marius at FreeBSD.org
Wed May 30 20:13:50 UTC 2012
Author: marius
Date: Wed May 30 20:13:49 2012
New Revision: 236329
URL: http://svn.freebsd.org/changeset/base/236329
Log:
Merge r236137 from x86:
Enable GNU hash generation for dynamic ELF binaries.
While at it, sync the order of options with x86 and pass along the verbose
flag.
Modified:
head/contrib/gcc/config/sparc/freebsd.h
Modified: head/contrib/gcc/config/sparc/freebsd.h
==============================================================================
--- head/contrib/gcc/config/sparc/freebsd.h Wed May 30 20:04:07 2012 (r236328)
+++ head/contrib/gcc/config/sparc/freebsd.h Wed May 30 20:13:49 2012 (r236329)
@@ -45,14 +45,16 @@ Boston, MA 02110-1301, USA. */
#define LINK_SPEC "%(link_arch) \
%{!mno-relax:%{!r:-relax}} \
%{p:%nconsider using `-pg' instead of `-p' with gprof(1)} \
+ %{v:-V} \
%{assert*} %{R*} %{rpath*} %{defsym*} \
%{shared:-Bshareable %{h*} %{soname*}} \
- %{symbolic:-Bsymbolic} \
%{!shared: \
%{!static: \
%{rdynamic:-export-dynamic} \
%{!dynamic-linker:-dynamic-linker %(fbsd_dynamic_linker) }} \
- %{static:-Bstatic}}"
+ %{static:-Bstatic}} \
+ %{!static:--hash-style=both} \
+ %{symbolic:-Bsymbolic}"
/************************[ Target stuff ]***********************************/
More information about the svn-src-head
mailing list