mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
* configure.in: Add sky support
* configure: Regenerated
This commit is contained in:
@ -66,6 +66,14 @@ case "${target}" in
|
||||
only_if_gcc=yes
|
||||
extra_subdirs="${extra_subdirs} igen"
|
||||
;;
|
||||
# start-sanitize-sky
|
||||
txvu-*-*)
|
||||
# The Sky simulator
|
||||
sim_target=txvu
|
||||
only_if_gcc=yes
|
||||
extra_subdirs="${extra_subdirs} igen"
|
||||
;;
|
||||
# end-sanitize-sky
|
||||
mn10300*-*-*)
|
||||
# The mn10300 simulator can only be compiled by gcc.
|
||||
sim_target=mn10300
|
||||
|
Reference in New Issue
Block a user