aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2004-12-01 23:59:55 +0000
committerAndreas Schwab <schwab@gcc.gnu.org>2004-12-01 23:59:55 +0000
commit87a725812eec379bc7589151fd88f66756fb2769 (patch)
tree2467f1a1f0d2d01287f3617b13f4aea6b7bd18ab /gcc/gcc.c
parenta912a223f3476de2f977aebd5ba56dc646ba1e6d (diff)
downloadgcc-87a725812eec379bc7589151fd88f66756fb2769.zip
gcc-87a725812eec379bc7589151fd88f66756fb2769.tar.gz
gcc-87a725812eec379bc7589151fd88f66756fb2769.tar.bz2
* gcc.c (struct option_map): Add entry for "--pass-exit-codes".
From-SVN: r91590
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r--gcc/gcc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index eda9e5e..eaf58d2 100644
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -1094,6 +1094,7 @@ static const struct option_map option_map[] =
{"--output", "-o", "a"},
{"--output-class-directory", "-foutput-class-dir=", "ja"},
{"--param", "--param", "a"},
+ {"--pass-exit-codes", "-pass-exit-codes", 0},
{"--pedantic", "-pedantic", 0},
{"--pedantic-errors", "-pedantic-errors", 0},
{"--pie", "-pie", 0},