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/flutter/skia/third_party/externals/sdl/docs/
DREADME-raspberrypi.md23 sudo apt-get install libudev-dev libasound2-dev libdbus-1-dev
28 sudo apt-get install libraspberrypi0 libraspberrypi-bin libraspberrypi-dev
36 will be placed in /opt/rpi-tools
38 sudo git clone --depth 1 https://github.com/raspberrypi/tools /opt/rpi-tools
42 After unzipping, you'll get file with a name like: "<date>-wheezy-raspbian.img"
43 Let's assume the sysroot will be built in /opt/rpi-sysroot.
45 export SYSROOT=/opt/rpi-sysroot
46 sudo kpartx -a -v <path_to_raspbian_image>.img
47 sudo mount -o loop /dev/mapper/loop0p2 /mnt
48 sudo cp -r /mnt $SYSROOT
[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 …]