diff --git a/docs/index.html b/docs/index.html index 4e8d3185..0e9a2715 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3466,7 +3466,7 @@ endef finished porting all packages that were MinGW-only to at least i686-w64-mingw32 (32-bit target of MinGW-w64). Hence your existing commands should work out-of-the-box assuming the - MXE_TARGETS environmental variable is set correctly. + MXE_TARGETS environment variable is set correctly.

diff --git a/plugins/go/go-1-fixes.patch b/plugins/go/go-1-fixes.patch index 4c02676f..a192caf4 100644 --- a/plugins/go/go-1-fixes.patch +++ b/plugins/go/go-1-fixes.patch @@ -5,10 +5,10 @@ Contains ad hoc patches for cross building. From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Boris Nagaev Date: Sat, 25 Jun 2016 13:51:06 +0200 -Subject: [PATCH] cgo: add environmental variable override for pkg-config +Subject: [PATCH] cgo: add environment variable override for pkg-config Allow overriding default name of `pkg-config` utility via -environmental variable PKG_CONFIG (same as used by autoconf +environment variable PKG_CONFIG (same as used by autoconf pkg.m4 macros). This facilitates easy cross-compilation of cgo code.