From 1de5b6a1a2f2222ab1250588164e4e63c98ec8a0 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Mon, 27 Jan 2003 22:45:58 +0000 Subject: * configure.in (em): Set to irix on all Irix systems. * configure: Rebuilt. * config/te-irix.h: New file. * config/tc-mips.c (mips_dwarf2_format): Use TE_IRIX to decide whether to use Irix-specific 64-bit format. --- gas/configure.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gas/configure.in') diff --git a/gas/configure.in b/gas/configure.in index 8f0d531..da336f8 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -361,9 +361,9 @@ changequote([,])dnl mips-*-osf*) fmt=ecoff endian=little ;; mips-*-ecoff*) fmt=ecoff ;; mips-*-pe*) fmt=coff endian=little em=pe ;; - mips-*-irix6*) fmt=elf ;; - mips-*-irix5*) fmt=elf ;; - mips-*-irix*) fmt=ecoff ;; + mips-*-irix6*) fmt=elf em=irix ;; + mips-*-irix5*) fmt=elf em=irix ;; + mips-*-irix*) fmt=ecoff em=irix ;; mips-*-lnews*) fmt=ecoff em=lnews ;; mips-*-riscos*) fmt=ecoff ;; mips*-*-linux*) fmt=elf em=tmips ;; -- cgit v1.1