Re: [Xen-devel] [PATCH for-4.7 1/5] build: make HOSTCC conditional on the value of clang

2016-04-20 Thread Jan Beulich
>>> Roger Pau Monné 04/20/16 4:51 PM >>> >On Sun, Apr 17, 2016 at 02:03:28PM -0600, Jan Beulich wrote: >> >>> Roger Pau Monne 04/15/16 8:27 PM >>> >> >@@ -50,8 +49,10 @@ DESTDIR ?= / >> >clang ?= n >> >ifeq ($(clang),n) >> >gcc := y >> >+HOSTCC

Re: [Xen-devel] [PATCH for-4.7 1/5] build: make HOSTCC conditional on the value of clang

2016-04-20 Thread Roger Pau Monné
On Sun, Apr 17, 2016 at 02:03:28PM -0600, Jan Beulich wrote: > >>> Roger Pau Monne 04/15/16 8:27 PM >>> > >Previously HOSTCC was always hardcoded to gcc > > So what is the goal here? Be able to build on a gcc-free system? Or else, how > does it matter what compiler build

Re: [Xen-devel] [PATCH for-4.7 1/5] build: make HOSTCC conditional on the value of clang

2016-04-17 Thread Jan Beulich
>>> Roger Pau Monne 04/15/16 8:27 PM >>> >Previously HOSTCC was always hardcoded to gcc So what is the goal here? Be able to build on a gcc-free system? Or else, how does it matter what compiler build elements get built with? >--- a/Config.mk >+++ b/Config.mk >@@ -36,7

[Xen-devel] [PATCH for-4.7 1/5] build: make HOSTCC conditional on the value of clang

2016-04-15 Thread Roger Pau Monne
Previously HOSTCC was always hardcoded to gcc Signed-off-by: Roger Pau Monné --- Cc: Ian Jackson Cc: Jan Beulich Cc: Keir Fraser Cc: Tim Deegan --- Config.mk | 3 ++- 1 file changed, 2