mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 02:16:59 +02:00
With binutils 2.36, build of grub fails like that: ``` ld: section .note.gnu.property VMA [0000000000400158,0000000000400187] overlaps section .bss VMA [000000000000e000,000000000041d207] ``` It is caused by assembler, as it generates the GNU property notes section by default. Use the assmbler option `-mx86-used-note=no` to disable the section from being generated to workaround the ensuing linker issue. Patch was originally written by OpenSUSE. https://sourceware.org/bugzilla/show_bug.cgi?id=27377 https://bugzilla.opensuse.org/show_bug.cgi?id=1181741 https://build.opensuse.org/package/view_file/Base:System/grub2/0001-Fix-build-error-in-binutils-2.36.patch |
||
---|---|---|
.. | ||
src/third_party/coreos-overlay |