mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
iris6.h (DRIVER_SELF_SPECS): Check -march as well as -mipsN before forcing a default of -mips2.
* config/mips/iris6.h (DRIVER_SELF_SPECS): Check -march as well as -mipsN before forcing a default of -mips2. From-SVN: r98265
This commit is contained in:
parent
1e6a5d3c8f
commit
2adc1e9cb4
@ -1,3 +1,8 @@
|
||||
2005-04-17 Richard Sandiford <rsandifo@redhat.com>
|
||||
|
||||
* config/mips/iris6.h (DRIVER_SELF_SPECS): Check -march as well as
|
||||
-mipsN before forcing a default of -mips2.
|
||||
|
||||
2005-04-17 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
* predict.h (IS_TAKEN): Remove.
|
||||
|
@ -32,7 +32,7 @@ Boston, MA 02111-1307, USA. */
|
||||
easier to write. Default to the mips2 ISA for the O32 ABI. */
|
||||
#define DRIVER_SELF_SPECS \
|
||||
"%{!mabi=*: -mabi=n32}", \
|
||||
"%{mabi=32: %{!mips*: -mips2}}"
|
||||
"%{mabi=32: %{!mips*: %{!march*: -mips2}}}"
|
||||
|
||||
/* Force the generation of dwarf .debug_frame sections even if not
|
||||
compiling -g. This guarantees that we can unwind the stack. */
|
||||
|
Loading…
Reference in New Issue
Block a user