Commit 1e2eb6e8 by Rainer Orth Committed by Rainer Orth

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

From-SVN: r72288
parent 5aaa2108
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> 2003-10-09 Bob Wilson <bob.wilson@acm.org>
* config/xtensa/xtensa.c (xtensa_dbx_register_number): Change first * config/xtensa/xtensa.c (xtensa_dbx_register_number): Change first
......
...@@ -57,6 +57,11 @@ Boston, MA 02111-1307, USA. */ ...@@ -57,6 +57,11 @@ Boston, MA 02111-1307, USA. */
#undef SUBTARGET_CC1_SPEC #undef SUBTARGET_CC1_SPEC
#define 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 /* 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 system header files require it. This is OK, because gcc never warns
when long long is used in system header files. Alternatively, we can when long long is used in system header files. Alternatively, we can
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment