aboutsummaryrefslogtreecommitdiff
path: root/sim/d10v/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
commit379832de9a85c26fddfb1e643b75c32af760f116 (patch)
tree0bca6c25e5e81fcc1f8faf4bbc2be40caf9e3fc9 /sim/d10v/configure
parent119860e5112d7f826a9b64532dec4aad72edf17b (diff)
downloadfsf-binutils-gdb-379832de9a85c26fddfb1e643b75c32af760f116.zip
fsf-binutils-gdb-379832de9a85c26fddfb1e643b75c32af760f116.tar.gz
fsf-binutils-gdb-379832de9a85c26fddfb1e643b75c32af760f116.tar.bz2
* configure: Regenerate for ../common/aclocal.m4 update.
Diffstat (limited to 'sim/d10v/configure')
-rwxr-xr-xsim/d10v/configure6
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/d10v/configure b/sim/d10v/configure
index 14a723f..2225c45 100755
--- a/sim/d10v/configure
+++ b/sim/d10v/configure
@@ -3623,6 +3623,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
@@ -3831,6 +3836,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