From 57dea801968efff681da176cfd058162f8a4f860 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 15 Jun 1996 08:35:46 +0000 Subject: [PATCH] (LINK_SPEC): Remove -rpath /lib/ option. Ignore -ibcs option. From-SVN: r12283 --- gcc/config/i386/gnu.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/gcc/config/i386/gnu.h b/gcc/config/i386/gnu.h index 1ad5df991e4..8cfa903ff62 100644 --- a/gcc/config/i386/gnu.h +++ b/gcc/config/i386/gnu.h @@ -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. */ -- 2.30.2