diff options
author | Alan Modra <amodra@gmail.com> | 2002-05-31 03:02:35 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-05-31 03:02:35 +0000 |
commit | a0cb91c65777580306e1c6cb70bb2362e0c08962 (patch) | |
tree | b68023b90e97a8ae0f35772741983a5c48b46632 /ld/configure.tgt | |
parent | 34e979525e0bef8facbfffc60df942d353369c03 (diff) | |
download | gdb-a0cb91c65777580306e1c6cb70bb2362e0c08962.zip gdb-a0cb91c65777580306e1c6cb70bb2362e0c08962.tar.gz gdb-a0cb91c65777580306e1c6cb70bb2362e0c08962.tar.bz2 |
* Makefile.am (ALL_EMULATIONS): Add ei386nto.o.
(ei386nto.c): Add rule.
* Makefile.in: Regenerate.
* configure.tgt: Add i[3456]86-*-nto-qnx*.
* emulparams/i386nto.sh: New file.
Diffstat (limited to 'ld/configure.tgt')
-rw-r--r-- | ld/configure.tgt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/configure.tgt b/ld/configure.tgt index c33485f..153dab8 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -119,6 +119,7 @@ m68*-ericsson-ose) targ_emul=sun3 ;; m68*-apple-aux*) targ_emul=m68kaux ;; *-tandem-none) targ_emul=st2000 ;; i370-*-elf* | i370-*-linux-gnu*) targ_emul=elf32i370 ;; +i[3456]86-*-nto-qnx*) targ_emul=i386nto ;; i[3456]86-*-vsta) targ_emul=vsta ;; i[3456]86-go32-rtems*) targ_emul=i386go32 ;; i[3456]86-*-go32) targ_emul=i386go32 ;; |