mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 10:35:12 +08:00
Build psim on ppc SVR4, Solaris, and Elf targets.
This commit is contained in:
parent
eb6dc7a527
commit
5ea7fa7abb
@ -48,7 +48,8 @@ case "${target}" in
|
||||
h8500-*-*) sim_target=h8500 ;;
|
||||
mips*-*-*) sim_target=mips ;;
|
||||
sh*-*-*) sim_target=sh ;;
|
||||
powerpc*-*-eabi*) if test x"$powerpc_sim" = x"yes"; then sim_target=ppc; fi ;;
|
||||
powerpc*-*-eabi* | powerpc*-*-solaris* | powerpc*-*-sysv4* | powerpc*-*-elf* )
|
||||
if test x"$powerpc_sim" = x"yes"; then sim_target=ppc; fi ;;
|
||||
w65-*-*) sim_target=w65 ;;
|
||||
z8k*-*-*) sim_target=z8k ;;
|
||||
sparc*-*-*) case "${host}" in # don't build for non Unix systems
|
||||
|
Loading…
Reference in New Issue
Block a user