From 379832de9a85c26fddfb1e643b75c32af760f116 Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Tue, 7 Dec 2004 23:51:23 +0000 Subject: * configure: Regenerate for ../common/aclocal.m4 update. --- sim/h8300/configure | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sim/h8300/configure') diff --git a/sim/h8300/configure b/sim/h8300/configure index 2ab6b75..ac7c3f9 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 -- cgit v1.1