aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
diff options
context:
space:
mode:
authorJames E Wilson <wilson@specifixinc.com>2003-10-23 19:27:41 +0000
committerJim Wilson <wilson@gcc.gnu.org>2003-10-23 12:27:41 -0700
commit1e529a7312ebf369c0b91ff5c0cf815aca9fc3ff (patch)
tree0c6baba412dd6bbd4405cf19a3769975a4ceb3e6 /gcc/gcc.c
parent60aa9fc304fb2ac1d1cbdba543649a45a1482200 (diff)
downloadgcc-1e529a7312ebf369c0b91ff5c0cf815aca9fc3ff.zip
gcc-1e529a7312ebf369c0b91ff5c0cf815aca9fc3ff.tar.gz
gcc-1e529a7312ebf369c0b91ff5c0cf815aca9fc3ff.tar.bz2
Fix problem noticed while looking at PR 12564.
* gcc.c (option_map): Delete --target and --use-version. From-SVN: r72862
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r--gcc/gcc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index 764ccd1..b54fc07 100644
--- 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"},