This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/11908] g77 does not recognize the -march=ev6 option
- From: "falk at debian dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Aug 2003 23:23:57 -0000
- Subject: [Bug fortran/11908] g77 does not recognize the -march=ev6 option
- References: <20030813225200.11908.orion@cora.nwra.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11908
falk at debian dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From falk at debian dot org 2003-08-13 23:23 -------
There is no -march=ev6. Try -mcpu=ev6 to set instruction set and tuning or
-mtune=ev6 to set only tuning.