mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-09 23:32:21 +08:00
bfd/
* config.bfd (sh-*-uclinux, sh[12]-*-uclinux): New stanza. gas/ * configure.tgt (sh-*-uclinux, sh[12]-*-uclinux): Specify as elf. ld/ * Makefile.am (ALL_EMULATIONS): Add eshelf_uclinux.o (eshelf_uclinux.c): New target. * Makefile.in: Rebuilt. * configure.tgt (sh-*-uclinux* | sh[12]-*-uclinux*): New stanza. * emulparams/shelf_uclinux.sh: New.
This commit is contained in:
@ -511,6 +511,9 @@ sh-*-rtemscoff*) targ_emul=sh; targ_extra_emuls=shl ;;
|
||||
sh-*-elf* | sh[1234]*-*-elf | sh-*-rtems* | sh-*-kaos*)
|
||||
targ_emul=shelf
|
||||
targ_extra_emuls="shlelf sh shl" ;;
|
||||
sh-*-uclinux* | sh[12]-*-uclinux*)
|
||||
targ_emul=shelf_uclinux
|
||||
targ_extra_emuls="shelf shlelf sh shl" ;;
|
||||
sh-*-vxworks) targ_emul=shelf_vxworks
|
||||
targ_extra_emuls=shlelf_vxworks ;;
|
||||
sh-*-nto*) targ_emul=shelf_nto
|
||||
|
Reference in New Issue
Block a user