Merge r236137 from x86:

Enable GNU hash generation for dynamic ELF binaries.
This commit is contained in:
Marius Strobl 2012-06-14 20:29:49 +00:00
parent acc743293d
commit d2a3fae7ec
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=237099

View File

@ -50,6 +50,7 @@
%{rdynamic:-export-dynamic} \
%{!dynamic-linker:-dynamic-linker %(fbsd_dynamic_linker) }} \
%{static:-Bstatic}} \
%{!static:--hash-style=both} \
%{symbolic:-Bsymbolic} \
-X %{mbig-endian:-EB} %{mlittle-endian:-EL}"