Re: [Xen-devel] [PATCH] arm: clean up build variables

2016-01-29 Thread Ian Campbell
On Wed, 2016-01-27 at 15:24 +, Ian Campbell wrote: > On Wed, 2016-01-27 at 09:11 -0600, Doug Goldstein wrote: > > On 1/27/16 9:05 AM, Ian Campbell wrote: > > > Indeed, I was referring to the change from: > > > > > > -ifeq (arm64,$(XEN_TARGET_ARCH)) > > > > > > to > > > > > > +ifdef CONFIG_AR

Re: [Xen-devel] [PATCH] arm: clean up build variables

2016-01-27 Thread Doug Goldstein
On 1/27/16 9:24 AM, Ian Campbell wrote: > On Wed, 2016-01-27 at 09:11 -0600, Doug Goldstein wrote: >> On 1/27/16 9:05 AM, Ian Campbell wrote: >>> On Wed, 2016-01-27 at 07:44 -0700, Jan Beulich wrote: >>> On 27.01.16 at 15:30, wrote: > On 1/25/16 5:27 AM, Ian Campbell wrote: >> On Wed,

Re: [Xen-devel] [PATCH] arm: clean up build variables

2016-01-27 Thread Ian Campbell
On Wed, 2016-01-27 at 09:11 -0600, Doug Goldstein wrote: > On 1/27/16 9:05 AM, Ian Campbell wrote: > > On Wed, 2016-01-27 at 07:44 -0700, Jan Beulich wrote: > > > > > > On 27.01.16 at 15:30, wrote: > > > > On 1/25/16 5:27 AM, Ian Campbell wrote: > > > > > On Wed, 2016-01-20 at 15:47 -0600, Doug Go

Re: [Xen-devel] [PATCH] arm: clean up build variables

2016-01-27 Thread Doug Goldstein
On 1/27/16 9:05 AM, Ian Campbell wrote: > On Wed, 2016-01-27 at 07:44 -0700, Jan Beulich wrote: > On 27.01.16 at 15:30, wrote: >>> On 1/25/16 5:27 AM, Ian Campbell wrote: On Wed, 2016-01-20 at 15:47 -0600, Doug Goldstein wrote: > @@ -52,7 +52,7 @@ ALL_OBJS := $(TARGET_SUBARCH)/head.o

Re: [Xen-devel] [PATCH] arm: clean up build variables

2016-01-27 Thread Ian Campbell
On Wed, 2016-01-27 at 07:44 -0700, Jan Beulich wrote: > > > > On 27.01.16 at 15:30, wrote: > > On 1/25/16 5:27 AM, Ian Campbell wrote: > > > On Wed, 2016-01-20 at 15:47 -0600, Doug Goldstein wrote: > > > > @@ -52,7 +52,7 @@ ALL_OBJS := $(TARGET_SUBARCH)/head.o $(ALL_OBJS) > > > >   > > > >  $(TARG

Re: [Xen-devel] [PATCH] arm: clean up build variables

2016-01-27 Thread Jan Beulich
>>> On 27.01.16 at 15:30, wrote: > On 1/25/16 5:27 AM, Ian Campbell wrote: >> On Wed, 2016-01-20 at 15:47 -0600, Doug Goldstein wrote: >>> @@ -52,7 +52,7 @@ ALL_OBJS := $(TARGET_SUBARCH)/head.o $(ALL_OBJS) >>> >>> $(TARGET): $(TARGET)-syms $(TARGET).axf >>> $(OBJCOPY) -O binary -S $< $@ >>>

Re: [Xen-devel] [PATCH] arm: clean up build variables

2016-01-27 Thread Doug Goldstein
On 1/25/16 5:27 AM, Ian Campbell wrote: > On Wed, 2016-01-20 at 15:47 -0600, Doug Goldstein wrote: >> This consolidates some of the different variables used for the ARM >> builds. This change was prompted by the Kconfig changes but looking back >> in time the CONFIG_ARM_{32,64} variables existed be

Re: [Xen-devel] [PATCH] arm: clean up build variables

2016-01-25 Thread Ian Campbell
On Wed, 2016-01-20 at 15:47 -0600, Doug Goldstein wrote: > This consolidates some of the different variables used for the ARM > builds. This change was prompted by the Kconfig changes but looking back > in time the CONFIG_ARM_{32,64} variables existed before Kconfig so this > should just be a gener

Re: [Xen-devel] [PATCH] arm: clean up build variables

2016-01-21 Thread Jan Beulich
>>> On 20.01.16 at 22:47, wrote: > This consolidates some of the different variables used for the ARM > builds. This change was prompted by the Kconfig changes but looking back > in time the CONFIG_ARM_{32,64} variables existed before Kconfig so this > should just be a generic cleanup. > > Signed

[Xen-devel] [PATCH] arm: clean up build variables

2016-01-20 Thread Doug Goldstein
This consolidates some of the different variables used for the ARM builds. This change was prompted by the Kconfig changes but looking back in time the CONFIG_ARM_{32,64} variables existed before Kconfig so this should just be a generic cleanup. Signed-off-by: Doug Goldstein --- xen/arch/arm/Mak