From: Jim Wilson Date: Wed, 29 Nov 1995 20:14:02 +0000 (-0800) Subject: (WORD_SWITCH_TAKES_ARG): Define. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f0434189864a07e06d5d3b5c8c5196fbde7b51fa;p=gcc.git (WORD_SWITCH_TAKES_ARG): Define. (LINK_SPEC): Add rpath. From-SVN: r10625 --- diff --git a/gcc/config/mips/iris5.h b/gcc/config/mips/iris5.h index 7272698c82c..2f3f6a14e76 100644 --- a/gcc/config/mips/iris5.h +++ b/gcc/config/mips/iris5.h @@ -50,6 +50,10 @@ Boston, MA 02111-1307, USA. */ #define WCHAR_TYPE_SIZE LONG_TYPE_SIZE #define MAX_WCHAR_TYPE_SIZE MAX_LONG_TYPE_SIZE +#define WORD_SWITCH_TAKES_ARG(STR) \ + (DEFAULT_WORD_SWITCH_TAKES_ARG (STR) \ + || !strcmp (STR, "rpath")) + /* ??? _MIPS_SIM and _MIPS_SZPTR should eventually depend on options when options for them exist. */ @@ -90,6 +94,7 @@ Boston, MA 02111-1307, USA. */ %{bestGnum} %{shared} %{non_shared} \ %{call_shared} %{no_archive} %{exact_version} \ %{!shared:%{!non_shared:%{!call_shared: -call_shared -no_unresolved}}} \ +%{rpath} \ -_SYSTYPE_SVR4" /* We now support shared libraries. */