]> xenbits.xensource.com Git - people/royger/xen-test-framework.git/commitdiff
Default CC to gcc
authorAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 30 Sep 2015 14:54:24 +0000 (15:54 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 30 Sep 2015 14:54:24 +0000 (15:54 +0100)
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
config/common.mk
selftests/Makefile

index f1ad103477213f6b9737060b22654e19dd362ec0..e08986ce423f92c6c003aba0c6f3dccbea3a1212 100644 (file)
@@ -1,5 +1,6 @@
 ROOT := $(abspath $(CURDIR)/../..)
 DESTDIR ?= $(ROOT)/dist/
+CC = gcc
 
 PV_ENVIRONMENTS  := pv64 pv32
 HVM_ENVIRONMENTS := hvm64 hvm32
index a9e1ca071c997c1b5b69744cbeaab517d1631eef..590dd9310391b6c23b43a7f50a962c91223d323c 100644 (file)
@@ -1,4 +1,5 @@
 ROOT := $(abspath $(CURDIR)/..)
+CC = gcc
 
 COMMON_CFLAGS := -Wall -Werror -Wextra -MMD -MP