aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gcc-4.8/gcc/common.opt6
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc-4.8/gcc/common.opt b/gcc-4.8/gcc/common.opt
index bdbd3b6cd..2b051dac1 100644
--- a/gcc-4.8/gcc/common.opt
+++ b/gcc-4.8/gcc/common.opt
@@ -2184,9 +2184,13 @@ Common Negative(fuse-ld=gold)
Use the bfd linker instead of the default linker
fuse-ld=gold
-Common Negative(fuse-ld=bfd)
+Common Negative(fuse-ld=mcld)
Use the gold linker instead of the default linker
+fuse-ld=mcld
+Common Negative(fuse-ld=bfd)
+Use the mcld linker instead of the default linker
+
fuse-linker-plugin
Common Undocumented