forked from Imagelibrary/binutils-gdb
sim: drop duplicate header checks
The SIM_AC_COMMON macro already checks for a bunch of headers, so specific sim ports need not do it themselves.
This commit is contained in:
@@ -444,7 +444,6 @@ AC_PATH_X
|
||||
mips_extra_libs=""
|
||||
AC_SUBST(mips_extra_libs)
|
||||
|
||||
AC_CHECK_HEADERS(string.h strings.h stdlib.h stdlib.h)
|
||||
AC_CHECK_LIB(m, fabs)
|
||||
AC_CHECK_FUNCS(aint anint sqrt)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user