projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a36cf2b
)
(LINK_SPEC): Remove -rpath /lib/ option. Ignore -ibcs option.
author
Roland McGrath
<roland@gcc.gnu.org>
Sat, 15 Jun 1996 08:35:46 +0000
(08:35 +0000)
committer
Roland McGrath
<roland@gcc.gnu.org>
Sat, 15 Jun 1996 08:35:46 +0000
(08:35 +0000)
From-SVN: r12283
gcc/config/i386/gnu.h
patch
|
blob
|
history
diff --git
a/gcc/config/i386/gnu.h
b/gcc/config/i386/gnu.h
index 1ad5df991e44bead2c430867a39f6d31c838fa6c..8cfa903ff62d87c6a40d3244e5e677c557119008 100644
(file)
--- 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. */