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:
parent
d208e9b116
commit
756399b229
@ -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*} \
|
||||
|
Loading…
Reference in New Issue
Block a user