Commit 57dea801 by Roland McGrath

(LINK_SPEC): Remove -rpath /lib/ option. Ignore -ibcs option.

From-SVN: r12283
parent a36cf2bb
...@@ -9,11 +9,10 @@ ...@@ -9,11 +9,10 @@
#undef LINK_SPEC #undef LINK_SPEC
#define LINK_SPEC "-m elf_i386 %{shared:-shared} \ #define LINK_SPEC "-m elf_i386 %{shared:-shared} \
%{!shared: \ %{!shared: \
%{!ibcs: \ %{!static: \
%{!static: \ %{rdynamic:-export-dynamic} \
%{rdynamic:-export-dynamic} \ %{!dynamic-linker:-dynamic-linker /lib/ld.so}} \
%{!dynamic-linker:-dynamic-linker /lib/ld.so} \ %{static:-static}}"
%{!rpath:-rpath /lib/}} %{static:-static}}}"
/* Get machine-independent configuration parameters for the GNU system. */ /* Get machine-independent configuration parameters for the GNU system. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment