[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2 for-4.7 04/14] build: remove Kconfig forced gcc selection
On 4/26/16 9:52 AM, Roger Pau Monne wrote: > Signed-off-by: Roger Pau Monné <roger.pau@xxxxxxxxxx> > --- > Cc: Doug Goldstein <cardoe@xxxxxxxxxx> > --- > 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@xxxxxxxxxx> Regardless of the other patches in this series, this one should be merged in. -- Doug Goldstein Attachment:
signature.asc _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |