mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-15 20:22:28 +08:00
* README: Update for 4.16 release.
* configure.in (AC_CHECK_FUNCS): Also check for sbrk. * configure: Regenerate with autoconf. * config.in: Regenerate with autoheader. * main.c (main): Only use sbrk() when HAVE_SBRK is defined. * top.c (command_loop): Ditto.
This commit is contained in:
2
gdb/configure
vendored
2
gdb/configure
vendored
@ -1428,7 +1428,7 @@ EOF
|
||||
fi
|
||||
|
||||
|
||||
for ac_func in setpgid
|
||||
for ac_func in setpgid sbrk
|
||||
do
|
||||
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
|
||||
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
|
||||
|
Reference in New Issue
Block a user