Tweak the linker spec a smidge.

Correct a typo.
This commit is contained in:
Warner Losh 2010-03-05 21:25:20 +00:00
parent 56ac80ce81
commit b2be35012a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=204772

View File

@ -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