re PR java/15578 (gcj doesn't support -extdirs)
authorTom Tromey <tromey@redhat.com>
Wed, 13 Oct 2004 17:03:56 +0000 (17:03 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Wed, 13 Oct 2004 17:03:56 +0000 (17:03 +0000)
PR java/15578:
* gcc.c (option_map): Added --extdirs and --encoding.

From-SVN: r88990

gcc/ChangeLog
gcc/gcc.c

index 923175c1f7f0b4ec4f5dce79a6d95532e9d62024..86fc2e7666ce2f114f0a1ff01a2971fe46f53d92 100644 (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
index ca510f99f3b624b7306ccc8f77d43011c739af11..f3eecba06218b84da447c7dca859f7a5290156a9 100644 (file)
--- 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"},