mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-18 21:34:13 +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-*-*)
|
sparc64-*-*)
|
||||||
sim_target=none # Don't build erc32 if 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*-*-*)
|
sparc*-*-*)
|
||||||
# The SPARC simulator can only be compiled by gcc.
|
# The SPARC simulator can only be compiled by gcc.
|
||||||
sim_target=erc32
|
sim_target=erc32
|
||||||
|
Reference in New Issue
Block a user