diff options
author | Alan Modra <amodra@gmail.com> | 2020-08-03 10:58:11 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2020-08-03 10:58:39 +0930 |
commit | bfd133d0d8432d80ea1cbfc1fc38adee0d502ba3 (patch) | |
tree | 14706bb1b9e860ac09d5be24e6beaa223ae3d7d3 /ld/config.in | |
parent | 39d744bdccbb16bcd4681fbb850dafc9c63c4e25 (diff) | |
download | fsf-binutils-gdb-bfd133d0d8432d80ea1cbfc1fc38adee0d502ba3.zip fsf-binutils-gdb-bfd133d0d8432d80ea1cbfc1fc38adee0d502ba3.tar.gz fsf-binutils-gdb-bfd133d0d8432d80ea1cbfc1fc38adee0d502ba3.tar.bz2 |
PR26328, Compilation warning when building ld v2.35 with MinGW
PR 26328
* configure.ac: AC_CHECK_DECLS asprintf.
* configure: Regenerate.
* config.in: Regenerate.
Diffstat (limited to 'ld/config.in')
-rw-r--r-- | ld/config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/config.in b/ld/config.in index f171210..2f4e5ea 100644 --- a/ld/config.in +++ b/ld/config.in @@ -49,6 +49,10 @@ /* Define to 1 if you have the `close' function. */ #undef HAVE_CLOSE +/* Define to 1 if you have the declaration of `asprintf', and to 0 if you + don't. */ +#undef HAVE_DECL_ASPRINTF + /* Define to 1 if you have the declaration of `environ', and to 0 if you don't. */ #undef HAVE_DECL_ENVIRON |