diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1995-11-29 12:13:25 -0800 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1995-11-29 12:13:25 -0800 |
commit | 62e74545e733fc1014ad0bb24013efd8b99a9076 (patch) | |
tree | 2992e15958a301699e2b5ab4ce6eef92bca3025e | |
parent | 50b46d9219babb8cb3e47c7c61ff2bd8eb21eac2 (diff) | |
download | gcc-62e74545e733fc1014ad0bb24013efd8b99a9076.zip gcc-62e74545e733fc1014ad0bb24013efd8b99a9076.tar.gz gcc-62e74545e733fc1014ad0bb24013efd8b99a9076.tar.bz2 |
(LINK_SPEC): Add rpath.
From-SVN: r10624
-rw-r--r-- | gcc/config/mips/iris6.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/mips/iris6.h b/gcc/config/mips/iris6.h index c677ee0..5818a77 100644 --- a/gcc/config/mips/iris6.h +++ b/gcc/config/mips/iris6.h @@ -279,6 +279,7 @@ while (0) %{bestGnum} %{shared} %{non_shared} \ %{call_shared} %{no_archive} %{exact_version} \ %{!shared: %{!non_shared: %{!call_shared: -call_shared -no_unresolved}}} \ +%{rpath} \ -_SYSTYPE_SVR4" /* ??? Debugging does not work. We get many assembler core dumps, |