diff options
author | schwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-12-01 23:59:55 +0000 |
---|---|---|
committer | schwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-12-01 23:59:55 +0000 |
commit | 6fb1c485e6f8c8a197fb6ee736091c6128aeec95 (patch) | |
tree | 2467f1a1f0d2d01287f3617b13f4aea6b7bd18ab /gcc/gcc.c | |
parent | de3915b33e84f04a811ea16dcc5dcda90a6b36f1 (diff) | |
download | gcc-6fb1c485e6f8c8a197fb6ee736091c6128aeec95.tar.gz |
* gcc.c (struct option_map): Add entry for "--pass-exit-codes".
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91590 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r-- | gcc/gcc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c index eda9e5ecb26..eaf58d22d02 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}, |