mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-20 00:49:35 +08:00
(LINK_SPEC): Fix typo.
From-SVN: r14435
This commit is contained in:
parent
604d63b028
commit
f5cbda7cb1
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user