]> xenbits.xensource.com Git - xen.git/commit
rombios: prevent building with PIC/PIE
authorOlaf Hering <olaf@aepfle.de>
Mon, 28 Aug 2017 09:46:21 +0000 (11:46 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 28 Aug 2017 09:46:21 +0000 (11:46 +0200)
commitecb701f38c1035e0178b0a904f058a54862162c9
tree86c764610242a9e97cf02e92344697784ab9866b
parent3ef997c8beea6ebf4e9816a78c02548d7e845968
rombios: prevent building with PIC/PIE

If the default compiler silently defaults to to -fPIC/-fPIE building
rombios fails:

 ld -melf_i386 -s -r 32bitbios.o tcgbios/tcgbiosext.o util.o pmm.o -o 32bitbios_all.o
 There are undefined symbols in the BIOS:
          U _GLOBAL_OFFSET_TABLE_
 make[10]: *** [Makefile:26: 32bitbios_all.o] Error 11

Prevent the failure by enforcing non-PIC/PIE mode.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
master commit: 672949d6c61d9cba01c5b414eed9d522082f04d3
master date: 2017-06-26 14:32:46 +0100
tools/firmware/rombios/32bit/Makefile
tools/firmware/rombios/32bit/tcgbios/Makefile