Fix the LINK_SPEC. Our i386 32-bit emulation name changed.

We also need to look in the proper directory for 32-bit libs.
This commit is contained in:
David E. O'Brien 2003-04-26 19:20:25 +00:00
parent 9ad1907230
commit 1143283a26
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=114078

View File

@ -31,8 +31,7 @@ Boston, MA 02111-1307, USA. */
#undef LINK_SPEC
#define LINK_SPEC "\
%{!m32:-m elf_x86_64} \
%{m32:-m elf_i386} \
%{m32:-m elf_i386_fbsd -Y P,/usr/lib/i386} \
%{Wl,*:%*} \
%{v:-V} \
%{assert*} %{R*} %{rpath*} %{defsym*} \