qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] Makefile: disable parallel build with dtc


From: Andreas Färber
Subject: Re: [Qemu-devel] [PATCH] Makefile: disable parallel build with dtc
Date: Thu, 04 Jul 2013 11:45:18 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130510 Thunderbird/17.0.6

Am 04.07.2013 11:17, schrieb Peter Maydell:
> On 4 July 2013 09:06, Michael S. Tsirkin <address@hidden> wrote:
>> Sometimes I get this error when building with -j 4:
>> ar: two different operation options specified
>> make[1]: *** [libfdt/libfdt.a] Error 1
>> make: *** [subdir-dtc] Error 2
>>
>> dtc make does not seem to support parallel make.
>> Force non-parallel build to fix this.
> 
> So, this is the second time somebody's reported this, and
> I think it would be better to try to figure out what's
> going on. Can you report what the actual ar command is
> when run with V=1 ?
> 
> Also, can you confirm that you haven't got an environment
> that sets ARFLAGS to something weird (including "") ?

I did confirm that my environment does not have ARFLAGS set; I believe
the issue is that ARFLAGS="$(ARFLAGS)" is being passed in the Makefile,
effectively setting it to "".

Andreas

-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg



reply via email to

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