This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: mips64 inline question
btw, i noticed that the -mabi flag isn't in either TARGET_OPTIONS or
TARGET_SWITCHES causing cc1 to complain about it (if I configure for
host=i686-linux target=mips64-linux like I mentioned before). The
following obvious fixes this (other than the message stuff)
\p
--
RCS file: /cvsroot/gcc/gcc/gcc/config/mips/mips.h,v
retrieving revision 1.148
diff -r1.148 mips.h
623a624,625
> { "abi=", &mips_abi_string, \
> N_("Specify abi type")}, \