diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-10-13 17:03:56 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-10-13 17:03:56 +0000 |
commit | 0ad8600e14dce0e019722b9e10e455f1cf4ce91e (patch) | |
tree | 08466e7977eef8b28d50bb0eaf813d881d040985 /gcc/gcc.c | |
parent | 3c20fe9ba718451e2860c3f6c2b23062c4a3160b (diff) | |
download | gcc-0ad8600e14dce0e019722b9e10e455f1cf4ce91e.tar.gz |
PR java/15578:
* gcc.c (option_map): Added --extdirs and --encoding.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88990 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r-- | gcc/gcc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c index ca510f99f3b..f3eecba0621 100644 --- a/gcc/gcc.c +++ b/gcc/gcc.c @@ -1064,8 +1064,10 @@ static const struct option_map option_map[] = {"--dependencies", "-M", 0}, {"--dump", "-d", "a"}, {"--dumpbase", "-dumpbase", "a"}, + {"--encoding", "-fencoding=", "aj"}, {"--entry", "-e", 0}, {"--extra-warnings", "-W", 0}, + {"--extdirs", "-fextdirs=", "aj"}, {"--for-assembler", "-Wa", "a"}, {"--for-linker", "-Xlinker", "a"}, {"--force-link", "-u", "a"}, |