| /external/tensorflow/tensorflow/tools/ci_build/devtoolset/ |
| D | build_devtoolset.sh | 18 # libstdc++ 4.4) or manylinux2014 (glibc 2.17 / libstdc++ 4.8). 85 # Download specific version of libstdc++ shared library based on the value of 89 # Download binary libstdc++ 4.4 release we are going to link against. 91 # libstdc++ provided by devtoolset. 92 …wget "http://old-releases.ubuntu.com/ubuntu/pool/main/g/gcc-4.4/libstdc++6_4.4.3-4ubuntu5_amd64.de… 93 unar "libstdc++6_4.4.3-4ubuntu5_amd64.deb" && \ 94 …tar -C "/${TARGET}" -xvzf "libstdc++6_4.4.3-4ubuntu5_amd64/data.tar.gz" "./usr/lib/libstdc++.so.6.… 95 rm -rf "libstdc++6_4.4.3-4ubuntu5_amd64.deb" "libstdc++6_4.4.3-4ubuntu5_amd64" 98 # Download binary libstdc++ 4.8 shared library release 99 …wget "http://old-releases.ubuntu.com/ubuntu/pool/main/g/gcc-4.8/libstdc++6_4.8.1-10ubuntu8_amd64.d… [all …]
|
| /external/google-fruit/.github/workflows/ |
| D | test-on-linux.yml | 37 - {compiler: clang-15.0, stlarg: -stdlib=libstdc++, test: ReleasePlain} 38 - {compiler: clang-15.0, stlarg: -stdlib=libstdc++, test: DebugPlain} 39 - {compiler: clang-15.0, stlarg: -stdlib=libstdc++, test: DebugAsanUbsan} 43 - {compiler: clang-11.0, stlarg: -stdlib=libstdc++, test: ReleasePlain} 44 - {compiler: clang-11.0, stlarg: -stdlib=libstdc++, test: DebugPlain} 46 - {compiler: clang-13.0, stlarg: -stdlib=libstdc++, test: DebugAsanUbsan} 70 - {compiler: clang-15.0, stlarg: -stdlib=libstdc++, test: ReleasePlain} 71 - {compiler: clang-15.0, stlarg: -stdlib=libstdc++, test: DebugPlain} 72 - {compiler: clang-15.0, stlarg: -stdlib=libstdc++, test: DebugAsanUbsan} 75 - {compiler: clang-11.0, stlarg: -stdlib=libstdc++, test: ReleasePlain} [all …]
|
| /external/protobuf/src/solaris/ |
| D | libstdc++.la | 1 # libstdc++.la - a libtool library file 10 # /usr/sfw/lib/libstdc++.la is empty. Below is the correct content, 24 dlname='libstdc++.so.6' 27 library_names='libstdc++.so.6.0.3 libstdc++.so.6 libstdc++.so' 30 old_library='libstdc++.a' 38 # Version information for libstdc++.
|
| /external/harfbuzz_ng/src/ |
| D | check-libstdc++.py | 15 print ('check-libstdc++.py: \'ldd\' not found; skipping test') 21 # harfbuzz-icu links to libstdc++ because icu does. 27 print ('Checking that we are not linking to libstdc++ or libc++ in %s' % so) 29 if (b'libstdc++' in ldd_result) or (b'libc++' in ldd_result): 30 print ('Ouch, %s is linked to libstdc++ or libc++' % so) 36 print ('check-libstdc++.py: libharfbuzz shared library not found; skipping test')
|
| /external/bcc/cmake/ |
| D | static_libstdc++.cmake | 1 # only turn on static-libstdc++ if also linking statically against clang 3 # if gcc 4.9 or higher is used, static libstdc++ is a good option 9 find_library(GCC_LIBSTDCPP libstdc++.a PATHS "${GCC_DIR}" NO_DEFAULT_PATH) 11 message(STATUS "Using static-libstdc++") 12 set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -static-libstdc++")
|
| /external/sdv/vsomeip/third_party/boost/integer/ |
| D | .drone.star | 29 … COMPILER=clang++-3.4 CXXSTD=03, Job 12", "clang++", packages="clang-3.4 libstdc++-4.9-dev", llvm_… 30 … COMPILER=clang++-3.5 CXXSTD=03, Job 13", "clang++", packages="clang-3.5 libstdc++-4.9-dev", llvm_… 31 … COMPILER=clang++-3.6 CXXSTD=03, Job 14", "clang++", packages="clang-3.6 libstdc++-5-dev", llvm_os… 32 … COMPILER=clang++-3.7 CXXSTD=03, Job 15", "clang++", packages="clang-3.7 libstdc++-5-dev", llvm_os… 33 …PILER=clang++-3.8 CXXSTD=03, Job 16", "clang++-3.8", packages="clang-3.8 libstdc++-6-dev", llvm_os… 34 …PILER=clang++-3.9 CXXSTD=03, Job 17", "clang++-3.9", packages="clang-3.9 libstdc++-6-dev", llvm_os… 35 …PILER=clang++-4.0 CXXSTD=03, Job 18", "clang++-4.0", packages="clang-4.0 libstdc++-6-dev", llvm_os… 36 …PILER=clang++-5.0 CXXSTD=03, Job 19", "clang++-5.0", packages="clang-5.0 libstdc++-7-dev", llvm_os… 37 …PILER=clang++-6.0 CXXSTD=03, Job 20", "clang++-6.0", packages="clang-6.0 libstdc++-8-dev", llvm_os… 38 … COMPILER=clang++-7 CXXSTD=03,11 Job 21", "clang++-7", packages="clang-7 libstdc++-8-dev", llvm_os… [all …]
|
| D | .travis.yml | 170 - libstdc++-4.9-dev 184 - libstdc++-4.9-dev 198 - libstdc++-5-dev 212 - libstdc++-5-dev 226 - libstdc++-6-dev 240 - libstdc++-6-dev 254 - libstdc++-6-dev 268 - libstdc++-7-dev 282 - libstdc++-8-dev 296 - libstdc++-8-dev [all …]
|
| /external/sdv/vsomeip/third_party/boost/detail/ |
| D | .travis.yml | 157 - libstdc++-4.9-dev 171 - libstdc++-4.9-dev 185 - libstdc++-5-dev 199 - libstdc++-5-dev 213 - libstdc++-6-dev 227 - libstdc++-6-dev 241 - libstdc++-6-dev 255 - libstdc++-7-dev 269 - libstdc++-8-dev 283 - libstdc++-8-dev [all …]
|
| /external/openthread/etc/docker/android-trusty/ |
| D | Dockerfile | 75 # The default libstdc++.so does not contain full stl implementation, see https://developer.android.… 85 && mkdir -p bionic/libstdc++ \ 86 && cp -r "$ANDROID_NDK_PATH"/sources/cxx-stl/gnu-libstdc++/4.9/include bionic/libstdc++ \ 87 …&& cp -r "$ANDROID_NDK_PATH"/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/* bionic/l… 88 …NDK_PATH"/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/libgnustl_shared.so out/target/produc…
|
| /external/sdv/vsomeip/third_party/boost/utility/ |
| D | .travis.yml | 159 - libstdc++-4.9-dev 173 - libstdc++-5-dev 187 - libstdc++-5-dev 201 - libstdc++-6-dev 215 - libstdc++-6-dev 229 - libstdc++-6-dev 243 - libstdc++-7-dev 257 - libstdc++-8-dev 271 - libstdc++-8-dev 285 - libstdc++-8-dev [all …]
|
| /external/llvm/cmake/modules/ |
| D | CheckCompilerVersion.cmake | 25 # Otherwise, test that we aren't using too old of a version of libstdc++ 27 # check the version of libstdc++ directly. Instead we test for a known 28 # bug in libstdc++4.6 that is fixed in libstdc++4.7. 38 message(FATAL_ERROR "Host Clang must be able to find libstdc++4.7 or newer!")
|
| /external/sdv/vsomeip/third_party/boost/filesystem/ |
| D | .travis.yml | 171 - libstdc++-4.9-dev 185 - libstdc++-5-dev 199 - libstdc++-5-dev 213 - libstdc++-6-dev 227 - libstdc++-6-dev 241 - libstdc++-6-dev 255 - libstdc++-7-dev 269 - libstdc++-8-dev 283 - libstdc++-8-dev 297 - libstdc++-8-dev [all …]
|
| /external/sdv/vsomeip/third_party/boost/iterator/ |
| D | .travis.yml | 171 - libstdc++-4.9-dev 185 - libstdc++-5-dev 199 - libstdc++-5-dev 213 - libstdc++-6-dev 227 - libstdc++-6-dev 241 - libstdc++-6-dev 255 - libstdc++-7-dev 269 - libstdc++-8-dev 283 - libstdc++-8-dev 297 - libstdc++-8-dev [all …]
|
| /external/sdv/vsomeip/third_party/boost/config/include/boost/config/stdlib/ |
| D | libstdcpp3.hpp | 9 // config for libstdc++ v3 15 #define BOOST_STDLIB "GNU libstdc++ version " BOOST_STRINGIZE(__GLIBCXX__) 17 #define BOOST_STDLIB "GNU libstdc++ version " BOOST_STRINGIZE(__GLIBCPP__) 119 // Decide which version of libstdc++ we have, normally 120 // libstdc++ C++0x support is detected via __GNUC__, __GNUC_MINOR__, and possibly 121 // __GNUC_PATCHLEVEL__ at the suggestion of Jonathan Wakely, one of the libstdc++ 129 // Another resource for understanding libstdc++ features is: 130 // http://gcc.gnu.org/onlinedocs/libstdc++/manual/status.html#manual.intro.status.standard.200x 181 // libstdc++ does not define this function as it's deprecated in C++11, but clang still looks for i… 220 // Oracle Solaris compiler uses it's own verison of libstdc++ but doesn't [all …]
|
| /external/grpc-grpc-java/buildscripts/grpc-java-artifacts/ |
| D | Dockerfile | 11 libstdc++-devel \ 12 libstdc++-devel.i686 \ 13 libstdc++-static \ 14 libstdc++-static.i686 \
|
| /external/sdv/vsomeip/third_party/boost/move/ |
| D | .travis.yml | 74 … "libstdc++-6-dev" ], sources: [ "llvm-toolchain-xenial-3.8", 77 … "libstdc++-6-dev" ], sources: [ "llvm-toolchain-xenial-4.0", 80 … "libstdc++-7-dev" ], sources: [ "llvm-toolchain-xenial-5.0", 85 … "libstdc++-8-dev" ], sources: [ "llvm-toolchain-xenial-6.0", 90 … "libstdc++-8-dev" ], sources: [ "llvm-toolchain-xenial-7", 95 … "libstdc++-8-dev" ], sources: [ "llvm-toolchain-xenial-8", 110 # libstdc++ 111 - { os: "linux", dist: "trusty", # xenial has libstdc++ from gcc 5.4.0 with newer ABI 113 - { os: "linux", dist: "trusty", # xenial has libstdc++ from gcc 5.4.0 with newer ABI 119 - { os: "linux", dist: "trusty", # xenial has libstdc++ from gcc 5.4.0 with newer ABI
|
| /external/sdv/vsomeip/third_party/boost/date_time/ |
| D | .travis.yml | 73 … "libstdc++-6-dev" ], sources: [ "llvm-toolchain-xenial-3.8", 76 … "libstdc++-6-dev" ], sources: [ "llvm-toolchain-xenial-4.0", 79 … "libstdc++-7-dev" ], sources: [ "llvm-toolchain-xenial-5.0", 84 … "libstdc++-8-dev" ], sources: [ "llvm-toolchain-xenial-6.0", 89 … "libstdc++-8-dev" ], sources: [ "llvm-toolchain-xenial-7", 94 … "libstdc++-8-dev" ], sources: [ "llvm-toolchain-xenial-8", 119 # libstdc++ 120 - { os: "linux", dist: "trusty", # xenial has libstdc++ from gcc 5.4.0 with newer ABI 122 - { os: "linux", dist: "trusty", # xenial has libstdc++ from gcc 5.4.0 with newer ABI 129 - { os: "linux", dist: "trusty", # xenial has libstdc++ from gcc 5.4.0 with newer ABI
|
| /external/sdv/vsomeip/third_party/boost/format/ |
| D | .travis.yml | 73 … "libstdc++-6-dev" ], sources: [ "llvm-toolchain-xenial-3.8", 76 … "libstdc++-6-dev" ], sources: [ "llvm-toolchain-xenial-4.0", 79 … "libstdc++-7-dev" ], sources: [ "llvm-toolchain-xenial-5.0", 84 … "libstdc++-8-dev" ], sources: [ "llvm-toolchain-xenial-6.0", 89 … "libstdc++-8-dev" ], sources: [ "llvm-toolchain-xenial-7", 94 … "libstdc++-8-dev" ], sources: [ "llvm-toolchain-xenial-8", 110 # libstdc++ 111 - { os: "linux", dist: "trusty", # xenial has libstdc++ from gcc 5.4.0 with newer ABI 113 - { os: "linux", dist: "trusty", # xenial has libstdc++ from gcc 5.4.0 with newer ABI 120 - { os: "linux", dist: "trusty", # xenial has libstdc++ from gcc 5.4.0 with newer ABI
|
| /external/perfetto/gn/standalone/libc++/ |
| D | libc++.gni | 21 # libstdc++ and LLVM's libc++ (aka libcxx). By default Linux provides libstdc++ 37 # 2) The libstdc++ situation is too wild on Linux. Modern debian distros are 38 # fine but Ubuntu Trusty still ships a libstdc++ that doesn't fully 40 # We still retain libstdc++ coverage on the CI bots by overriding
|
| /external/sdv/vsomeip/third_party/boost/concept_check/ |
| D | .drone.star | 22 …=clang-3.8 B2_CXXSTD=03,11,14 Job 5", "clang++-3.8", packages="clang-3.8 libstdc++-6-dev", llvm_os… 23 …SET=clang-4.0 B2_CXXSTD=11,14 Job 6", "clang++-4.0", packages="clang-4.0 libstdc++-6-dev", llvm_os… 24 …=clang-5.0 B2_CXXSTD=11,14,17 Job 7", "clang++-5.0", packages="clang-5.0 libstdc++-7-dev", llvm_os… 25 …14,17,2a Job 8", "clang++-6.0", packages="clang-6.0 libc6-dbg libc++-dev libstdc++-8-dev", llvm_os… 26 …STD=14,17,2a Job 9", "clang++-7", packages="clang-7 libc6-dbg libc++-dev libstdc++-8-dev", llvm_os… 27 …TD=14,17,2a Job 10", "clang++-8", packages="clang-8 libc6-dbg libc++-dev libstdc++-8-dev", llvm_os… 28 …4,17,2a Job 11", "clang++-6.0", packages="clang-6.0 libc6-dbg libc++-dev libstdc++-8-dev", llvm_os… 33 …B2_CXXS Job 16", "clang++-6.0", packages="clang-6.0 libc6-dbg libc++-dev libstdc++-8-dev", llvm_os…
|
| /external/tensorflow/tensorflow/tools/ci_build/ |
| D | Dockerfile.local-toolchain-ubuntu20.04-manylinux2014 | 4 # glibc (2.12) and libstdc++ (4.4) in /dt7. 7 # glibc (2.17) and libstdc++ (4.8) in /dt9. 34 # Set up a sysroot for glibc 2.12 / libstdc++ 4.4 / devtoolset-7 in /dt7. 36 # Set up a sysroot for glibc 2.17 / libstdc++ 4.8 / devtoolset-9 in /dt9.
|
| /external/cronet/build/config/chromecast/ |
| D | BUILD.gn | 20 # We want to statically link libstdc++/libgcc on Linux. 21 # (On Android, libstdc++ and libgcc aren't used.) 22 "-static-libstdc++", 71 "-l:libstdc++.a", 76 # Despite including libstdc++/libgcc archives, we still need to specify
|
| /external/angle/build/config/chromecast/ |
| D | BUILD.gn | 20 # We want to statically link libstdc++/libgcc on Linux. 21 # (On Android, libstdc++ and libgcc aren't used.) 22 "-static-libstdc++", 71 "-l:libstdc++.a", 76 # Despite including libstdc++/libgcc archives, we still need to specify
|
| /external/cronet/third_party/libc++/src/src/include/ |
| D | refstring.h | 18 // MacOS and iOS used to ship with libstdc++, and still support old applications 19 // linking against libstdc++. The libc++ and libstdc++ exceptions are supposed 23 // For that reason, we must look for libstdc++ in the same process and if found, 26 // if an exception is created with a zero-length string in libstdc++, libc++abi 60 void* handle = dlopen("/usr/lib/libstdc++.6.dylib", RTLD_NOLOAD); in compute_gcc_empty_string_storage()
|
| /external/sdv/vsomeip/third_party/boost/property_tree/ |
| D | .drone.star | 22 … B2_CXXS Job 4", "clang++-6.0", packages="clang-6.0 libc6-dbg libc++-dev libstdc++-8-dev locales",… 31 …-4.0 B2_CXXSTD=11,14 Job 13", "clang++-4.0 locales", packages="clang-4.0 libstdc++-6-dev locales",… 32 …-5.0 B2_CXXSTD=11,14 Job 14", "clang++-5.0 locales", packages="clang-5.0 libstdc++-7-dev locales",… 33 …Job 15", "clang++-6.0 locales", packages="clang-6.0 libc6-dbg libc++-dev libstdc++-8-dev locales",… 34 …,2a Job 16", "clang++-7 locales", packages="clang-7 libc6-dbg libc++-dev libstdc++-8-dev locales",… 35 …,2a Job 17", "clang++-8 locales", packages="clang-8 libc6-dbg libc++-dev libstdc++-8-dev locales",… 36 …,2a Job 18", "clang++-9 locales", packages="clang-8 libc6-dbg libc++-dev libstdc++-8-dev locales",… 37 …Job 19", "clang++-6.0 locales", packages="clang-6.0 libc6-dbg libc++-dev libstdc++-8-dev locales",…
|