summaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-11-22 04:20:59 -0500
committermidipix <writeonce@midipix.org>2018-11-22 04:37:09 -0500
commit95d491cc9a3793daf14de56414171657955e50ee (patch)
tree793b802060aef843fc534889e5cb72dc6403a030 /Makefile.in
parent8941e3eb6b35193d0cede949b2455f51ff41151d (diff)
downloadsofort-95d491cc9a3793daf14de56414171657955e50ee.tar.bz2
sofort-95d491cc9a3793daf14de56414171657955e50ee.tar.xz
build system: added --cfghost support.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index abe70c5..9ec7513 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -18,6 +18,7 @@ PKGLIBS = @pkglibs@
BUILD = @build@
HOST = @host@
CCHOST = @cchost@
+CFGHOST = @cfghost@
TARGET = @target@
ARCH = @arch@
COMPILER = @compiler@
@@ -309,6 +310,7 @@ clean: clean-implib
@echo BUILD:' '$(BUILD)
@echo HOST:' '$(HOST)
@echo CCHOST:' '$(CCHOST)
+ @echo CFGHOST:' '$(CFGHOST)
@echo TARGET:' '$(TARGET)
@echo ARCH:' '$(ARCH)
@echo COMPILER:' '$(COMPILER)