qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] Unbreak build after optionrom update.


From: Sean Bruno
Subject: Re: [Qemu-devel] [PATCH] Unbreak build after optionrom update.
Date: Mon, 25 Jul 2016 13:00:28 -0600
User-agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1


On 07/25/16 12:53, Peter Maydell wrote:
> On 25 July 2016 at 18:57, Sean Bruno <address@hidden> wrote:
>> Update the build flags appropriately for FreeBSD and add the correct
>> LD_EMULATION type for the FreeBSD build case.
>>
>> Signed-off-by: Sean Bruno <address@hidden>
>> ---
>>  pc-bios/optionrom/Makefile | 8 +++++++-
>>  1 file changed, 7 insertions(+), 1 deletion(-)
>>
>> diff --git a/pc-bios/optionrom/Makefile b/pc-bios/optionrom/Makefile
>> index d88ce11..38ee31b 100644
>> --- a/pc-bios/optionrom/Makefile
>> +++ b/pc-bios/optionrom/Makefile
>> @@ -28,7 +28,9 @@ endif
>>  CFLAGS := $(filter -O% -g%, $(CFLAGS))
>>  QEMU_INCLUDES += -I$(SRC_PATH)
>>
>> -Wa = -Wa,
>> +ifndef CONFIG_BSD
>> +Wa = -Wa
>> +endif
> 
> For non-BSD this used to be "-Wa," and now it is just "-Wa"...
> 
> thanks
> -- PMM
> 

Bah ... got happy with the "yyp" in vi.  One sec, let me unbreak.

sean

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]