mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 04:54:43 +08:00
Add AC_CHECK_FUNC's to check functions migrating into newlib.
This commit is contained in:
@@ -52,6 +52,12 @@ AC_CHECK_FUNCS([strdup strndup strncasecmp])
|
||||
AC_CHECK_FUNCS([bcopy bcmp])
|
||||
AC_CHECK_FUNCS([isascii fileno])
|
||||
|
||||
# Newlib's posix directory
|
||||
AC_CHECK_FUNCS([opendir closedir readdir rewinddir scandir seekdir telldir isatty])
|
||||
|
||||
# Newlib's unix/ directory
|
||||
AC_CHECK_FUNCS([ttyname getcwd])
|
||||
|
||||
## Check if the installed toolchain has these headers
|
||||
AC_CHECK_HEADER([tar.h])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user