mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
* configure: Regenerate for ../common/aclocal.m4 update.
This commit is contained in:
6
sim/v850/configure
vendored
6
sim/v850/configure
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user