diff options
author | James E Wilson <wilson@specifixinc.com> | 2003-10-23 19:27:41 +0000 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 2003-10-23 12:27:41 -0700 |
commit | 1e529a7312ebf369c0b91ff5c0cf815aca9fc3ff (patch) | |
tree | 0c6baba412dd6bbd4405cf19a3769975a4ceb3e6 /gcc | |
parent | 60aa9fc304fb2ac1d1cbdba543649a45a1482200 (diff) | |
download | gcc-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')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/gcc.c | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b1132f9..69124bc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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> @@ -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"}, |