Use the default 'ld' emulation rather than hard coding it.
For FreeBSD, 'ld' 2.12.0 uses a different emulation than in the past. So this change makes the upgrade easier.
This commit is contained in:
parent
8b179749d8
commit
99339e95db
@ -63,7 +63,6 @@ Boston, MA 02111-1307, USA. */
|
||||
%{pg:-Bstatic} %{Z}} \
|
||||
%{assert*} %{R*}} \
|
||||
%{!maout: \
|
||||
-m elf_i386 \
|
||||
%{Wl,*:%*} \
|
||||
%{assert*} %{R*} %{rpath*} %{defsym*} \
|
||||
%{shared:-Bshareable %{h*} %{soname*}} \
|
||||
|
Loading…
Reference in New Issue
Block a user