diff options
author | Tom Tromey <tromey@redhat.com> | 2004-10-13 17:03:56 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2004-10-13 17:03:56 +0000 |
commit | e89f2821711a33e65bd574b63aceb1146a812c24 (patch) | |
tree | 08466e7977eef8b28d50bb0eaf813d881d040985 | |
parent | 65e71cd6353d3b269d6fa13a48f4cc87edcb184a (diff) | |
download | gcc-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
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/gcc.c | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 923175c..86fc2e7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-10-13 Tom Tromey <tromey@redhat.com> + + PR java/15578: + * gcc.c (option_map): Added --extdirs and --encoding. + 2004-10-13 Eric Botcazou <ebotcazou@libertysurf.fr> PR target/14454 @@ -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"}, |