diff options
author | fanquake <fanquake@gmail.com> | 2023-02-17 10:35:19 +0000 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2023-02-17 10:40:57 +0000 |
commit | fe1b3256888bd0e70d0c9655f565e139ec87b606 (patch) | |
tree | 6a8415c75f4e82f9c690a4fc588ad042727a6d39 /contrib/guix/patches/glibc-2.27-guix-prefix.patch | |
parent | bc35c4f58c509093cbcf7fac7fdb0ca6c23d867d (diff) | |
parent | d5d4b75840b4219495ed0fc421a4b71e757224ee (diff) |
Merge bitcoin/bitcoin#27029: guix: consolidate to glibc 2.27 for Linux builds
d5d4b75840b4219495ed0fc421a4b71e757224ee guix: combine glibc hardening options into hardened-glibc (fanquake)
c49f2b8eb5d70aea76e2aa06cdfcb2cc9fa1cb53 guix: remove no-longer needed powerpc workaround (fanquake)
74c989398971864afc7098818262ff0b76fbcf71 guix: use glibc 2.27 for all Linux builds (fanquake)
Pull request description:
Build against glibc 2.27 for all Linux builds (previously only used for RISC-V), and at the same time, increase our minimum required glibc to 2.27 (2018). This would drop support for Ubuntu Xenial (16.04) & Debian Stretch (9), from the produced release binaries. Compiling from source on those systems may be possible, assuming you can install a recent enough compiler/toolchain etc.
ACKs for top commit:
hebasto:
ACK d5d4b75840b4219495ed0fc421a4b71e757224ee, I have reviewed the code and it looks OK, I agree it can be merged.
Tree-SHA512: 910f0ef45b4558f2a45d35a5c1c39aaac97e8aff086dc4fc1eddbb80c0b6e4bd23667d64e21d0fd42e4db37b6f26f447ca5d1150bb861128af7e71fb42835cf8
Diffstat (limited to 'contrib/guix/patches/glibc-2.27-guix-prefix.patch')
-rw-r--r-- | contrib/guix/patches/glibc-2.27-guix-prefix.patch | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/contrib/guix/patches/glibc-2.27-guix-prefix.patch b/contrib/guix/patches/glibc-2.27-guix-prefix.patch index d777af74f0..6648bc6c05 100644 --- a/contrib/guix/patches/glibc-2.27-guix-prefix.patch +++ b/contrib/guix/patches/glibc-2.27-guix-prefix.patch @@ -20,6 +20,3 @@ when we being using newer versions of glibc. libtype.o := lib%.a object-suffixes += .o ifeq (yes,$(build-shared)) --- -2.35.1 - |