mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 02:24:46 +08:00
Update RTEMS targets
This commit is contained in:
parent
5f68c31953
commit
24f6971a0f
@ -1,3 +1,10 @@
|
||||
2000-12-01 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* configure.tgt (arm-*-rtems*, a29k-*rtems*, h8300-*-rtems*):
|
||||
New targets.
|
||||
(sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
|
||||
(sparc*-*-rtems*): Switched from a.out to ELF.
|
||||
|
||||
2000-11-30 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
* Makefile.am (ALL_EMULATIONS): Add eelf_x86_64.o
|
||||
|
@ -76,7 +76,9 @@ sparcv9-*-solaris2* | sparc64-*-solaris2*)
|
||||
;;
|
||||
sparc*-*-solaris2*) targ_emul=elf32_sparc ;;
|
||||
sparc*-wrs-vxworks*) targ_emul=sparcaout ;;
|
||||
sparc*-*-rtems*) targ_emul=sparcaout ;;
|
||||
sparc*-*-rtemsaout*) targ_emul=sparcaout ;;
|
||||
sparc*-*-rtemself*) targ_emul=elf32_sparc ;;
|
||||
sparc*-*-rtems*) targ_emul=elf32_sparc ;;
|
||||
i860-stardent-sysv4* | i860-stardent-elf*)
|
||||
targ_emul=elf32_i860 ;;
|
||||
i960-wrs-vxworks5.0*) targ_emul=gld960 ;;
|
||||
@ -167,6 +169,7 @@ arm-*-aout | armel-*-aout) targ_emul=armaoutl ;;
|
||||
armeb-*-aout) targ_emul=armaoutb ;;
|
||||
arm-*-coff) targ_emul=armcoff ;;
|
||||
arm-*-netbsd*) targ_emul=armnbsd ;;
|
||||
arm-*-rtems*) targ_emul=armelf ;;
|
||||
arm-*-elf) targ_emul=armelf ;;
|
||||
arm-*-oabi) targ_emul=armelf_oabi ;;
|
||||
arm*-*-linux-gnu*) targ_emul=armelf_linux; targ_extra_emuls="armelf_linux26 armelf" ;;
|
||||
@ -184,7 +187,7 @@ thumb-*-pe) targ_emul=armpe ;
|
||||
targ_extra_ofiles="deffilep.o pe-dll.o" ;;
|
||||
xscale-*-coff) targ_emul=armcoff ;;
|
||||
xscale-*-elf) targ_emul=armelf ;;
|
||||
h8300-*-hms* | h8300-*-coff*)
|
||||
h8300-*-hms* | h8300-*-coff* | h8300-*-rtems*)
|
||||
targ_emul=h8300; targ_extra_emuls="h8300h h8300s"
|
||||
;;
|
||||
h8500-*-hms* | h8500-*-coff*)
|
||||
|
Loading…
Reference in New Issue
Block a user