From 02c4a1cc1466c4b4bc673bc72c506eb8c053b29c Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 31 Oct 2015 14:23:11 -0400 Subject: build system: include host definitions prior to toolchain definitions and fix CC accordingly. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index d49acb8..b5d4af5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -55,8 +55,8 @@ static: -include $(PROJECT_DIR)/sysinfo/toolchain/$(TOOLCHAIN).mk include $(PROJECT_DIR)/sysinfo/host/$(HOST).mk +include $(PROJECT_DIR)/sysinfo/toolchain/$(TOOLCHAIN).mk include $(PROJECT_DIR)/project/defs.mk include $(PROJECT_DIR)/project/tree.mk -- cgit v1.2.3