mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-22 21:20:06 +08:00
configure.ac [...] (HAVE_STRNLEN, [...]): Define.
* configure.ac [with_newlib] (HAVE_STRNLEN, HAVE_STRNDUP): Define. * configure: Regenerate. From-SVN: r210841
This commit is contained in:
parent
b17ec42d4c
commit
ebfedee6d7
@ -1,3 +1,8 @@
|
||||
2014-05-23 Hans-Peter Nilsson <hp@axis.com>
|
||||
|
||||
* configure.ac [with_newlib] (HAVE_STRNLEN, HAVE_STRNDUP): Define.
|
||||
* configure: Regenerate.
|
||||
|
||||
2014-05-23 Janne Blomqvist <jb@gcc.gnu.org>
|
||||
|
||||
PR libfortran/60324
|
||||
|
6
libgfortran/configure
vendored
6
libgfortran/configure
vendored
@ -16476,6 +16476,12 @@ $as_echo "#define HAVE_LOCALTIME_R 1" >>confdefs.h
|
||||
$as_echo "#define HAVE_GMTIME_R 1" >>confdefs.h
|
||||
|
||||
|
||||
$as_echo "#define HAVE_STRNLEN 1" >>confdefs.h
|
||||
|
||||
|
||||
$as_echo "#define HAVE_STRNDUP 1" >>confdefs.h
|
||||
|
||||
|
||||
# At some point, we should differentiate between architectures
|
||||
# like x86, which have long double versions, and alpha/powerpc/etc.,
|
||||
# which don't. For the time being, punt.
|
||||
|
@ -273,6 +273,8 @@ if test "x${with_newlib}" = "xyes"; then
|
||||
AC_DEFINE(HAVE_VSNPRINTF, 1, [Define if you have vsnprintf.])
|
||||
AC_DEFINE(HAVE_LOCALTIME_R, 1, [Define if you have localtime_r.])
|
||||
AC_DEFINE(HAVE_GMTIME_R, 1, [Define if you have gmtime_r.])
|
||||
AC_DEFINE(HAVE_STRNLEN, 1, [Define if you have strnlen.])
|
||||
AC_DEFINE(HAVE_STRNDUP, 1, [Define if you have strndup.])
|
||||
|
||||
# At some point, we should differentiate between architectures
|
||||
# like x86, which have long double versions, and alpha/powerpc/etc.,
|
||||
|
Loading…
Reference in New Issue
Block a user