Commit 57dea801 by Roland McGrath

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

From-SVN: r12283
parent a36cf2bb
......@@ -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}}}"
%{!dynamic-linker:-dynamic-linker /lib/ld.so}} \
%{static:-static}}"
/* 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