]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix problem noticed while looking at PR 12564.
authorJames E Wilson <wilson@specifixinc.com>
Thu, 23 Oct 2003 19:27:41 +0000 (19:27 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Thu, 23 Oct 2003 19:27:41 +0000 (12:27 -0700)
* gcc.c (option_map): Delete --target and --use-version.

From-SVN: r72862

gcc/ChangeLog
gcc/gcc.c

index b1132f9256df313d98c92082aa3fe6d868222d15..69124bc0ebf55b3e0356e8c17cdd455e3e523246 100644 (file)
@@ -1,3 +1,7 @@
+2003-10-23  James E Wilson  <wilson@specifixinc.com>
+
+       * gcc.c (option_map): Delete --target and --use-version.
+
 2003-10-23  Fariborz Jahanian  <fjahanian@apple.com>
            David Edelsohn  <edelsohn@gnu.org>
 
index 764ccd1f9e8ffbf6dfb06236538dca3a394d7629..b54fc0796f789b3bd96a1c59e38e75b85d3f471d 100644 (file)
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -1068,14 +1068,12 @@ static const struct option_map option_map[] =
    {"--static", "-static", 0},
    {"--std", "-std=", "aj"},
    {"--symbolic", "-symbolic", 0},
-   {"--target", "-b", "a"},
    {"--time", "-time", 0},
    {"--trace-includes", "-H", 0},
    {"--traditional", "-traditional", 0},
    {"--traditional-cpp", "-traditional-cpp", 0},
    {"--trigraphs", "-trigraphs", 0},
    {"--undefine-macro", "-U", "aj"},
-   {"--use-version", "-V", "a"},
    {"--user-dependencies", "-MM", 0},
    {"--verbose", "-v", 0},
    {"--warn-", "-W", "*j"},