Message ID | 1461682343-20597-5-git-send-email-roger.pau@citrix.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 4/26/16 9:52 AM, Roger Pau Monne wrote: > Signed-off-by: Roger Pau Monné <roger.pau@citrix.com> > --- > Cc: Doug Goldstein <cardoe@cardoe.com> > --- > xen/tools/kconfig/Makefile.kconfig | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/xen/tools/kconfig/Makefile.kconfig b/xen/tools/kconfig/Makefile.kconfig > index 815f306..dbd8912 100644 > --- a/xen/tools/kconfig/Makefile.kconfig > +++ b/xen/tools/kconfig/Makefile.kconfig > @@ -36,8 +36,8 @@ KBUILD_DEFCONFIG := $(ARCH)_defconfig > CONFIG_SHELL := $(SHELL) > > # provide the host compiler > -HOSTCC := gcc > -HOSTCXX := g++ > +HOSTCC ?= gcc > +HOSTCXX ?= g++ > > # force target > PHONY += FORCE > Acked-by: Doug Goldstein <cardoe@cardoe.com> Regardless of the other patches in this series, this one should be merged in.
On 26/04/16 15:52, Roger Pau Monne wrote: > Signed-off-by: Roger Pau Monné <roger.pau@citrix.com> Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
diff --git a/xen/tools/kconfig/Makefile.kconfig b/xen/tools/kconfig/Makefile.kconfig index 815f306..dbd8912 100644 --- a/xen/tools/kconfig/Makefile.kconfig +++ b/xen/tools/kconfig/Makefile.kconfig @@ -36,8 +36,8 @@ KBUILD_DEFCONFIG := $(ARCH)_defconfig CONFIG_SHELL := $(SHELL) # provide the host compiler -HOSTCC := gcc -HOSTCXX := g++ +HOSTCC ?= gcc +HOSTCXX ?= g++ # force target PHONY += FORCE
Signed-off-by: Roger Pau Monné <roger.pau@citrix.com> --- Cc: Doug Goldstein <cardoe@cardoe.com> --- xen/tools/kconfig/Makefile.kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)