diff options
author | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-03-08 01:47:22 +0000 |
---|---|---|
committer | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-03-08 01:47:22 +0000 |
commit | f6ddda5ea63af16ec0514857252158d83529a9de (patch) | |
tree | 9055fcb01532e520a3f9bee90717af5836aa19fe /gcc/config/mips/mips-5.h | |
parent | fade256a1160711a92c99580ba557048eee7da92 (diff) | |
download | gcc-f6ddda5ea63af16ec0514857252158d83529a9de.tar.gz |
(LINK_SPEC): Do not depend on gas. Don't interpret -EB
and -EL options, but do pass them.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6720 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/mips/mips-5.h')
-rw-r--r-- | gcc/config/mips/mips-5.h | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/gcc/config/mips/mips-5.h b/gcc/config/mips/mips-5.h index f53d0ad9fb4..3c8ce39fe93 100644 --- a/gcc/config/mips/mips-5.h +++ b/gcc/config/mips/mips-5.h @@ -19,13 +19,10 @@ along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define LINK_SPEC "\ -%{G*} \ -%{!mgas: \ - %{EB} %{!EB: -EB} \ - %{EL: %e-EL not supported} \ - %{mips1} %{mips2} %{mips3} %{bestGnum} \ - %{shared} %{non_shared} %{call_shared} %{no_archive} %{exact_version} \ - %{!shared: %{!non_shared: %{!call_shared: -non_shared}}}}" +%{G*} %{EB} %{EL} %{mips1} %{mips2} %{mips3} \ +%{bestGnum} %{shared} %{non_shared} \ +%{call_shared} %{no_archive} %{exact_version} \ +%{!shared: %{!non_shared: %{!call_shared: -non_shared}}}" #define STARTFILE_SPEC "%{pg:gcrt0.o%s}%{!pg:%{p:mcrt0.o%s}%{!p:crt1.o%s crtn.o%s}}" |