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. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 9c300e6..e691432 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