From b2a2b3f04e08147c52115bd1e24b9af085acd063 Mon Sep 17 00:00:00 2001 From: obrien Date: Sat, 26 Apr 2003 19:20:25 +0000 Subject: Fix the LINK_SPEC. Our i386 32-bit emulation name changed. We also need to look in the proper directory for 32-bit libs. --- contrib/gcc/config/i386/freebsd64.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'contrib') diff --git a/contrib/gcc/config/i386/freebsd64.h b/contrib/gcc/config/i386/freebsd64.h index b0a4209..47981bd 100644 --- a/contrib/gcc/config/i386/freebsd64.h +++ b/contrib/gcc/config/i386/freebsd64.h @@ -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*} \ -- cgit v1.1