diff options
author | imp <imp@FreeBSD.org> | 2010-03-05 21:25:20 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2010-03-05 21:25:20 +0000 |
commit | 0c340bbf067173091d805c0cc0f514b9d684ce90 (patch) | |
tree | 2ab77e3727251a213a341de945bb5e0dee96ef35 /contrib/gcc/config/mips | |
parent | b66fb663ce6ca65abe57b3820409d986f89a016b (diff) | |
download | FreeBSD-src-0c340bbf067173091d805c0cc0f514b9d684ce90.zip FreeBSD-src-0c340bbf067173091d805c0cc0f514b9d684ce90.tar.gz |
Tweak the linker spec a smidge.
Correct a typo.
Diffstat (limited to 'contrib/gcc/config/mips')
-rw-r--r-- | contrib/gcc/config/mips/freebsd.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/contrib/gcc/config/mips/freebsd.h b/contrib/gcc/config/mips/freebsd.h index 207ea16..35159ab 100644 --- a/contrib/gcc/config/mips/freebsd.h +++ b/contrib/gcc/config/mips/freebsd.h @@ -65,6 +65,7 @@ Boston, MA 02110-1301, USA. */ #undef LINK_SPEC #define LINK_SPEC "\ + %{EB} %{EL} %(endian_spec) \ %{G*} %{mips1} %{mips2} %{mips3} %{mips4} \ %{mips32} %{mips32r2} %{mips64} %{mips64r2} \ %{bestGnum} %{call_shared} %{no_archive} %{exact_version} \ @@ -72,8 +73,6 @@ Boston, MA 02110-1301, USA. */ %{mabi=n32:-melf32%{EB:b}%{EL:l}tsmipn32_fbsd} \ %{mabi=64:-melf64%{EB:b}%{EL:l}tsmip_fbsd} \ %{mabi=o64:-melf64%{EB:b}%{EL:l}tsmip_fbsd} \ - %(fbsd_link_spec) \ - %(endian_spec) \ %(fbsd_link_spec)" @@ -82,7 +81,7 @@ Boston, MA 02110-1301, USA. */ #undef STARTFILE_SPEC #define STARTFILE_SPEC FBSD_STARTFILE_SPEC -/* Provide an ENDFILE_SPEC appropriate for FreeBSD/i386. */ +/* Provide an ENDFILE_SPEC appropriate for FreeBSD/mips. */ #undef ENDFILE_SPEC #define ENDFILE_SPEC FBSD_ENDFILE_SPEC |