Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sys-boot/refind: Stabilize 0.14.0.2-r1 amd64, #915874 | 2023-10-17 | 1 | -1/+1 | |
| | | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org> | ||||
* | sys-boot/refind: Stabilize 0.14.0.2-r1 x86, #915874 | 2023-10-17 | 1 | -1/+1 | |
| | | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org> | ||||
* | sys-boot/refind: fix compilation with clang | 2023-09-14 | 1 | -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> |