diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-07-03 07:44:38 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-07-03 07:44:38 +0000 |
commit | 0f552ea0451982bf0ce41188164547799ea74567 (patch) | |
tree | bbf74b7afefb39f80235dc7da9677b75af2c1bbb /sim/ppc | |
parent | 644352348471a98251077f8b19cf810dea885259 (diff) | |
download | gdb-0f552ea0451982bf0ce41188164547799ea74567.zip gdb-0f552ea0451982bf0ce41188164547799ea74567.tar.gz 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.in | 2 |
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, |