aboutsummaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorzimoun <zimon.toutoune@gmail.com>2021-12-01 16:53:47 +0100
committerEfraim Flashner <efraim@flashner.co.il>2021-12-04 19:33:30 +0200
commit9112bed60891f25c275f5da1f6f4195701919c0d (patch)
treea9285cb87ed3e843e1da4f8b6030f75631730ae9 /gnu/local.mk
parentcc491eab7ebd2de29fbb6fc31df75521afebc41b (diff)
downloadguix-9112bed60891f25c275f5da1f6f4195701919c0d.tar.gz
guix-9112bed60891f25c275f5da1f6f4195701919c0d.zip
gnu: libunwind-julia: Fix build on i686-linux.
* gnu/packages/julia.scm (libunwind)[origin]<patches>: Add patch. * gnu/packages/patches/libunwind-julia-fix-GCC10-fno-common.patch: New file. * gnu/local/mk (dist_patch_DATA): Register it. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r--gnu/local.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk
index 8b9597bfe1..a2a8c4a9e5 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1388,6 +1388,7 @@ dist_patch_DATA = \
%D%/packages/patches/libtirpc-hurd.patch \
%D%/packages/patches/libtommath-fix-linkage.patch \
%D%/packages/patches/libtool-skip-tests2.patch \
+ %D%/packages/patches/libunwind-julia-fix-GCC10-fno-common.patch \
%D%/packages/patches/libusb-0.1-disable-tests.patch \
%D%/packages/patches/libusb-for-axoloti.patch \
%D%/packages/patches/libutils-add-includes.patch \
:20 +0100'>2020-03-21gnu: GRUB: Use the latest version of QEMU for tests.Marius Bakke 2020-03-21gnu: GRUB: Build with the latest version of Flex.Marius Bakke 2020-03-04Merge branch 'master' into core-updatesMarius Bakke 2020-02-26gnu: u-boot-pinebook: Fix LCD video output.Vagrant Cascadian 2020-02-03Merge branch 'staging' into core-updatesMarius Bakke 2020-02-01gnu: u-boot-qemu-riscv64-smode: Patch to fix boot menu.Vagrant Cascadian 2020-01-31gnu: Add u-boot-qemu-riscv64.Vagrant Cascadian 2020-01-31gnu: Add u-boot-sifive-fu540.Vagrant Cascadian 2020-01-31gnu: u-boot-qemu-riscv64-smode: Add package.Vagrant Cascadian 2020-01-15gnu: util-linux: Move libraries to separate output.Marius Bakke 2020-01-08gnu: u-boot-2019.10: Remove obsolete version.Vagrant Cascadian 2020-01-08gnu: u-boot: Update to 2020.01.Vagrant Cascadian 2020-01-05gnu: dtc: Use Python 3 instead of Python 2.Björn Höfling 2019-12-15gnu: bootloaders: Avoid #:select on (gnu packages …) module.Ludovic Courtès 2019-12-14gnu: bootloaders: Fix make-u-boot-sunxi64-package cross-compilation.Mathieu Othacehe 2019-12-14gnu: Add u-boot-pine64-lts.Mathieu Othacehe 2019-10-31gnu: u-boot: Remove redundant GCC input.Marius Bakke 2019-10-18gnu: Add u-boot-firefly-rk3399.Vagrant Cascadian 2019-10-18gnu: Add u-boot-rock64-rk3328.Vagrant Cascadian 2019-10-18gnu: Add u-boot-rockpro64-rk3399Caliph Nomble 2019-09-26gnu: dtc: Update to 1.5.1.Tobias Geerinckx-Rice 2019-09-04gnu: grub: Fix cross-compilation.Mathieu Othacehe 2019-07-17gnu: u-boot: Fix target/system comparison in 'make-u-boot-package'.Ludovic Courtès 2019-07-09gnu: grub: Build ‘grub-mount’.Tobias Geerinckx-Rice 2019-07-09gnu: grub: Update to 2.04.Tobias Geerinckx-Rice 2019-04-30gnu: u-boot-tools: Only run full test suite on x86_64.Vagrant Cascadian 2019-04-29gnu: u-boot: Update to 2019.04.Vagrant Cascadian 2019-04-21gnu: grub: 'grub-mkrescue' honors 'GRUB_FAT_SERIAL_NUMBER'.Ludovic Courtès