Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 914008
Collapse All | Expand All

(-)a/src/boot/efi/meson.old (-2 lines)
Lines 153-161 Link Here
153
efi_c_ld_args = [
153
efi_c_ld_args = [
154
        # We only support bfd. gold is going away, lld has issues with LTO on x86
154
        # We only support bfd. gold is going away, lld has issues with LTO on x86
155
        # and mold does not support linker scripts.
155
        # and mold does not support linker scripts.
156
        '-fuse-ld=bfd',
157
156
158
        '-lgcc',
159
        '-nostdlib',
157
        '-nostdlib',
160
        '-static-pie',
158
        '-static-pie',
161
        '-Wl,--entry=efi_main',
159
        '-Wl,--entry=efi_main',

Return to bug 914008