Re: [PATCH 1/2] Makefile: allow overriding CFLAGS on the command line

2015-11-04 Thread Riku Voipio
On 30 October 2015 at 19:20, Andre Przywara wrote: > When a Makefile variable is set on the make command line, all > Makefile-internal assignments to that very variable are _ignored_. > Since we add quite some essential values to CFLAGS internally, > specifying some CFLAGS

Re: [PATCH 1/2] Makefile: allow overriding CFLAGS on the command line

2015-11-04 Thread Riku Voipio
On 4 November 2015 at 12:13, Andre Przywara <andre.przyw...@arm.com> wrote: > Hi Riku, > > On 04/11/15 10:02, Riku Voipio wrote: >> On 30 October 2015 at 19:20, Andre Przywara <andre.przyw...@arm.com> wrote: >>> When a Makefile variable is set on the make com

Re: [PATCH] kvmtool: don't rely on $HOME

2015-09-18 Thread Riku Voipio
On 17 September 2015 at 18:53, Will Deacon wrote: > On Thu, Sep 17, 2015 at 03:03:15PM +0100, Alban Crequy wrote: >> kvm__set_dir() called in main() and kvm__get_dir() rely on $HOME. But in >> some environments (such as starting lkvm through systemd-run), $HOME is >>

Re: [PATCH] kvmtool Makefile: relax arm test

2015-09-10 Thread Riku Voipio
On 10 September 2015 at 13:30, Will Deacon <will.dea...@arm.com> wrote: > On Thu, Sep 10, 2015 at 06:45:59AM +0100, Riku Voipio wrote: >> Ping? > Applied and pushed, thanks. thanks > In future, it's best to Cc me if you want to make sure stuff doesn't > get mi

Re: [PATCH] kvmtool Makefile: relax arm test

2015-09-09 Thread Riku Voipio
On 4 September 2015 at 14:06, Andre Przywara <andre.przyw...@arm.com> wrote: > Hi Riku, > > On 04/09/15 11:52, Riku Voipio wrote: >> On 4 September 2015 at 13:10, Andre Przywara <andre.przyw...@arm.com> wrote: >>> Hi Riku, >>> >>> On 03/09/1

Re: [PATCH] kvmtool Makefile: relax arm test

2015-09-04 Thread Riku Voipio
On 4 September 2015 at 13:10, Andre Przywara <andre.przyw...@arm.com> wrote: > Hi Riku, > > On 03/09/15 12:20, riku.voi...@linaro.org wrote: >> From: Riku Voipio <riku.voi...@linaro.org> >> >> Currently Makefile accepts only armv7l.* When building kvmtoo

[PATCH] kvmtool Makefile: relax arm test

2015-09-03 Thread riku . voipio
From: Riku Voipio <riku.voi...@linaro.org> Currently Makefile accepts only armv7l.* When building kvmtool under 32bit personality on Aarch64 machines, uname -m reports "armv8l", so build fails. We expect doing 32bit arm builds in Aarch64 to become standard the same way peopl