[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH v2 for-4.7 02/14] build: set HOSTCXX based on clang value for Kconfig xconfig target
The xconfig Kconfig target requires a C++ compiler because it uses Qt. Signed-off-by: Roger Pau Monné <roger.pau@xxxxxxxxxx> --- Cc: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> Cc: Jan Beulich <jbeulich@xxxxxxxx> Cc: Keir Fraser <keir@xxxxxxx> Cc: Tim Deegan <tim@xxxxxxx> --- Config.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Config.mk b/Config.mk index fd8371a..4a5ebed 100644 --- a/Config.mk +++ b/Config.mk @@ -50,9 +50,11 @@ clang ?= n ifeq ($(clang),n) gcc := y HOSTCC ?= gcc +HOSTCXX ?= g++ else gcc := n HOSTCC ?= clang +HOSTCXX ?= clang++ endif -- 2.6.4 (Apple Git-63) _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |