diff options
Diffstat (limited to 'sim/m68hc11/configure')
-rwxr-xr-x | sim/m68hc11/configure | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/m68hc11/configure b/sim/m68hc11/configure index 54e81f5..f252734 100755 --- a/sim/m68hc11/configure +++ b/sim/m68hc11/configure @@ -3913,6 +3913,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 @@ -4122,6 +4127,7 @@ s%@sim_trace@%$sim_trace%g s%@sim_profile@%$sim_profile%g s%@EXEEXT@%$EXEEXT%g s%@m68hc11_extra_objs@%$m68hc11_extra_objs%g +s%@cgen_breaks@%$cgen_breaks%g CEOF EOF |