[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/4] configure: Do not build pc-bios/optionrom on Haiku
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [PATCH 2/4] configure: Do not build pc-bios/optionrom on Haiku |
Date: |
Mon, 16 Nov 2020 12:51:58 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.4.0 |
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 <thuth@redhat.com>
> ---
> configure | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
[PATCH 4/4] tests/vm: Add Haiku test based on their vagrant images, Thomas Huth, 2020/11/14