[bug #47580] grub2: build for armv7a fails with: "build-grub-module-verifier: error: unsupported relocation 0x2b."

2017-03-05 Thread Vladimir Serbinenko
Update of bug #47580 (project grub): Planned Release:None => 2.03+ ___ Reply to this item at: ___

[bug #47580] grub2: build for armv7a fails with: "build-grub-module-verifier: error: unsupported relocation 0x2b."

2016-03-31 Thread Vladimir Serbinenko
Follow-up Comment #2, bug #47580 (project grub): Is -fPIC on gcc command line? If so it's gcc bug. A problem with this particular relocation is that AFAICT there is no way to translate them to PE relocations for arm-efi. I have their implementation for dl.c but it's no good if we can't solve PE

[bug #47580] grub2: build for armv7a fails with: "build-grub-module-verifier: error: unsupported relocation 0x2b."

2016-03-31 Thread Andrei Borzenkov
Follow-up Comment #1, bug #47580 (project grub): That's not enough, you need to actually implement these relocations or find compiler options to disable them. Otherwise any code that contains them will fail at run time. ___ Reply to this