aboutsummaryrefslogtreecommitdiff
path: root/sim/v850/configure
diff options
context:
space:
mode:
Diffstat (limited to 'sim/v850/configure')
-rwxr-xr-xsim/v850/configure6
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/v850/configure b/sim/v850/configure
index 15c4011..ab17f58 100755
--- a/sim/v850/configure
+++ b/sim/v850/configure
@@ -3973,6 +3973,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
@@ -4181,6 +4186,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