aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8/gcc/common.opt
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2013-04-05 09:09:56 +0800
committerAndrew Hsieh <andrewhsieh@google.com>2013-04-05 09:09:56 +0800
commit04288e6d5db307539ffc86eff17dc7fd5a2eb973 (patch)
tree2ffd4db90d685bdafd2949c663d2ca8a420c414f /gcc-4.8/gcc/common.opt
parentdb19be6b84c89b8dbcbe6abe85a1c1daea384100 (diff)
downloadtoolchain_gcc-04288e6d5db307539ffc86eff17dc7fd5a2eb973.tar.gz
toolchain_gcc-04288e6d5db307539ffc86eff17dc7fd5a2eb973.tar.bz2
toolchain_gcc-04288e6d5db307539ffc86eff17dc7fd5a2eb973.zip
Add -fuse-ld=mcld
GCC 4.8 differs from previous GCCs where the option is -fuse-ld= Also form Negative() circle for bfd/gold/mcld which is mutually exclusive Change-Id: I814c3380ad5199691e5a930f5d02696d283d19df
Diffstat (limited to 'gcc-4.8/gcc/common.opt')
-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