aboutsummaryrefslogtreecommitdiff
path: root/ld/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 /ld/config.in
parent4686f81068433540a8dcf1104548389922e2bfef (diff)
downloadfsf-binutils-gdb-6577f365ebdee7dda71cb996efa29d3714cbccd0.zip
fsf-binutils-gdb-6577f365ebdee7dda71cb996efa29d3714cbccd0.tar.gz
fsf-binutils-gdb-6577f365ebdee7dda71cb996efa29d3714cbccd0.tar.bz2
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 'ld/config.in')
-rw-r--r--ld/config.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/ld/config.in b/ld/config.in
index d4c1fc4..0ccd79d 100644
--- a/ld/config.in
+++ b/ld/config.in
@@ -75,10 +75,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 <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
@@ -127,9 +123,6 @@
/* Define to 1 if you have the `realpath' function. */
#undef HAVE_REALPATH
-/* 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