diff options
author | Andreas Schwab <schwab@suse.de> | 2004-12-01 23:59:55 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@gcc.gnu.org> | 2004-12-01 23:59:55 +0000 |
commit | 87a725812eec379bc7589151fd88f66756fb2769 (patch) | |
tree | 2467f1a1f0d2d01287f3617b13f4aea6b7bd18ab /gcc/gcc.c | |
parent | a912a223f3476de2f977aebd5ba56dc646ba1e6d (diff) | |
download | gcc-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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}, |