Searched refs:CXX (Results 1 – 15 of 15) sorted by relevance
/glibc-2.36/ |
D | config.make.in | 104 CXX = @CXX@
|
D | Makefile | 524 ifneq (,$(CXX)) 529 …scripts/check-c++-types.sh $< $(CXX) $(filter-out -std=gnu11 $(+gccwarn-c),$(CFLAGS)) $(CPPFLAGS) … 591 ifeq (,$(CXX))
|
D | configure | 2973 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 …]
|
D | Rules | 96 ifneq "$(CXX)" "" 104 "$(CXX) $(filter-out -std=%,$(CXXFLAGS)) -D_ISOMAC $(+includes)" \ 107 endif # $(CXX)
|
D | configure.ac | 59 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 \
|
D | Makerules | 119 ifneq (,$(CXX)) 448 compile.cc = $(CXX) $< -c $(CXXFLAGS) $(CPPFLAGS)
|
D | NEWS | 5187 BUILD_CC='gcc' CC='gcc -mx32' CXX='g++ -mx32'
|
/glibc-2.36/dlfcn/ |
D | Makefile | 80 ifneq (,$(CXX)) 139 ifneq (,$(CXX))
|
/glibc-2.36/debug/ |
D | Makefile | 212 ifeq (,$(CXX))
|
/glibc-2.36/nptl/ |
D | Makefile | 459 ifeq (,$(CXX))
|
/glibc-2.36/elf/ |
D | Makefile | 485 tests += $(if $(CXX),$(tests-cxx)) 970 $(if $(CXX),$(modules-names-cxx)) \
|
/glibc-2.36/math/ |
D | Makefile | 267 ifneq (,$(CXX))
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.18 | 15672 * 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 …]
|
D | ChangeLog.19 | 23662 [$(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.
|
D | ChangeLog.14 | 8951 * config.make.in (CXX): Define.
|