diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1995-11-29 12:14:02 -0800 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1995-11-29 12:14:02 -0800 |
commit | f0434189864a07e06d5d3b5c8c5196fbde7b51fa (patch) | |
tree | 2ae418371b4c6b9b46052fcadb56b595baf3b89b /gcc | |
parent | 62e74545e733fc1014ad0bb24013efd8b99a9076 (diff) | |
download | gcc-f0434189864a07e06d5d3b5c8c5196fbde7b51fa.zip gcc-f0434189864a07e06d5d3b5c8c5196fbde7b51fa.tar.gz gcc-f0434189864a07e06d5d3b5c8c5196fbde7b51fa.tar.bz2 |
(WORD_SWITCH_TAKES_ARG): Define.
(LINK_SPEC): Add rpath.
From-SVN: r10625
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/mips/iris5.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/config/mips/iris5.h b/gcc/config/mips/iris5.h index 7272698..2f3f6a1 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. */ |