configure: Do not build pc-bios/optionrom on Haiku
authorThomas Huth <thuth@redhat.com>
Sat, 14 Nov 2020 09:49:31 +0000 (10:49 +0100)
committerThomas Huth <thuth@redhat.com>
Tue, 17 Nov 2020 08:45:24 +0000 (09:45 +0100)
commit7000a12e08f42e12c4422ffc3c15e541fc2bfce1
tree24d3a9dcd6bbcdef2427e0b8467d43813a3d2cff
parentcde992536270b0a77b4a80bb435bdddb64e3b308
configure: Do not build pc-bios/optionrom on Haiku

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.

Message-Id: <20201114165137.15379-3-thuth@redhat.com>
Reviewed-by: Stefan Berger <stefanb@linux.ibm.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
configure