Home
last modified time | relevance | path

Searched full:lstdc (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/bmake/mk/
H A Dprog.mk88 _SUPCXX?= -lstdc++ -lm
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DBareMetal.cpp395 CmdArgs.push_back("-lstdc++"); in AddCXXStdlibLibArgs()
H A DWebAssembly.cpp535 CmdArgs.push_back("-lstdc++"); in AddCXXStdlibLibArgs()
H A DDarwin.cpp2646 // Unfortunately, -lstdc++ doesn't always exist in the standard search path; in AddCXXStdlibLibArgs()
2648 // platforms we care about it was -lstdc++.6, so we search for that in AddCXXStdlibLibArgs()
2649 // explicitly if we can't see an obvious -lstdc++ candidate. in AddCXXStdlibLibArgs()
2676 CmdArgs.push_back("-lstdc++"); in AddCXXStdlibLibArgs()
H A DHexagon.cpp646 CmdArgs.push_back("-lstdc++"); in AddCXXStdlibLibArgs()
H A DGnu.cpp162 CmdArgs.push_back("-lstdc++"); in ConstructJob()
/freebsd/contrib/libpcap/
H A Dconfigure.ac1715 ADDITIONAL_LIBS="$ADDITIONAL_LIBS $TURBOCAP_LDFLAGS -lTcApi -lpthread -lstdc++"
1716 ADDITIONAL_LIBS_STATIC="$ADDITIONAL_LIBS_STATIC $TURBOCAP_LDFLAGS -lTcApi -lpthread -lstdc++"
1717 LIBS_PRIVATE="$LIBS_PRIVATE $TURBOCAP_LDFLAGS -lTcApi -lpthread -lstdc++"
H A Dconfigure8719 ADDITIONAL_LIBS="$ADDITIONAL_LIBS $TURBOCAP_LDFLAGS -lTcApi -lpthread -lstdc++"
8720 ADDITIONAL_LIBS_STATIC="$ADDITIONAL_LIBS_STATIC $TURBOCAP_LDFLAGS -lTcApi -lpthread -lstdc++"
8721 LIBS_PRIVATE="$LIBS_PRIVATE $TURBOCAP_LDFLAGS -lTcApi -lpthread -lstdc++"
/freebsd/sys/contrib/libsodium/
H A Dconfigure.ac142 LIBS="$LIBS -lsc_dbg_rt -lpoolalloc_bitmap -lstdc++"
/freebsd/contrib/jemalloc/
H A DMakefile.in532 …oot)lib) $(LJEMALLOC) $(LDFLAGS) $(filter-out -lm,$(filter -lrt -pthread -lstdc++,$(LIBS))) $(LM) …
H A Dconfigure.ac315 JE_APPEND_VS(LIBS, -lstdc++)
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp1302 CmdArgs.push_back("-lstdc++"); in AddCXXStdlibLibArgs()
/freebsd/contrib/ncurses/
H A Daclocal.m48299 dnl Check for -lstdc++, which is GNU's standard C++ library.
8301 dnl If -lstdc++ was not already added to $LIBS or $CXXLIBS, and is needed,
H A DNEWS3728 "-lstdc++" to the CXXLIBS symbol.
12015 CF_STDCPP_LIBRARY (for -lstdc++)
/freebsd/contrib/flex/
H A DChangeLog5597 c++ scanner -- hack! Added -lstdc++ to LDFLAGS (should we have to do