mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-21 00:30:36 +08:00
* config/mips/iris6.h (SUBTARGET_CPP_SPEC): Define.
From-SVN: r72288
This commit is contained in:
parent
5aaa21080b
commit
1e2eb6e8a1
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user