summaryrefslogtreecommitdiff
path: root/build-aux/reloc-ldflags
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-02-07 19:31:02 +0100
committerBruno Haible <bruno@clisp.org>2021-02-07 19:31:02 +0100
commit6563dfc2de39cad50333b208a52fe20c57e59556 (patch)
tree35a33eb63ab65bb5301a7756eb629d888aad05a8 /build-aux/reloc-ldflags
parentcc6d9794fd0085ed7d340d1b7a7251aa58297923 (diff)
downloadgnulib-6563dfc2de39cad50333b208a52fe20c57e59556.tar.gz
relocatable-prog: Add support for MidnightBSD.
* m4/relocatable.m4 (gl_RELOCATABLE_BODY): Use the ELF $ORIGIN trick also on MidnightBSD >= 1.1. * build-aux/config.libpath: Treat MidnightBSD like FreeBSD. * build-aux/reloc-ldflags: Likewise.
Diffstat (limited to 'build-aux/reloc-ldflags')
-rwxr-xr-xbuild-aux/reloc-ldflags2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/reloc-ldflags b/build-aux/reloc-ldflags
index fff3d79897..ff748fe05c 100755
--- a/build-aux/reloc-ldflags
+++ b/build-aux/reloc-ldflags
@@ -56,7 +56,7 @@ esac
origin_token=
case "$host_os" in
linux* | gnu* | kfreebsd* | \
- freebsd* | dragonfly* | \
+ freebsd* | dragonfly* | midnightbsd* | \
netbsd* | \
openbsd* | \
solaris* | \