[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] check-tcg failure
From: |
Richard Henderson |
Subject: |
Re: [Qemu-devel] check-tcg failure |
Date: |
Fri, 19 Oct 2018 08:55:39 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 |
On 10/19/18 3:25 AM, Alex Bennée wrote:
>
> Richard Henderson <address@hidden> writes:
>
>> On aa64, "cross-compiling" to aa32, with
>>
>> CC=arm-linux-gnueabihf-gcc
>
> So this is different from ./configure --cross-cc=arch-linux-gnueabihf-
No, that's exactly how I configured.
> In fact looking deeper I'm not sure what HOST_CC is meant to be used
> for. We export it to make but the only place I can find it in the source
> tree is:
>
> $(feat-dst)gen-features: $(feat-src)gen-features.c
> $(call quiet-command,$(HOST_CC) $(QEMU_INCLUDES) -o $@
> $<,"CC","$(TARGET_DIR)gen-features")
>
> As part of s390x - weird.
Because of course gen-features is run on the host to produce gen-features.h, as
part of the build process. Those are the two lines immediately above those.
r~