Makefile.in (install-driver): Install driver as $(target_alias)-gcc-$(version).
authorGeoffrey Keating <geoffk@redhat.com>
Sun, 9 Jun 2002 23:20:08 +0000 (23:20 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Sun, 9 Jun 2002 23:20:08 +0000 (23:20 +0000)
commit37a4aa311ba8f5067a8779af9d1a79be655f7e9d
treeb1a2d0bf385df39a55ce042fa604a07b3ca74836
parent39d31de834968b084bb2965fd594eafed4afd440
Makefile.in (install-driver): Install driver as $(target_alias)-gcc-$(version).

* Makefile.in (install-driver): Install driver as
$(target_alias)-gcc-$(version).
* gcc.c (spec_version): Make const.
(process_command): Handle -V and -b by using exec.
* doc/invoke.texi (Target Options): Restore -V option,
update docs for -b option.

From-SVN: r54417
gcc/ChangeLog
gcc/Makefile.in
gcc/doc/invoke.texi
gcc/gcc.c