From 0f552ea0451982bf0ce41188164547799ea74567 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Thu, 3 Jul 1997 07:44:38 +0000 Subject: [PATCH] Sync powerpc simulator with public version. Enable FPSCR and string instructions. --- sim/ppc/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sim/ppc/configure.in b/sim/ppc/configure.in index f86cfefe70..06e8d114de 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,