From 226958f6584cd88ff1c9e65f420a03f639b0720d Mon Sep 17 00:00:00 2001 From: Bill Kendrick Date: Mon, 6 Sep 2021 21:15:23 -0700 Subject: [PATCH] Doc'ed "Fix compilation error on Linux w/ HOST..." ...in CHANGES.txt. --- docs/CHANGES.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index 0d018f531..35691b4f0 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -89,6 +89,14 @@ $Id$ * "Halftone" magic tool had the "Zoom" tool's icon. + * Ports & Building + ---------------- + * Fix compilation error on Linux with HOST environment variable set. + Modifies the Makefile so it attempts to cross compile only when both + HOST and HOSTROOT environment variable (which are both required for + cross compilation) are set; avoid confusion when an unrelated + $HOST env. var. is set. + Mark K. Kim 2021.June.28 (0.9.26) * New Features