(LINK_SPEC): Remove -rpath /lib/ option. Ignore -ibcs option.
authorRoland McGrath <roland@gcc.gnu.org>
Sat, 15 Jun 1996 08:35:46 +0000 (08:35 +0000)
committerRoland McGrath <roland@gcc.gnu.org>
Sat, 15 Jun 1996 08:35:46 +0000 (08:35 +0000)
From-SVN: r12283

gcc/config/i386/gnu.h

index 1ad5df991e44bead2c430867a39f6d31c838fa6c..8cfa903ff62d87c6a40d3244e5e677c557119008 100644 (file)
@@ -9,11 +9,10 @@
 #undef LINK_SPEC
 #define LINK_SPEC "-m elf_i386 %{shared:-shared} \
   %{!shared: \
-    %{!ibcs: \
-      %{!static: \
-       %{rdynamic:-export-dynamic} \
-       %{!dynamic-linker:-dynamic-linker /lib/ld.so} \
-       %{!rpath:-rpath /lib/}} %{static:-static}}}"
+    %{!static: \
+      %{rdynamic:-export-dynamic} \
+      %{!dynamic-linker:-dynamic-linker /lib/ld.so}} \
+    %{static:-static}}"
 
 
 /* Get machine-independent configuration parameters for the GNU system.  */