aboutsummaryrefslogtreecommitdiff
path: root/ld/configure.tgt
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>1999-06-30 21:00:10 +0000
committerMark Mitchell <mark@codesourcery.com>1999-06-30 21:00:10 +0000
commitdc8319788003735291d8fa17bab7057682b1328e (patch)
tree4ab9ac50b0b5ea92db0265d69b93d8783f22b014 /ld/configure.tgt
parent7403cb6305f5660fccc8869d3333a731102ae978 (diff)
downloadgdb-dc8319788003735291d8fa17bab7057682b1328e.zip
gdb-dc8319788003735291d8fa17bab7057682b1328e.tar.gz
gdb-dc8319788003735291d8fa17bab7057682b1328e.tar.bz2
* Makefile.am (ALL_EMULATIONS): Add eelf32bmipn32.o.
(eelf32bmipn32.c): New target. * Makefile.in: Regenerated. * configure.tgt (mips-sgi-irix6*): Make n32 the default emulation. * emulparams/elf32bmipn32.sh: New file.
Diffstat (limited to 'ld/configure.tgt')
-rw-r--r--ld/configure.tgt5
1 files changed, 4 insertions, 1 deletions
diff --git a/ld/configure.tgt b/ld/configure.tgt
index 0e012f4..97c1397 100644
--- a/ld/configure.tgt
+++ b/ld/configure.tgt
@@ -176,7 +176,10 @@ hppa*-*-rtems*) targ_emul=hppaelf ;;
vax-dec-ultrix* | vax-dec-bsd*) targ_emul=vax ;;
mips*-dec-ultrix*) targ_emul=mipslit ;;
mips*-dec-osf*) targ_emul=mipslit ;;
-mips*-sgi-irix[56]*) targ_emul=elf32bsmip ;;
+mips*-sgi-irix5*) targ_emul=elf32bsmip ;;
+mips*-sgi-irix6*) targ_emul=elf32bmipn32
+ targ_extra_emuls="elf32bsmip"
+ ;;
mips*-sgi-irix*) targ_emul=mipsbig ;;
mips*el-*-ecoff*) targ_emul=mipsidtl ;;
mips*-*-ecoff*) targ_emul=mipsidt ;;