summaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-02-27 15:38:43 -0500
committermidipix <writeonce@midipix.org>2016-02-27 16:16:49 -0500
commitf080946d1445c9e8da0b57215e2062501ad43954 (patch)
tree30aa180bfef9191e2ce9ffd270605ad24e957552 /Makefile.in
parent434ff49ab8993a5d40f1efac0caa189134e179eb (diff)
downloadpemagine-f080946d1445c9e8da0b57215e2062501ad43954.tar.bz2
pemagine-f080946d1445c9e8da0b57215e2062501ad43954.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 2554b92..649c36d 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@
@@ -59,7 +59,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
@@ -168,7 +168,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)