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@gcc.gnu.org>2004-10-13 17:03:56 +0000
commite89f2821711a33e65bd574b63aceb1146a812c24 (patch)
tree08466e7977eef8b28d50bb0eaf813d881d040985 /gcc/gcc.c
parent65e71cd6353d3b269d6fa13a48f4cc87edcb184a (diff)
downloadgcc-e89f2821711a33e65bd574b63aceb1146a812c24.zip
gcc-e89f2821711a33e65bd574b63aceb1146a812c24.tar.gz
gcc-e89f2821711a33e65bd574b63aceb1146a812c24.tar.bz2
re PR java/15578 (gcj doesn't support -extdirs)
PR java/15578: * gcc.c (option_map): Added --extdirs and --encoding. From-SVN: r88990
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 ca510f9..f3eecba 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"},