aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>1997-07-03 07:44:38 +0000
committerAndrew Cagney <cagney@redhat.com>1997-07-03 07:44:38 +0000
commit0f552ea0451982bf0ce41188164547799ea74567 (patch)
treebbf74b7afefb39f80235dc7da9677b75af2c1bbb /sim/ppc
parent644352348471a98251077f8b19cf810dea885259 (diff)
downloadfsf-binutils-gdb-0f552ea0451982bf0ce41188164547799ea74567.zip
fsf-binutils-gdb-0f552ea0451982bf0ce41188164547799ea74567.tar.gz
fsf-binutils-gdb-0f552ea0451982bf0ce41188164547799ea74567.tar.bz2
Sync powerpc simulator with public version. Enable FPSCR and string
instructions.
Diffstat (limited to 'sim/ppc')
-rw-r--r--sim/ppc/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/ppc/configure.in b/sim/ppc/configure.in
index f86cfef..06e8d11 100644
--- a/sim/ppc/configure.in
+++ b/sim/ppc/configure.in
@@ -119,7 +119,7 @@ AC_ARG_ENABLE(sim-default-model,
esac
if test x"$silent" != x"yes" && test x"$sim_default_model" != x""; then
echo "Setting default-model flags = $sim_default_model" 6>&1
-fi],[sim_model=""])dnl
+fi],[sim_default_model=""])dnl
AC_ARG_ENABLE(sim-duplicate,