From ed04a410c277827afa351f5e58e397f8ace211c8 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 31 Oct 2015 15:24:44 -0400 Subject: build system: include host definitions prior to toolchain definitions and fix CC accordingly. --- sysinfo/host/native.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'sysinfo/host') diff --git a/sysinfo/host/native.mk b/sysinfo/host/native.mk index 465a01b..08b02b6 100644 --- a/sysinfo/host/native.mk +++ b/sysinfo/host/native.mk @@ -1,6 +1,5 @@ include $(PROJECT_DIR)/sysinfo/os/$(NATIVE_OS).mk -CC = $(CROSS_COMPILE)$(NATIVE_CC) OS = $(NATIVE_OS) HOST_BITS = $(NATIVE_OS_BITS) HOST_UNDERSCORE = $(NATIVE_OS_UNDERSCORE) -- cgit v1.2.3