Home
last modified time | relevance | path

Searched +full:binfmt +full:- +full:support (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/.gitlab-ci/valve/
Dtraces-runner.sh3 set -ex
10 # running in within container-land, this can be a landmark.
11 ls -l
13 INSTALL=$(realpath -s "$PWD"/install)
14 RESULTS=$(realpath -s "$PWD"/results)
38 export WINEDEBUG="-all"
39 export WINEPREFIX="/dxvk-wine64"
45 # Avoid having to perform nasty command pre-processing to insert the
47 # kernel's binfmt support to automatically use Wine as an interpreter
50 mount -t binfmt_misc none /proc/sys/fs/binfmt_misc
[all …]
/third_party/rust/crates/bindgen/.github/workflows/
Dbindgen.yml6 - main
9 - main
12 rustfmt-clippy:
13 runs-on: ubuntu-latest
16 - uses: actions/checkout@v3
18 - name: Install stable
19 uses: actions-rs/toolchain@v1
22 # TODO: Should ideally be stable, but we use some nightly-only
28 - name: Run rustfmt
29 uses: actions-rs/cargo@v1
[all …]
/third_party/backends/backend/
Dplustek-pp_sysdep.h1 /* @file plustek-pp_sysdep.h
3 * kernel-versions some stuff is maybe not relevant, but anyway...
5 * Copyright (C) 2000-2013 Gerhard Jaeger <gerhard@gjaeger.de>
8 * 0.30 - initial version
9 * 0.38 - added this header
10 * 0.39 - added kernel 2.4 stuff
11 * 0.40 - added slab.h/malloc.h stuff for kernel >= 2.4.17
12 * 0.41 - no changes
13 * 0.42 - added _GET_TIME
14 * - added LINUX_26 for new kernel
[all …]
/third_party/NuttX/
DReleaseNotes14 "nuttx-6.27").
16 NuttX-0.1.0
17 -----------
20 with support for the Linux user mode simulation and the TI TMS320C5471
21 (Arm7) processor. Partial support for the 87C52 is included.
23 This release has been verified on both the Linux user-mode and C5471
25 for the C5471 can be found in arch/c5471/doc/test-results.txt.
29 NuttX-0.1.1
30 -----------
38 (3) Complete support for the 87C52. (However, the 87C52
[all …]