projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb6dc7a
)
Build psim on ppc SVR4, Solaris, and Elf targets.
author
Michael Meissner
<gnu@the-meissners.org>
Tue, 4 Jun 1996 13:27:31 +0000
(13:27 +0000)
committer
Michael Meissner
<gnu@the-meissners.org>
Tue, 4 Jun 1996 13:27:31 +0000
(13:27 +0000)
sim/configure.in
patch
|
blob
|
history
diff --git
a/sim/configure.in
b/sim/configure.in
index 44e275728f8fea7b1b408e4d158417fd22741ba9..3553ff2ed39ede8c4aa17d5c888fbbe7911bb3c2 100644
(file)
--- a/
sim/configure.in
+++ b/
sim/configure.in
@@
-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