summaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2015-10-28 01:47:08 -0400
committermidipix <writeonce@midipix.org>2016-11-10 23:35:23 -0500
commit05c9b561ebd8fffca79b0d835ec50bf4d946aa57 (patch)
tree90aad653f15e7eca809cacb46b64cb0802e1ee49 /Makefile.in
parentcdbf52235aa596f3dd04de6f35631eeb1219ea45 (diff)
downloadperk-05c9b561ebd8fffca79b0d835ec50bf4d946aa57.tar.bz2
perk-05c9b561ebd8fffca79b0d835ec50bf4d946aa57.tar.xz
build system: include host definitions prior to toolchain definitions and fix CC accordingly.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 95daa37..4632564 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