summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-boot/refind: Stabilize 0.14.0.2-r1 amd64, #915874Joonas Niilola2023-10-171-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-boot/refind: Stabilize 0.14.0.2-r1 x86, #915874Joonas Niilola2023-10-171-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-boot/refind: fix compilation with clangViorel Munteanu2023-09-141-0/+160
Compiling with clang works. Linking with lld produces broken executables (including the drivers). llvm-objcopy does not support the output format needed by refind. Try to force ld.bfd and binutils objcopy. Fail otherwise. Bug: https://bugs.gentoo.org/732256 Bug: https://bugs.gentoo.org/832018 Bug: https://bugs.gentoo.org/881131 Closes: https://github.com/gentoo/gentoo/pull/32710 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>