mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-18 23:13:46 +00:00
* configure.in: Build simulator on sparclite and sparc86x targets.
* configure: Regenerate.
This commit is contained in:
parent
5501e8ba63
commit
1c57e2955d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user