summaryrefslogtreecommitdiff
path: root/binutils/config.in
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2022-07-22 12:11:24 +0930
committerAlan Modra <amodra@gmail.com>2022-07-22 12:38:53 +0930
commit6577f365ebdee7dda71cb996efa29d3714cbccd0 (patch)
treec32ad75f7c51c1c9100a18ce3e7883c2dacd434a /binutils/config.in
parent4686f81068433540a8dcf1104548389922e2bfef (diff)
PR17122, OSX 10.9 build failure
sbrk hasn't been used in binutils/ or ld/ for quite some time (so the PR was fixed a while ago). Tidy up configury. PR 17122 binutils/ * configure.ac: Don't check for sbrk. * sysdep.h (sbrk): Don't supply fallback declaration. * config.in: Regenerate. * configure: Regenerate. ld/ * configure.ac: Don't check for sbrk. * config.in: Regenerate. * configure: Regenerate.
Diffstat (limited to 'binutils/config.in')
-rw-r--r--binutils/config.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/binutils/config.in b/binutils/config.in
index 81bd143140..131f09b421 100644
--- a/binutils/config.in
+++ b/binutils/config.in
@@ -47,10 +47,6 @@
/* Is the prototype for getopt in <unistd.h> in the expected format? */
#undef HAVE_DECL_GETOPT
-/* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't.
- */
-#undef HAVE_DECL_SBRK
-
/* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
*/
#undef HAVE_DECL_STPCPY
@@ -107,9 +103,6 @@
/* Define to 1 if msgpack is available. */
#undef HAVE_MSGPACK
-/* Define to 1 if you have the `sbrk' function. */
-#undef HAVE_SBRK
-
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H