Home
last modified time | relevance | path

Searched refs:CXX (Results 1 – 15 of 15) sorted by relevance

/glibc-2.36/
Dconfig.make.in104 CXX = @CXX@
DMakefile524 ifneq (,$(CXX))
529 …scripts/check-c++-types.sh $< $(CXX) $(filter-out -std=gnu11 $(+gccwarn-c),$(CFLAGS)) $(CPPFLAGS) …
591 ifeq (,$(CXX))
Dconfigure2973 if test -z "$CXX"; then
2975 CXX=$CCC
2987 if test -n "$CXX"; then
2988 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3007 CXX=$ac_cv_prog_CXX
3008 if test -n "$CXX"; then
3009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3010 $as_echo "$CXX" >&6; }
3017 test -n "$CXX" && break
3020 if test -z "$CXX"; then
[all …]
DRules96 ifneq "$(CXX)" ""
104 "$(CXX) $(filter-out -std=%,$(CXXFLAGS)) -D_ISOMAC $(+includes)" \
107 endif # $(CXX)
Dconfigure.ac59 AC_CACHE_CHECK([whether $CXX can link programs], libc_cv_cxx_link_ok, [dnl
82 AS_IF([test $libc_cv_cxx_link_ok != yes], [CXX=])
1123 if test -n "$CXX"; then
1125 for cxxheaders in `$CXX -v -S -x c++ /dev/null -o /dev/null 2>&1 \
1137 if test -n "$CXX"; then
1139 echo "#include <$1>" | $CXX -M -MP -x c++ - 2>/dev/null \
DMakerules119 ifneq (,$(CXX))
448 compile.cc = $(CXX) $< -c $(CXXFLAGS) $(CPPFLAGS)
DNEWS5187 BUILD_CC='gcc' CC='gcc -mx32' CXX='g++ -mx32'
/glibc-2.36/dlfcn/
DMakefile80 ifneq (,$(CXX))
139 ifneq (,$(CXX))
/glibc-2.36/debug/
DMakefile212 ifeq (,$(CXX))
/glibc-2.36/nptl/
DMakefile459 ifeq (,$(CXX))
/glibc-2.36/elf/
DMakefile485 tests += $(if $(CXX),$(tests-cxx))
970 $(if $(CXX),$(modules-names-cxx)) \
/glibc-2.36/math/
DMakefile267 ifneq (,$(CXX))
/glibc-2.36/ChangeLog.old/
DChangeLog.1815672 * math/Makefile [CXX] (tests): Add test-math-iszero.
17122 Avoid running $(CXX) during build to obtain header file paths.
24340 inside conditional for nonempty $(CXX).
24342 * math/Makefile (tests): Add test-math-isinff only if $(CXX) is
24346 to test for empty $(CXX) rather than $(CXX) of "no".
27597 * configure.ac (CXX): Clear the variable if the C++ toolchain does
34516 Add iff $CXX is set.
34520 * nptl/Makefile [[ifeq (,$(CXX))] (tests-unsupported)]: Add tst-once5.
39176 (tests-unsupported) [$(CXX) empty]: Add bug-atexit3.
39177 (LDLIBS-bug-atexit3-lib.so): Conditionalize on [$(CXX) nonempty].
[all …]
DChangeLog.1923662 [$(CXX)] (tests-unsupported): ... to here.
23695 [!CXX] (tests-unsupported): Add tst-minstack-throw.
23943 [!CXX] (tests-unsupported): Add tst-thread-exit-clobber.
32270 * math/Makefile [CXX] (tests): Add test-math-iscanonical.cc.
36873 * math/Makefile [CXX] (tests): Add test-math-issignaling.
DChangeLog.148951 * config.make.in (CXX): Define.