]> git.ipfire.org Git - thirdparty/glibc.git/commit
Don't use TEST_CXX as CXX for build
authorH.J. Lu <hjl.tools@gmail.com>
Sat, 14 Dec 2024 00:43:01 +0000 (08:43 +0800)
committerH.J. Lu <hjl.tools@gmail.com>
Sat, 14 Dec 2024 11:18:33 +0000 (19:18 +0800)
commitad36038c32eb3601f90f38cab90fda1f6031f4e4
tree768265d2d18497f262f8afed6751614e186ecbb2
parentca7d48a80f73129ac8492832d0bdbaa365c21ab7
Don't use TEST_CXX as CXX for build

Since the C++ compiler is also used to compile links-dso-program.cc in
libsupport, use TEST_CXX to get C++ headers for testing, but don't use
TEST_CXX as CXX for build.

Tested for m68k-linux-gnu-coldfire build and native build on x86-64.

Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
Reviewed-by: Sam James <sam@gentoo.org>
configure
configure.ac