diff options
author | David O'Brien <obrien@FreeBSD.org> | 2003-04-29 11:42:16 +0000 |
---|---|---|
committer | Loren J. Rittle <ljrittle@gcc.gnu.org> | 2003-04-29 11:42:16 +0000 |
commit | 667b43dd10d261d2b3510f924ec900d56f21dc0e (patch) | |
tree | 734f881fed27b3e63c0385dafbea8d5ff5114b91 /gcc/config/i386/freebsd64.h | |
parent | fbba7d685098eb2173db34b4e2dab4118cd47edb (diff) | |
download | gcc-667b43dd10d261d2b3510f924ec900d56f21dc0e.zip gcc-667b43dd10d261d2b3510f924ec900d56f21dc0e.tar.gz gcc-667b43dd10d261d2b3510f924ec900d56f21dc0e.tar.bz2 |
* config/i386/freebsd64.h (LINK_SPEC): Mirror FreeBSD linker.
From-SVN: r66215
Diffstat (limited to 'gcc/config/i386/freebsd64.h')
-rw-r--r-- | gcc/config/i386/freebsd64.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/config/i386/freebsd64.h b/gcc/config/i386/freebsd64.h index 699f4c4..12ca062 100644 --- a/gcc/config/i386/freebsd64.h +++ b/gcc/config/i386/freebsd64.h @@ -29,8 +29,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} \ %{Wl,*:%*} \ %{v:-V} \ %{assert*} %{R*} %{rpath*} %{defsym*} \ |