summaryrefslogtreecommitdiff
path: root/gcc/gcc.h
diff options
context:
space:
mode:
authormeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>2008-10-30 22:45:32 +0000
committermeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>2008-10-30 22:45:32 +0000
commit1b3be4866c1d390a46f9cb64a737a2c1d61d1fde (patch)
tree6ccae37a4d548d06912219e47fa036a32fcddc7a /gcc/gcc.h
parenta7cce1e61cd8fefc7820caf344c2e61a9078e29a (diff)
downloadgcc-1b3be4866c1d390a46f9cb64a737a2c1d61d1fde.tar.gz
Add -dumpbase to the switches that take arguments
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141469 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gcc.h')
-rw-r--r--gcc/gcc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcc.h b/gcc/gcc.h
index cf41efc7758..83d04bf43ec 100644
--- a/gcc/gcc.h
+++ b/gcc/gcc.h
@@ -51,7 +51,7 @@ struct spec_function
|| !strcmp (STR, "isysroot") \
|| !strcmp (STR, "-param") || !strcmp (STR, "specs") \
|| !strcmp (STR, "MF") || !strcmp (STR, "MT") || !strcmp (STR, "MQ") \
- || !strcmp (STR, "fintrinsic-modules-path"))
+ || !strcmp (STR, "fintrinsic-modules-path") || !strcmp (STR, "dumpbase"))
/* These are exported by gcc.c. */