projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
648df4b
)
build: remove Kconfig forced gcc selection
author
Roger Pau Monne
<roger.pau@citrix.com>
Tue, 26 Apr 2016 10:07:49 +0000
(12:07 +0200)
committer
Wei Liu
<wei.liu2@citrix.com>
Wed, 27 Apr 2016 13:12:22 +0000
(14:12 +0100)
Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Doug Goldstein <cardoe@cardoe.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Wei Liu <wei.liu2@citrix.com>
Release-acked-by: Wei Liu <wei.liu2@citrix.com>
xen/tools/kconfig/Makefile.kconfig
patch
|
blob
|
history
diff --git
a/xen/tools/kconfig/Makefile.kconfig
b/xen/tools/kconfig/Makefile.kconfig
index 815f306f1eab232489c08abbbf10ab04c230e00f..dbd89120154d0a4eb73ea142a70f79321fb988ed 100644
(file)
--- 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