aboutsummaryrefslogtreecommitdiff
path: root/gcc/common.opt
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-09-03 11:34:22 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-09-03 11:34:22 +0000
commit1be25cf1c06d1648391305957f124bffe9aa8d9e (patch)
tree864ddfc1802112f202a37bdbc0819fc724c00fdd /gcc/common.opt
parent193bbc9a117e84854699998fde89309c4489f4b4 (diff)
* common.opt (--no-sysroot-suffix): New driver option.
* doc/invoke.texi (--no-sysroot-suffix): Document. * gcc.c (driver_handle_option): Handle --no-sysroot-suffix as not needing spec processing. (main): Do not process sysroot suffixes if no_sysroot_suffix. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@190882 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/common.opt')
-rw-r--r--gcc/common.opt3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/common.opt b/gcc/common.opt
index deb89e32e39..87e28b5efe9 100644
--- a/gcc/common.opt
+++ b/gcc/common.opt
@@ -291,6 +291,9 @@ Driver Alias(no-canonical-prefixes)
-no-standard-libraries
Driver Alias(nostdlib)
+-no-sysroot-suffix
+Driver Var(no_sysroot_suffix)
+
-no-warnings
Common Alias(w)