aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.4.3/gcc/doc
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2013-02-21 15:51:55 +0800
committerAndrew Hsieh <andrewhsieh@google.com>2013-02-21 18:55:45 +0800
commit6502f082fed932c0609b475d5d6917103700e5a8 (patch)
tree87e7ee280f219e6f5ef4aeb04e3a9a45c83bffa0 /gcc-4.4.3/gcc/doc
parent0457b0db02c4b229eab11c01025df948032c31a7 (diff)
downloadtoolchain_gcc-6502f082fed932c0609b475d5d6917103700e5a8.tar.gz
toolchain_gcc-6502f082fed932c0609b475d5d6917103700e5a8.tar.bz2
toolchain_gcc-6502f082fed932c0609b475d5d6917103700e5a8.zip
Add mclinker support: -fuse-ld=mcld
http://code.google.com/p/mclinker/ Change-Id: Ic9d88a86298eddaccf3c7da8405efb2b2f0d3e70
Diffstat (limited to 'gcc-4.4.3/gcc/doc')
-rw-r--r--gcc-4.4.3/gcc/doc/invoke.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc-4.4.3/gcc/doc/invoke.texi b/gcc-4.4.3/gcc/doc/invoke.texi
index f35cee8b1..92499735c 100644
--- a/gcc-4.4.3/gcc/doc/invoke.texi
+++ b/gcc-4.4.3/gcc/doc/invoke.texi
@@ -6942,6 +6942,9 @@ Use the @command{ld.gold} linker instead of the default linker.
This option is only necessary if GCC has been configured with
@option{--enable-gold=both} or @option{--enable-gold=both/ld}.
+@item -fuse-ld=mcld
+Use the @command{mclinker} instead of the default linker.
+
@item -fuse-ld=bfd
Use the @command{ld.bfd} linker instead of the default linker.
This option is only necessary if GCC has been configured with