diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2004-12-07 23:51:23 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2004-12-07 23:51:23 +0000 |
commit | e70b04b8814230892777894bcb6048827e72b5cf (patch) | |
tree | 6a6099114c6c94c9aa304a2c1b75669c2d3119bb /sim/d10v/configure | |
parent | 5458de04f06893c0623d33c20c1617beea3871ea (diff) | |
download | gdb-e70b04b8814230892777894bcb6048827e72b5cf.tar.gz |
* configure: Regenerate for ../common/aclocal.m4 update.
Diffstat (limited to 'sim/d10v/configure')
-rwxr-xr-x | sim/d10v/configure | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/d10v/configure b/sim/d10v/configure index 14a723f08dc..2225c450414 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 |