summaryrefslogtreecommitdiff
path: root/gcc/config.host
diff options
context:
space:
mode:
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2011-07-29 18:19:29 +0000
committerRainer Orth <ro@gcc.gnu.org>2011-07-29 18:19:29 +0000
commitcc822cc1f3f06814ccfa21d9d3ebe5405a6975c7 (patch)
tree67f398530eb3bd9aedabefce738b4a513d5ddbab /gcc/config.host
parent2514265077f4260ae10377791317c6754b3292df (diff)
driver-native.c [__sgi__]: Include <invent.h>, <sys/sbd.h>.
* config/mips/driver-native.c [__sgi__]: Include <invent.h>, <sys/sbd.h>. (cpu_types): New array. (cputype): New function. (host_detect_local_cpu): Only define buf, f if !__sgi__. Use scaninvent instead of /proc/cpuinfo if __sgi__. * config.host: Also use driver-native.o, mips/x-native on mips-sgi-irix*. * config/mips/iris6.h [__mips__] (host_detect_local_cpu): Declare. (EXTRA_SPEC_FUNCTIONS, MARCH_MTUNE_NATIVE_SPECS): Define. (DRIVER_SELF_SPECS): Add MARCH_MTUNE_NATIVE_SPECS. From-SVN: r176947
Diffstat (limited to 'gcc/config.host')
-rw-r--r--gcc/config.host4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config.host b/gcc/config.host
index 771be8c283f..85009d1b45c 100644
--- a/gcc/config.host
+++ b/gcc/config.host
@@ -118,9 +118,9 @@ case ${host} in
;;
esac
;;
- mips*-*-linux*)
+ mips*-*-linux* | mips-sgi-irix*)
case ${target} in
- mips*-*-linux*)
+ mips*-*-linux* | mips-sgi-irix*)
host_extra_gcc_objs="driver-native.o"
host_xmake_file="${host_xmake_file} mips/x-native"
;;