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:36:24 -0500
commit15f27a3368eb4fdbf4200972a896ad8fe0c01b68 (patch)
treeb816c99db90ad2baa1c57804f8096d3573a816a1 /Makefile.in
parent4ae524cd27c6aa6f95dd62a7e6eb4a02acdfd4d6 (diff)
downloadperk-15f27a3368eb4fdbf4200972a896ad8fe0c01b68.tar.bz2
perk-15f27a3368eb4fdbf4200972a896ad8fe0c01b68.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)