OSDN Git Service

PR java/15578:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 13 Oct 2004 17:03:56 +0000 (17:03 +0000)
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 13 Oct 2004 17:03:56 +0000 (17:03 +0000)
* gcc.c (option_map): Added --extdirs and --encoding.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88990 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/gcc.c

index 923175c..86fc2e7 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 ca510f9..f3eecba 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"},