]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
README-release: Update compiler environment variable
authorIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Fri, 23 Aug 2024 16:07:10 +0000 (19:07 +0300)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Tue, 27 Aug 2024 15:19:02 +0000 (18:19 +0300)
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

index 8bcc2c9103ab2c47fb2bc689dc99a17f8d600311..d9771ba6fd1d80aa239670ddeef612bdb957241e 100644 (file)
@@ -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.