From: Bruno Haible Date: Mon, 24 Mar 2025 09:28:30 +0000 (+0100) Subject: gocomp-script: Improve comments. X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=980a9e57c9a18c5ad6ae3d409b82809a3751d8c9;p=gnulib.git gocomp-script: Improve comments. Reported by Collin Funk in . * build-aux/gocomp.sh.in: Mention limitation in comments. --- 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.