* config/mips/iris6.h (SUBTARGET_CPP_SPEC): Define.

From-SVN: r72288
This commit is contained in:
Rainer Orth 2003-10-09 22:58:20 +00:00 committed by Rainer Orth
parent 5aaa21080b
commit 1e2eb6e8a1
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2003-10-09 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* config/mips/iris6.h (SUBTARGET_CPP_SPEC): Define.
2003-10-09 Bob Wilson <bob.wilson@acm.org>
* config/xtensa/xtensa.c (xtensa_dbx_register_number): Change first

View File

@ -57,6 +57,11 @@ Boston, MA 02111-1307, USA. */
#undef SUBTARGET_CC1_SPEC
#define SUBTARGET_CC1_SPEC ""
/* #line directives let the O32 assembler create object files that cause the
O32 linker to crash. */
#undef SUBTARGET_CPP_SPEC
#define SUBTARGET_CPP_SPEC "%{mabi=32: %{.S:-P}}"
/* We must pass -D_LONGLONG always, even when -ansi is used, because IRIX 6
system header files require it. This is OK, because gcc never warns
when long long is used in system header files. Alternatively, we can