summaryrefslogtreecommitdiff
path: root/sim/h8300
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2004-12-07 23:51:23 +0000
committerHans-Peter Nilsson <hp@axis.com>2004-12-07 23:51:23 +0000
commite70b04b8814230892777894bcb6048827e72b5cf (patch)
tree6a6099114c6c94c9aa304a2c1b75669c2d3119bb /sim/h8300
parent5458de04f06893c0623d33c20c1617beea3871ea (diff)
downloadgdb-e70b04b8814230892777894bcb6048827e72b5cf.tar.gz
* configure: Regenerate for ../common/aclocal.m4 update.
Diffstat (limited to 'sim/h8300')
-rw-r--r--sim/h8300/ChangeLog4
-rwxr-xr-xsim/h8300/configure6
2 files changed, 10 insertions, 0 deletions
diff --git a/sim/h8300/ChangeLog b/sim/h8300/ChangeLog
index d1a4fa09c8f..125f640bf1c 100644
--- a/sim/h8300/ChangeLog
+++ b/sim/h8300/ChangeLog
@@ -1,3 +1,7 @@
+2004-12-08 Hans-Peter Nilsson <hp@axis.com>
+
+ * configure: Regenerate for ../common/aclocal.m4 update.
+
2004-06-28 Alexandre Oliva <aoliva@redhat.com>
2003-07-23 Richard Sandiford <rsandifo@redhat.com>
diff --git a/sim/h8300/configure b/sim/h8300/configure
index 2ab6b755d1d..ac7c3f9af6b 100755
--- a/sim/h8300/configure
+++ b/sim/h8300/configure
@@ -3536,6 +3536,11 @@ done
+cgen_breaks=""
+if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
+cgen_breaks="break cgen_rtx_error";
+fi
+
trap '' 1 2 15
cat > confcache <<\EOF
# This file is a shell script that caches the results of configure
@@ -3744,6 +3749,7 @@ s%@sim_stdio@%$sim_stdio%g
s%@sim_trace@%$sim_trace%g
s%@sim_profile@%$sim_profile%g
s%@EXEEXT@%$EXEEXT%g
+s%@cgen_breaks@%$cgen_breaks%g
CEOF
EOF