From 980a9e57c9a18c5ad6ae3d409b82809a3751d8c9 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 24 Mar 2025 10:28:30 +0100 Subject: [PATCH] gocomp-script: Improve comments. Reported by Collin Funk in . * build-aux/gocomp.sh.in: Mention limitation in comments. --- ChangeLog | 7 +++++++ build-aux/gocomp.sh.in | 3 +++ 2 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4d5c7f8770..a1edf79521 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2025-03-24 Bruno Haible + + gocomp-script: Improve comments. + Reported by Collin Funk in + . + * build-aux/gocomp.sh.in: Mention limitation in comments. + 2025-03-23 Collin Funk mountlist tests: Fix link error. (regr. 2025-03-18). diff --git a/build-aux/gocomp.sh.in b/build-aux/gocomp.sh.in index 360f27f316..e403840006 100644 --- a/build-aux/gocomp.sh.in +++ b/build-aux/gocomp.sh.in @@ -18,6 +18,9 @@ # along with this program. If not, see . # Usage: /bin/sh gocomp.sh [OPTION] SOURCE.go ... +# +# Limitation: Go programs that make use of the C to Go interface ('cgo') are +# unsupported. # Avoid error "CC environment variable is relative; must be absolute path" # on native Windows. Cf. -- 2.39.5