Searched refs:CXX (Results 1 - 25 of 40) sorted by relevance

12

/solaris-userland/components/stdcxx/Solaris/
H A Dconfigure36 export LD="${CXX} ${CXXFLAGS} ${LDFLAGS}"
124 if [ "x${CXX}" = "x" ] ; then
125 echo "\$CXX is not set."
129 echo "CXX: ${CXX}."
130 export CXX=`echo ${CXX}`
254 echo "${CXX} ${CPPFLAGS} ${CXXFLAGS} -c ${TOPLEVELDIR}/etc/config/src/${file}.cpp -o ${LIBDIR}/${file}.o"
255 ${CXX} ${CPPFLAGS} ${CXXFLAGS} -c ${TOPLEVELDIR}/etc/config/src/${file}.cpp -o ${LIBDIR}/${file}.o
256 echo "${CXX}
[all...]
/solaris-userland/components/coolkey/
H A DMakefile65 CXX := $(CXX) -std=sun03 macro
/solaris-userland/components/desktop/libical/
H A DMakefile66 COMPONENT_BUILD_ENV += CXX="$(CXX)"
/solaris-userland/components/fastcgi/
H A DMakefile46 CXX += -std=sun03
/solaris-userland/components/pbzip2/
H A DMakefile41 CXX += -std=sun03
44 COMPONENT_BUILD_ARGS += CC="$(CXX)"
/solaris-userland/components/lcms/
H A DMakefile42 CXX += $(studio_NORUNPATH)
43 CXX += -std=sun03
/solaris-userland/components/cmake/
H A DMakefile40 # configure.mk (CC=, CXX=, --bindir, --libdir, --sbindir).
92 COMPONENT_BUILD_ENV += CXX="$(CXX)"
101 COMPONENT_TEST_ENV += CXX="$(CXX)"
126 COMPONENT_SYSTEM_TEST_ENV += CXX="$(CXX)"
/solaris-userland/components/texinfo/
H A DMakefile69 '-e "s|^.*$(CXX).*$$|XXX_CC_XXX|g" ' \
/solaris-userland/components/unrar/
H A DMakefile64 COMPONENT_BUILD_ARGS += CXX="$(CXX)"
/solaris-userland/components/desktop/espeak/
H A DMakefile60 COMPONENT_BUILD_ARGS += CXX="$(CXX)"
/solaris-userland/components/r/
H A DMakefile66 # Augment the PATH and set CC/CXX/FC/F77 such that the build environment doesn't
71 CXX = g++ macro
90 CONFIGURE_ENV += CXX="$(CXX) $(CC_BITS)"
/solaris-userland/components/erlang/
H A DMakefile90 # that it will properly detect wxWidgets support by adding -std=c++11 to $(CXX)
95 CXX="$(CXX) -std=c++11" \
/solaris-userland/components/gcc3/
H A DMakefile64 CXX += -m$(BITS)
/solaris-userland/components/berkeleydb/
H A DMakefile82 CXX += $($(COMPILER)_NORUNPATH)
/solaris-userland/components/pcre/
H A DMakefile54 CXX+= $(studio_NORUNPATH)
67 CONFIGURE_ENV+= "CXXCPP=$(CXX) $(CPPFLAGS) $(CXXFLAGS) -E"
69 CONFIGURE_ENV+= "CXXLD=$(CXX) $(CXXFLAGS) $(LDFLAGS)"
73 CONFIGURE_ENV.64+= "CXXLINKLIB=$(CXX) $(CCFLAGS) $(LDFLAGS)"
/solaris-userland/components/graphviz/
H A DMakefile67 CXX += $(studio_NORUNPATH)
68 CXX += -std=sun03
/solaris-userland/components/llvm/cxa_finalize/
H A DMakefile45 CXX=/usr/gcc/$(GCC_VERSION)/bin/g++ macro
/solaris-userland/components/mysql-5-6/
H A DMakefile99 CMAKE_OPTIONS += -DCMAKE_CXX_COMPILER=$(CXX)
/solaris-userland/components/mysql-5-7/
H A DMakefile95 CMAKE_OPTIONS += -DCMAKE_CXX_COMPILER=$(CXX)
/solaris-userland/components/openssl/openssl-fips/
H A DMakefile117 # Ignore default CC_FOR_BUILD, CC, and CXX in CONFIGURE_ENV.
120 CONFIGURE_ENV += CXX=
/solaris-userland/components/open-fabrics/
H A Dofed.mk49 CXX += $(SHARED_INCLUDES)
/solaris-userland/components/apache2-modules/
H A Dmodules.mk93 CXX= macro
/solaris-userland/components/gnump/
H A DMakefile103 CXX.studio.32 += -std=sun03
104 CXX.studio.64 += -std=sun03
127 CONFIGURE_ENV += CXXLD="$(CXX) $(CC_BITS) $(CXXFLAGS) $(LDFLAGS)"
130 CONFIGURE_ENV += CXXCPP="$(CXX) $(CC_BITS) $(CPPFLAGS) $(CXXFLAGS) -E"
/solaris-userland/make-rules/
H A Dsetup.py.mk89 PYTHON_ENV += CXX="$(CXX)"
91 PYTHON_ENV += LDCXXSHARED="$(CXX) -shared"
H A Dconfigure.mk94 CONFIGURE_ENV += CXX="$(CXX)"
148 CXX_FOR_BUILD ?= "$(CXX) $(CC_BITS)"

Completed in 61 milliseconds

12