OSDN Git Service

(LINK_SPEC): Remove -rpath /lib/ option. Ignore -ibcs option.
authorroland <roland@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 15 Jun 1996 08:35:46 +0000 (08:35 +0000)
committerroland <roland@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 15 Jun 1996 08:35:46 +0000 (08:35 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12283 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/i386/gnu.h

index 1ad5df9..8cfa903 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.  */