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:
f4d2ff3
)
* func.c(bfd_load): Don't try to print the filename if the pfbd is
author
Rob Savoye
<rob@cygnus>
Mon, 20 May 1996 03:13:02 +0000
(
03:13
+0000)
committer
Rob Savoye
<rob@cygnus>
Mon, 20 May 1996 03:13:02 +0000
(
03:13
+0000)
NULL.
* interf.c(sim_load): Pass the whole string, not just the first
byte.
sim/configure.in
patch
|
blob
|
history
diff --git
a/sim/configure.in
b/sim/configure.in
index 296cb8ca361729785eb9c8937b5cb866143ec563..db3712213fe0bf4b3892b5f45940566ac82f56e4 100644
(file)
--- a/
sim/configure.in
+++ b/
sim/configure.in
@@
-51,6
+51,7
@@
case "${target}" in
powerpc*-*-eabi*) if test x"$powerpc_sim" = x"yes"; then sim_target=ppc; fi ;;
w65-*-*) sim_target=w65 ;;
z8k*-*-*) sim_target=z8k ;;
+ sparc*-*-*) sim_target=erc32 ;;
*) sim_target=none ;;
esac