Build psim on ppc SVR4, Solaris, and Elf targets.

This commit is contained in:
Michael Meissner 1996-06-04 13:27:31 +00:00
parent eb6dc7a527
commit 5ea7fa7abb
1 changed files with 2 additions and 1 deletions

View File

@ -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