summaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-02-26 16:14:02 -0500
committermidipix <writeonce@midipix.org>2016-11-11 00:22:35 -0500
commitd015ab059d7f9660e44aafd910cb330d31b9ccb8 (patch)
treea828374658096d427d9869e2df84a986febfab84 /Makefile.in
parentd431c154f3fbbb807d9f79633b10f28ec5aa2a03 (diff)
downloadmdso-d015ab059d7f9660e44aafd910cb330d31b9ccb8.tar.bz2
mdso-d015ab059d7f9660e44aafd910cb330d31b9ccb8.tar.xz
build system: use the term 'compiler' rather than 'toolchain' where applicable.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index b6976c9..5b62fea 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -5,7 +5,7 @@ BUILD = @build@
HOST = @host@
TARGET = @target@
ARCH = @arch@
-TOOLCHAIN = @toolchain@
+COMPILER = @compiler@
SYSROOT = @sysroot@
CROSS_COMPILE = @cross_compile@
SHELL = @shell@
@@ -61,7 +61,7 @@ static:
include $(PROJECT_DIR)/sysinfo/host/$(HOST).mk
-include $(PROJECT_DIR)/sysinfo/toolchain/$(TOOLCHAIN).mk
+include $(PROJECT_DIR)/sysinfo/compiler/$(COMPILER).mk
include $(PROJECT_DIR)/project/defs.mk
include $(PROJECT_DIR)/project/tree.mk
@@ -210,7 +210,7 @@ clean:
@echo HOST:' '$(HOST)
@echo TARGET:' '$(TARGET)
@echo ARCH:' '$(ARCH)
- @echo TOOLCHAIN:' '$(TOOLCHAIN)
+ @echo COMPILER:' '$(COMPILER)
@echo SYSROOT:' '$(SYSROOT)
@echo XCOMPILE:' '$(CROSS_COMPILE)
@echo SHELL:' '$(SHELL)