This is an automated email from the git hooks/post-receive script.
ildumi pushed a commit to branch development
in repository libtool.
The following commit(s) were added to refs/heads/development by this push:
new 99c81d75 README-release: Update compiler environment variable
99c81d75 is described below
commit 99c81d7511e48a1ba6efa567f4c64b5a6c8dacb1
Author: Ileana Dumitrescu <[email protected]>
AuthorDate: Fri Aug 23 19:07:10 2024 +0300
README-release: Update compiler environment variable
When compiling C++ code, CXX should be used to set the compiler
to g++ instead of CC, which is for setting a C compiler.
---
gl/top/README-release.diff | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gl/top/README-release.diff b/gl/top/README-release.diff
index 8bcc2c91..d9771ba6 100644
--- a/gl/top/README-release.diff
+++ b/gl/top/README-release.diff
@@ -30,7 +30,7 @@
+ make distcheck DISTCHECK_CONFIGURE_FLAGS=--disable-ltdl-install
+ make distcheck DISTCHECK_CONFIGURE_FLAGS=--program-prefix=g
+ make distcheck DISTCHECK_CONFIGURE_FLAGS=--disable-shared
-+ make distcheck CC=g++
++ make distcheck CXX=g++
+
+ If there are any problems, fix them and start again.