Searched +full:asmjs +full:- +full:unknown +full:- +full:emscripten (Results 1 – 6 of 6) sorted by relevance
| /third_party/rust/crates/serde/serde/ |
| D | build.rs | 5 // The rustc-cfg strings below are *not* public API. Please let us know by 9 println!("cargo:rerun-if-changed=build.rs"); in main() 17 let emscripten = target == "asmjs-unknown-emscripten" || target == "wasm32-unknown-emscripten"; in main() localVariable 19 // TryFrom, Atomic types, non-zero signed integers, and SystemTime::checked_add in main() 21 // https://blog.rust-lang.org/2019/04/11/Rust-1.34.0.html#tryfrom-and-tryinto in main() 22 // https://blog.rust-lang.org/2019/04/11/Rust-1.34.0.html#library-stabilizations in main() 24 println!("cargo:rustc-cfg=no_core_try_from"); in main() 25 println!("cargo:rustc-cfg=no_num_nonzero_signed"); in main() 26 println!("cargo:rustc-cfg=no_systemtime_checked_add"); in main() 27 println!("cargo:rustc-cfg=no_relaxed_trait_bounds"); in main() [all …]
|
| /third_party/rust/crates/libc/.github/workflows/ |
| D | bors.yml | 6 - auto-libc 7 - try 13 … actions: write # to cancel workflows (rust-lang/simpleinfra/github-actions/cancel-outdated-builds) 17 runs-on: ubuntu-22.04 19 fail-fast: true 22 i686-unknown-linux-gnu, 23 x86_64-unknown-linux-gnu, 26 - uses: rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master 29 - uses: actions/checkout@v3 30 - name: Setup Rust toolchain [all …]
|
| /third_party/libevdev/build-aux/ |
| D | config.sub | 3 # Copyright 1992-2022 Free Software Foundation, Inc. 7 timestamp='2022-01-03' 30 # Please send patches to <config-patches@gnu.org>. 50 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM 51 # or in some cases, the newer four-part form: 52 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM 58 # variety of pre-POSIX systems that do not have POSIX shells at all, and 59 # even some reasonably current systems (Solaris 10 as case-in-point) still 60 # have a pre-POSIX /bin/sh. 62 me=`echo "$0" | sed -e 's,.*/,,'` [all …]
|
| /third_party/curl/ |
| D | config.sub | 3 # Copyright 1992-2022 Free Software Foundation, Inc. 7 timestamp='2022-01-03' 30 # Please send patches to <config-patches@gnu.org>. 50 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM 51 # or in some cases, the newer four-part form: 52 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM 58 # variety of pre-POSIX systems that do not have POSIX shells at all, and 59 # even some reasonably current systems (Solaris 10 as case-in-point) still 60 # have a pre-POSIX /bin/sh. 62 me=`echo "$0" | sed -e 's,.*/,,'` [all …]
|
| /third_party/icu/icu4c/source/ |
| D | config.sub | 3 # Copyright 1992-2022 Free Software Foundation, Inc. 7 timestamp='2022-01-03' 30 # Please send patches to <config-patches@gnu.org>. 50 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM 51 # or in some cases, the newer four-part form: 52 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM 58 # variety of pre-POSIX systems that do not have POSIX shells at all, and 59 # even some reasonably current systems (Solaris 10 as case-in-point) still 60 # have a pre-POSIX /bin/sh. 62 me=`echo "$0" | sed -e 's,.*/,,'` [all …]
|
| /third_party/python/ |
| D | config.sub | 3 # Copyright 1992-2021 Free Software Foundation, Inc. 7 timestamp='2021-08-14' 30 # Please send patches to <config-patches@gnu.org>. 50 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM 51 # or in some cases, the newer four-part form: 52 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM 58 # variety of pre-POSIX systems that do not have POSIX shells at all, and 59 # even some reasonably current systems (Solaris 10 as case-in-point) still 60 # have a pre-POSIX /bin/sh. 62 me=`echo "$0" | sed -e 's,.*/,,'` [all …]
|