diff options
author | Jim Wilson <wilson@tuliptree.org> | 1996-11-12 23:33:32 +0000 |
---|---|---|
committer | Jim Wilson <wilson@tuliptree.org> | 1996-11-12 23:33:32 +0000 |
commit | 119dfbb7c16c594e26b4745e5efaf836b48d8c1b (patch) | |
tree | 5419bf9c17f940431f9c133e1d977c1720324c0c /gdb/configure.host | |
parent | cf13e3fc30bee23f8c794c0dcd7924733e2e1d3e (diff) | |
download | gdb-119dfbb7c16c594e26b4745e5efaf836b48d8c1b.zip gdb-119dfbb7c16c594e26b4745e5efaf836b48d8c1b.tar.gz gdb-119dfbb7c16c594e26b4745e5efaf836b48d8c1b.tar.bz2 |
Patches to add Irix6 host support.
Diffstat (limited to 'gdb/configure.host')
-rw-r--r-- | gdb/configure.host | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/configure.host b/gdb/configure.host index db8e3b2..7b7266a 100644 --- a/gdb/configure.host +++ b/gdb/configure.host @@ -108,6 +108,8 @@ mips-little-*) gdb_host=littlemips ;; mips-sgi-irix3*) gdb_host=irix3 ;; mips-sgi-irix4*) gdb_host=irix4 ;; mips-sgi-irix5*) gdb_host=irix5 ;; +# Close enough for now. +mips-sgi-irix6*) gdb_host=irix5 ;; mips-sony-*) gdb_host=news-mips ;; mips-*-mach3*) gdb_host=mach3 ;; mips-*-sysv4*) gdb_host=mipsv4 ;; |