summaryrefslogtreecommitdiff
path: root/sim/mips/configure
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/mips/configure
parent5458de04f06893c0623d33c20c1617beea3871ea (diff)
downloadgdb-e70b04b8814230892777894bcb6048827e72b5cf.tar.gz
* configure: Regenerate for ../common/aclocal.m4 update.
Diffstat (limited to 'sim/mips/configure')
-rwxr-xr-xsim/mips/configure6
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/mips/configure b/sim/mips/configure
index c5a0bf2cd1c..c918a37baf7 100755
--- a/sim/mips/configure
+++ b/sim/mips/configure
@@ -4808,6 +4808,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
@@ -5027,6 +5032,7 @@ s%@sim_multi_obj@%$sim_multi_obj%g
s%@mips_extra_objs@%$mips_extra_objs%g
s%@mips_igen_engine@%$mips_igen_engine%g
s%@mips_extra_libs@%$mips_extra_libs%g
+s%@cgen_breaks@%$cgen_breaks%g
CEOF
EOF