summaryrefslogtreecommitdiffstats
path: root/gas/configure.in
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2003-01-27 22:45:58 +0000
committerAlexandre Oliva <aoliva@redhat.com>2003-01-27 22:45:58 +0000
commit1de5b6a1a2f2222ab1250588164e4e63c98ec8a0 (patch)
tree9e02d6860c0455eb803e1e2c26f13cb02f95431c /gas/configure.in
parenta94dd1fda23661238cac626d1adc7a11c55364b3 (diff)
downloadppe42-binutils-1de5b6a1a2f2222ab1250588164e4e63c98ec8a0.tar.gz
ppe42-binutils-1de5b6a1a2f2222ab1250588164e4e63c98ec8a0.zip
* 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.
Diffstat (limited to 'gas/configure.in')
-rw-r--r--gas/configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/gas/configure.in b/gas/configure.in
index 8f0d53114a..da336f85f5 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 ;;
OpenPOWER on IntegriCloud