diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-11-17 23:26:43 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-11-17 23:26:43 +0000 |
commit | 00f4e65966d41fa2fe74485c2799ee6f6bbb819e (patch) | |
tree | 9cb7d00c6944230c4983b8fa96a32489a75614f9 /gas | |
parent | 9cc8106c4758ff0fe5d10046ec737018476c9bdc (diff) | |
download | gdb-00f4e65966d41fa2fe74485c2799ee6f6bbb819e.zip gdb-00f4e65966d41fa2fe74485c2799ee6f6bbb819e.tar.gz gdb-00f4e65966d41fa2fe74485c2799ee6f6bbb819e.tar.bz2 |
* configure.in (mips-*-irix5*): New target. Use elf and mips-big.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/configure.in b/gas/configure.in index 7b7da53..fa722c3 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -101,7 +101,6 @@ endian=big # check for architecture variants case ${target_cpu} in - h8300h) cpu_type=h8300 ;; # Actually we've only got support for the 1.1, so we shouldn't generalize, # but this is what the support files are named... hppa*) cpu_type=hppa ;; @@ -175,6 +174,7 @@ case ${generic_target} in fi ;; mips-*-ecoff*) obj_format=ecoff gas_target=mips-big ;; + mips-*-irix5*) obj_format=elf gas_target=mips-big ;; mips-*-irix*) obj_format=ecoff gas_target=mips-big emulation=irix ;; mips-*-riscos*) obj_format=ecoff gas_target=mips-big ;; mips-*-sysv*) obj_format=ecoff gas_target=mips-big ;; |