mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +08:00
Mon May 5 18:19:55 1997 Philip Blundell <pjb27@cam.ac.uk>
* configure.tgt, configure.host: cope with '*-*-linux-gnuaout' targets.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Mon May 5 18:19:55 1997 Philip Blundell <pjb27@cam.ac.uk>
|
||||||
|
|
||||||
|
* configure.tgt, configure.host: cope with '*-*-linux-gnuaout'
|
||||||
|
targets.
|
||||||
|
|
||||||
start-sanitize-tic80
|
start-sanitize-tic80
|
||||||
Fri May 2 15:54:28 1997 Mike Meissner <meissner@cygnus.com>
|
Fri May 2 15:54:28 1997 Mike Meissner <meissner@cygnus.com>
|
||||||
|
|
||||||
|
@ -28,6 +28,16 @@ sparc*-*-aout) targ_emul=sparcaout ;;
|
|||||||
sparc*-*-coff) targ_emul=coff_sparc ;;
|
sparc*-*-coff) targ_emul=coff_sparc ;;
|
||||||
sparc*-*-elf) targ_emul=elf32_sparc ;;
|
sparc*-*-elf) targ_emul=elf32_sparc ;;
|
||||||
sparc*-*-sysv4*) targ_emul=elf32_sparc ;;
|
sparc*-*-sysv4*) targ_emul=elf32_sparc ;;
|
||||||
|
sparc*-*-linux*aout*) targ_emul=sparclinux
|
||||||
|
targ_extra_emuls="elf32_sparc sun4"
|
||||||
|
tdir_elf32_sparc=`echo ${targ_alias} | sed -e 's/aout//'`
|
||||||
|
tdir_sun4=sparc-sun-sunos4
|
||||||
|
;;
|
||||||
|
sparc*-*-linux*) targ_emul=elf32_sparc
|
||||||
|
targ_extra_emuls="sparclinux sun4"
|
||||||
|
tdir_sparclinux=${targ_alias}aout
|
||||||
|
tdir_sun4=sparc-sun-sunos4
|
||||||
|
;;
|
||||||
sparc*-*-lynxos*) targ_emul=sparclynx ;;
|
sparc*-*-lynxos*) targ_emul=sparclynx ;;
|
||||||
sparc*-*-netbsd*) targ_emul=sparcnbsd ;;
|
sparc*-*-netbsd*) targ_emul=sparcnbsd ;;
|
||||||
sparc*-*-solaris2*) targ_emul=elf32_sparc ;;
|
sparc*-*-solaris2*) targ_emul=elf32_sparc ;;
|
||||||
@ -58,7 +68,7 @@ i[3456]86-*-bsd) targ_emul=i386bsd ;;
|
|||||||
i[3456]86-*-bsd386) targ_emul=i386bsd ;;
|
i[3456]86-*-bsd386) targ_emul=i386bsd ;;
|
||||||
i[3456]86-*-bsdi*) targ_emul=i386bsd ;;
|
i[3456]86-*-bsdi*) targ_emul=i386bsd ;;
|
||||||
i[3456]86-*-aout) targ_emul=i386aout ;;
|
i[3456]86-*-aout) targ_emul=i386aout ;;
|
||||||
i[3456]86-*-linuxaout*) targ_emul=i386linux
|
i[3456]86-*-linux*aout*) targ_emul=i386linux
|
||||||
targ_extra_emuls=elf_i386
|
targ_extra_emuls=elf_i386
|
||||||
tdir_elf_i386=`echo ${targ_alias} | sed -e 's/aout//'`
|
tdir_elf_i386=`echo ${targ_alias} | sed -e 's/aout//'`
|
||||||
;;
|
;;
|
||||||
@ -106,7 +116,7 @@ m68*-*-aout) targ_emul=m68kaout ;;
|
|||||||
m68*-*-coff) targ_emul=m68kcoff ;;
|
m68*-*-coff) targ_emul=m68kcoff ;;
|
||||||
m68*-*-elf) targ_emul=m68kelf ;;
|
m68*-*-elf) targ_emul=m68kelf ;;
|
||||||
m68*-*-hpux*) targ_emul=hp3hpux ;;
|
m68*-*-hpux*) targ_emul=hp3hpux ;;
|
||||||
m68k-*-linuxaout*) targ_emul=m68klinux
|
m68k-*-linux*aout*) targ_emul=m68klinux
|
||||||
targ_extra_emuls=m68kelf
|
targ_extra_emuls=m68kelf
|
||||||
tdir_m68kelf=`echo ${targ_alias} | sed -e 's/aout//'`
|
tdir_m68kelf=`echo ${targ_alias} | sed -e 's/aout//'`
|
||||||
;;
|
;;
|
||||||
@ -121,6 +131,7 @@ m68*-*-psos*) targ_emul=m68kpsos ;;
|
|||||||
m68*-*-rtems*) targ_emul=m68kcoff ;;
|
m68*-*-rtems*) targ_emul=m68kcoff ;;
|
||||||
hppa*-*-*elf*) targ_emul=hppaelf ;;
|
hppa*-*-*elf*) targ_emul=hppaelf ;;
|
||||||
hppa*-*-lites*) targ_emul=hppaelf ;;
|
hppa*-*-lites*) targ_emul=hppaelf ;;
|
||||||
|
hppa*-*-rtems*) targ_emul=hppaelf ;;
|
||||||
vax-dec-ultrix* | vax-dec-bsd*) targ_emul=vax ;;
|
vax-dec-ultrix* | vax-dec-bsd*) targ_emul=vax ;;
|
||||||
mips*-dec-ultrix*) targ_emul=mipslit ;;
|
mips*-dec-ultrix*) targ_emul=mipslit ;;
|
||||||
mips*-dec-osf*) targ_emul=mipslit ;;
|
mips*-dec-osf*) targ_emul=mipslit ;;
|
||||||
|
Reference in New Issue
Block a user