mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 05:52:21 +08:00
* configure.tgt: Add bfin-*rtems*.
This commit is contained in:
@ -113,6 +113,10 @@ bfin-*-elf) targ_emul=elf32bfin;
|
||||
targ_extra_emuls="elf32bfinfd"
|
||||
targ_extra_libpath=$targ_extra_emuls
|
||||
;;
|
||||
bfin-*-rtems*) targ_emul=elf32bfin;
|
||||
targ_extra_emuls="elf32bfinfd"
|
||||
targ_extra_libpath=$targ_extra_emuls
|
||||
;;
|
||||
bfin-*-uclinux*) targ_emul=elf32bfin;
|
||||
targ_extra_emuls="elf32bfinfd"
|
||||
targ_extra_libpath=$targ_extra_emuls
|
||||
|
Reference in New Issue
Block a user