re PR java/15578 (gcj doesn't support -extdirs)

PR java/15578:
	* gcc.c (option_map): Added --extdirs and --encoding.

From-SVN: r88990
This commit is contained in:
Tom Tromey 2004-10-13 17:03:56 +00:00 committed by Tom Tromey
parent 65e71cd635
commit e89f282171
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -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"},