aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2004-10-13 17:03:56 +0000
committerTom Tromey <tromey@redhat.com>2004-10-13 17:03:56 +0000
commiteec59acade08705c48b9390243e96c001692ce99 (patch)
tree08466e7977eef8b28d50bb0eaf813d881d040985 /gcc/gcc.c
parentefa5df0808187c396f0f012c938b71285842b0cf (diff)
PR java/15578:
* gcc.c (option_map): Added --extdirs and --encoding. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@88990 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r--gcc/gcc.c2
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"},