mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
* configure.in: Remove bzero and bcopy from call to AC_CHECK_FUNCS.
* config.in, configure: Regenerated.
This commit is contained in:
2
gdb/configure
vendored
2
gdb/configure
vendored
@ -3732,7 +3732,7 @@ EOF
|
||||
esac
|
||||
|
||||
|
||||
for ac_func in bcopy btowc bzero canonicalize_file_name isascii poll \
|
||||
for ac_func in btowc canonicalize_file_name isascii poll \
|
||||
realpath sbrk setpgid setpgrp sigaction sigprocmask sigsetmask
|
||||
do
|
||||
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
|
||||
|
Reference in New Issue
Block a user