On 11/14/20 5:51 PM, Thomas Huth wrote: > Compilation of pc-bios/optionrom fails on Haiku with: > > BUILD pvh.img > ld: pvh_main.o: in function `pvh_load_kernel': > pc-bios/optionrom/pvh_main.c:73: undefined reference to > `GLOBAL_OFFSET_TABLE_' > Makefile:57: recipe for target 'pvh.img' failed > make[1]: *** [pvh.img] Error 1 > > Let's simply disable it, like it is already done on macOS and Solaris. > > Signed-off-by: Thomas Huth <th...@redhat.com> > --- > configure | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>