GCC 4.9 and later have libvtv and, just like libstdc++ (see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32354), it doesn't have $libdir in its RUNPATH, but it NEEDs libgcc_s. This patch fixes that. --- gcc-4.9.2/libvtv/Makefile.in 2014-10-30 09:28:58.000000000 +0100 +++ gcc-4.9.2/libvtv/Makefile.in 2015-04-30 09:51:04.161129705 +0200 @@ -15,6 +15,7 @@ @SET_MAKE@ +AM_LDFLAGS = -Wl,-rpath=$(libdir) VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ ng' alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/system/image.scm
AgeCommit message (Expand)Author
2021-11-12image: Support generating GPT images via `partition-table-type`....Ryan Sundberg
2021-10-11gnu: Add platform support....Mathieu Othacehe
2021-01-17image: Rename "raw" image-type to "efi-raw"....Mathieu Othacehe
2021-01-10system: image: Fix root offset on rockchip platforms....Mathieu Othacehe
2020-12-04image: Fix ISO image production....Mathieu Othacehe
2020-11-17image: Remove conflicting user-provided EFI file system....Maxim Cournoyer
2020-11-08image: Offload "disk-image" derivations....Ludovic Courtès
2020-11-03image: Allow offloading of "partition.img" and "image.iso" builds....Ludovic Courtès
2020-11-02system: image: Introduce arm32-raw image type....Mathieu Othacehe
2020-10-14image: Use 'raise' from (srfi srfi-34)....Ludovic Courtès
2020-10-05images: Add pine64 support....Mathieu Othacehe
2020-10-05bootloader: Fix u-boot installation....Mathieu Othacehe
2020-10-02system: image: Add qcow2 image type....Mathieu Othacehe
2020-09-30system: image: Add image-type support....Mathieu Othacehe
2020-09-29image: Add support for compressed-qcow2 format....Mathieu Othacehe