mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-13 02:45:02 +08:00
* configure.in: Build simulator on sparclite and sparc86x targets.
* configure: Regenerate.
This commit is contained in:
@ -120,6 +120,11 @@ case "${target}" in
|
||||
sparc64-*-*)
|
||||
sim_target=none # Don't build erc32 if sparc64.
|
||||
;;
|
||||
sparclite*-*-* | sparc86x*-*-*)
|
||||
# The SPARC simulator can only be compiled by gcc.
|
||||
sim_target=erc32
|
||||
only_if_gcc=yes
|
||||
;;
|
||||
sparc*-*-*)
|
||||
# The SPARC simulator can only be compiled by gcc.
|
||||
sim_target=erc32
|
||||
|
Reference in New Issue
Block a user