From 9d0a309796778f61c9a3a284bbace09a563d5e9d Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 31 Oct 2015 15:01:43 -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 dcc075e..fba1c48 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