Commit f5cbda7c by Richard Kenner

(LINK_SPEC): Fix typo.

From-SVN: r14435
parent 604d63b0
......@@ -44,7 +44,7 @@ Currently only Linux uses this. */
%{!shared: \
%{!static: \
%{rdynamic:-export-dynamic} \
%{!dynamic-linker:-dynamic-linker /lib/ld-linux.so.2} \
%{!dynamic-linker:-dynamic-linker /lib/ld-linux.so.2}} \
%{static:-static}}"
/* Output at beginning of assembler file. */
......
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