[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Ileana Dumitrescu |
Date: |
Tue, 27 Aug 2024 11:33:34 -0400 (EDT) |
branch: master
commit 07ef1f34ee5477c5bddcb4e373957ebf5bdb4fad
Author: Ileana Dumitrescu <ileanadumitrescu95@gmail.com>
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.