Home
last modified time | relevance | path

Searched +full:build +full:- +full:cross +full:- +full:qemu (Results 1 – 25 of 35) sorted by relevance

12

/third_party/libuv/.github/workflows/
DCI.yml6 build-windows:
7 runs-on: windows-${{ matrix.config.server }}
8 name: build-${{ matrix.config.toolchain}}-${{ matrix.config.arch}}
10 fail-fast: false
13 - {toolchain: Visual Studio 15 2017, arch: Win32, server: 2016}
14 - {toolchain: Visual Studio 15 2017, arch: x64, server: 2016}
15 - {toolchain: Visual Studio 16 2019, arch: Win32, server: 2019}
16 - {toolchain: Visual Studio 16 2019, arch: x64, server: 2019}
17 - {toolchain: Visual Studio 17 2022, arch: Win32, server: 2022}
18 - {toolchain: Visual Studio 17 2022, arch: x64, server: 2022}
[all …]
/third_party/toybox/scripts/
Dmkroot.sh4 [ -z "$NOCLEAR" ] &&
5 exec env -i NOCLEAR=1 HOME="$HOME" PATH="$PATH" LINUX="$LINUX" \
9 while [ $# -ne 0 ]
17 # If we're cross compiling, set appropriate environment variables.
18 if [ -z "$CROSS_COMPILE" ]
21 if ! cc --static -xc - -o /dev/null <<< "int main(void) {return 0;}"
29 [ -z "$CROSS_SHORT" ] && CROSS_SHORT="${CROSS_BASE/-*/}"
30 echo "Cross compiling to $CROSS_SHORT"
31 if [ -z "$CROSS_PATH" ]
40 [ -z "$BUILD" ] && BUILD="$TOP/build"
[all …]
/third_party/lz4/
D.travis.yml7 - name: (macOS) General Test
11 - make # test library build
12 - make clean
13- make test MOREFLAGS='-Werror -Wconversion -Wno-sign-conversion' | tee # test scenario where `std…
15 # Container-based 12.04 LTS Server Edition 64 bit (doesn't support 32-bit includes)
16 - name: (Precise) benchmark test
19 - make -C tests test-lz4 test-lz4c test-fullbench
21 - name: (Precise) frame and fuzzer test
24 - sudo sysctl -w vm.mmap_min_addr=4096
26 - make -C tests test-frametest test-fuzzer
[all …]
/third_party/toybox/
DREADME1 Toybox: all-in-one Linux command line.
3 --- Getting started
13 wget http://landley.net/toybox/bin/toybox-x86_64
14 chmod +x toybox-x86_64
15 ./toybox-x86_64 echo hello world
17 --- Building toybox
19 Type "make help" for build instructions.
30 LDFLAGS="--static" CROSS_COMPILE=armv5l- make defconfig toybox
34 that control the toybox build; if you export any of these variables into your
38 toybox to run on the current machine. Cross compiling requires an appropriately
[all …]
/third_party/grpc/tools/dockerfile/grpc_artifact_linux_armv7/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
20 # Place any extra build instructions between these commands
22 # for build steps because running them under QEMU is very slow
23 # (https://github.com/kpayson64/armv7hf-debian-qemu)
24 RUN [ "cross-build-start" ]
25 RUN find /usr/local/bin -regex '.*python[0-9]+\.[0-9]+' | xargs -n1 -i{} bash -c "{} -m pip install…
26 RUN [ "cross-build-end" ]
/third_party/grpc/tools/dockerfile/grpc_artifact_linux_armv6/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
20 # Place any extra build instructions between these commands
22 # for build steps because running them under QEMU is very slow
23 # (https://github.com/kpayson64/armv7hf-debian-qemu)
24 RUN [ "cross-build-start" ]
25 RUN find /usr/local/bin -regex '.*python[0-9]+\.[0-9]+' | xargs -n1 -i{} bash -c "{} -m pip install…
26 RUN [ "cross-build-end" ]
/third_party/openssl/
DNOTES.ANDROID6 -------------------
16 -------------
18 Android is a naturally cross-compiled target and you can't use ./config.
20 android-arm, android-arm64, android-mips, android-mip64, android-x86
21 and android-x86_64 (*MIPS targets are no longer supported with NDK R20+).
22 Do not pass --cross-compile-prefix (as you might be tempted), as it will
28 NDK directory. If you're using a side-by-side NDK the path will look
29 something like /some/where/android-sdk/ndk/<ver>, and for a standalone
30 NDK the path will be something like /some/where/android-ndk-<ver>.
32 The NDK customarily supports multiple Android API levels, e.g. android-14,
[all …]
/third_party/optimized-routines/
DREADME2 ----------------------
8 contributor-agreement.pdf. This is needed so upstreaming code
16 build/ - build directory (created by make).
17 math/ - math subproject sources.
18 math/include/ - math library public headers.
19 math/test/ - math test and benchmark related sources.
20 math/tools/ - tools used for designing the algorithms.
21 networking/ - networking subproject sources.
22 networking/include/ - networking library public headers.
23 networking/test/ - networking test and benchmark related sources.
[all …]
Dconfig.mk.dist3 # Copyright (c) 2018-2020, Arm Limited.
4 # SPDX-License-Identifier: MIT
6 # Subprojects to build
12 # Use for cross compilation with gcc.
13 #CROSS_COMPILE = aarch64-none-linux-gnu-
17 CFLAGS = -std=c99 -pipe -O3
18 CFLAGS += -Wall -Wno-missing-braces
19 CFLAGS += -Werror=implicit-function-declaration
23 HOST_CFLAGS = -std=c99 -O2
24 HOST_CFLAGS += -Wall -Wno-unused-function
[all …]
/third_party/skia/third_party/externals/brotli/
DCMakeLists.txt10 message(STATUS "Setting build type to Release as none was specified.")
11 set(CMAKE_BUILD_TYPE "Release" CACHE STRING "Choose the type of build." FORCE)
13 message(STATUS "Build type is '${CMAKE_BUILD_TYPE}'")
24 message("-- Compiler is EMSCRIPTEN")
26 message("-- Compiler is not EMSCRIPTEN")
36 # depending on whether or not we are the top-level project.
58 string(SUBSTRING "${_tail}" 1 -1 _tail)
80 file(STRINGS "c/common/version.h" _brotli_version_line REGEX "^#define BROTLI_VERSION (0x[0-9a-fA-F…
81 string(REGEX REPLACE "^#define BROTLI_VERSION 0x([0-9a-fA-F]+)$" "\\1" _brotli_version_hex "${_brot…
90 …S "c/common/version.h" _brotli_abi_info_line REGEX "^#define BROTLI_ABI_VERSION (0x[0-9a-fA-F]+)$")
[all …]
D.travis.yml5 - master
11 - os: linux
12 env: BUILD_SYSTEM=cmake C_COMPILER=gcc-7 CXX_COMPILER=g++-7
16 - ubuntu-toolchain-r-test
18 - gcc-7
19 - g++-7
20 - os: linux
21 env: BUILD_SYSTEM=cmake C_COMPILER=gcc-4.4 CXX_COMPILER=g++-4.4
25 - ubuntu-toolchain-r-test
27 - gcc-4.4
[all …]
/third_party/toybox/www/
Dfaq.html2 <!--#include file="header.html" -->
26 <!-- get binaries -->
28 <li><h2><a href="#cross">How do I cross compile toybox?</h2></li>
30 <li><h2><a href="#mkroot">How do I build a working Linux system with toybox?</a></h2></li>
37 and <a href=http://landley.net/notes-2006.html#28-09-2006>started over from
39 <a href=http://lists.busybox.net/pipermail/busybox/2006-September/058617.html>protracted licensing …
42 <a href=http://landley.net/notes-2011.html#13-11-2011>relaunched</a>
44 <a href=http://landley.net/aboriginal/about.html#selfhost>self-hosting</a>.
48 after a lot of thinking <a href=http://landley.net/talks/ohio-2013.txt>about
49 licenses</a> and <a href=http://landley.net/notes-2011.html#21-03-2011>the
[all …]
Dnews.html2 <!--#include file="header.html" -->
5 into a single BSD-licensed executable that's simple, small, fast,
6 reasonably standards-compliant, and powerful enough to turn Android into
11 <a name="30-11-2021" /><a href="#30-11-2021"><hr><h2><b>November 30, 2021</b></h2></a>
15 <p>- The Hitchhiker's Guide to the Galaxy</p></blockquote>
17 <p><a href=downloads/toybox-0.8.6.tar.gz>Toybox 0.8.6</a>
21 bootable under QEMU (using vanilla linux-5.15).</p>
26 …c support for the <a href=http://lists.landley.net/pipermail/toybox-landley.net/2021-August/012497…
27 although it just builds a chroot filesystem, you can't boot a hexagon kernel under qemu
28 <a href=https://lists.nongnu.org/archive/html/qemu-devel/2021-07/msg06430.html>quite yet</a>.)</p>
[all …]
Dindex.html2 <!--#include file="header.html" -->
5 into a single BSD-licensed executable that's simple, small, fast,
6 reasonably standards-compliant, and powerful enough to turn Android into
11 <a name="30-11-2021" /><a href="#30-11-2021"><hr><h2><b>November 30, 2021</b></h2></a>
15 <p>- The Hitchhiker's Guide to the Galaxy</p></blockquote>
17 <p><a href=downloads/toybox-0.8.6.tar.gz>Toybox 0.8.6</a>
21 bootable under QEMU (using vanilla linux-5.15).</p>
26 …c support for the <a href=http://lists.landley.net/pipermail/toybox-landley.net/2021-August/012497…
27 although it just builds a chroot filesystem, you can't boot a hexagon kernel under qemu
28 <a href=https://lists.nongnu.org/archive/html/qemu-devel/2021-07/msg06430.html>quite yet</a>.)</p>
[all …]
/third_party/flutter/skia/third_party/externals/sdl/docs/
DREADME-raspberrypi.md20 Raspbian Build Dependencies
23 sudo apt-get install libudev-dev libasound2-dev libdbus-1-dev
28 sudo apt-get install libraspberrypi0 libraspberrypi-bin libraspberrypi-dev
31 Cross compiling from x86 Linux
34 To cross compile SDL for Raspbian from your desktop machine, you'll need a
35 Raspbian system root and the cross compilation tools. We'll assume these tools
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.
[all …]
/third_party/jerryscript/
D.travis.yml9 script: tools/run-tests.py $OPTS
14 - name: "Checks"
16- tools/run-tests.py --check-signed-off=travis --check-doxygen --check-vera --check-license --chec…
17 - travis_wait 40 tools/run-tests.py --check-cppcheck
22 - name: "Linux/x86-64 Build, Correctness & Debugger Tests"
24 - OPTS="--quiet --jerry-tests --jerry-test-suite --jerry-debugger"
26 - name: "Linux/x86 (cpointer-32bit) Build & Correctness Tests"
28- OPTS="--quiet --jerry-tests --jerry-test-suite --buildoptions=--compile-flag=-m32,--cpointer-32b…
31 packages: [gcc-multilib]
33 - name: "Linux/ARM Build & Correctness Tests"
[all …]
/third_party/mesa3d/docs/
Dmeson.rst5 ---------------
10 **Mesa's Meson build system is generally considered stable and ready for
15 Mesa requires Meson >= 0.52.0 to build.
19 <https://mesonbuild.com/Getting-meson.html>`__ to install the
22 The Meson build of Mesa is tested on Linux, macOS, Windows, Cygwin,
25 Unix-like OSes
31 .. code-block:: console
33 sudo apt-get install meson # Ubuntu
37 .. code-block:: console
44 You'll also need `Ninja <https://ninja-build.org/>`__. If it's not
[all …]
/third_party/libuv/
DCMakeLists.txt21 "Build the unit tests when BUILD_TESTING is enabled and we are the root project" ON
24 "Build the benchmarks when building unit tests and we are the root project" ON
27 # Qemu Build
28 option(QEMU "build for qemu" OFF) option
29 if(QEMU)
30 add_definitions(-D__QEMU__=1)
37 message(SEND_ERROR "Sanitizer support requires clang or gcc. Try again with -DCMAKE_C_COMPILER.")
41 add_definitions(-D__ASAN__=1)
42 set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fno-omit-frame-pointer -fsanitize=address")
43 …set (CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -fno-omit-frame-pointer -fsanitize=ad…
[all …]
DChangeLog7 * macos: don't use thread-unsafe strtok() (Ben Noordhuis)
42 * build: fix cmake install locations (Jameson Nash)
46 * build: rename CFLAGS to AM_CFLAGS (Jameson Nash)
58 * build: export uv_a for cmake (WenTao Ou)
60 * loop: add pending work to loop-alive check (Jameson Nash)
68 * bench: add `uv_queue_work` ping-pong measurement (Momtchil Momtchev)
70 * build: fix error C4146 on MSVC (UMU)
72 * test: fix benchmark-ping-udp (Ryan Liptak)
92 * doc: checkout -> check out (wyckster)
96 * hurd: unbreak build on GNU/Hurd (Vittore F. Scolari)
[all …]
/third_party/python/Misc/NEWS.d/
D3.6.1rc1.rst4 .. release date: 2017-03-04
14 .. nonce: G5iS-P
78 Fixed use-after-free problem in key sharing dict.
112 .. nonce: 7-uEDT
115 Fix memory leak and use-after-free in os module (path_converter).
149 .. nonce: K6wQ-3
162 UTF-8, instead of the locale encoding to avoid inconsistencies with
163 os.fsencode() and os.fsdecode() which are already using UTF-8.
173 triggerable by a monkey-patched len() function.
182 f-string expressions are no longer accepted as docstrings and by
[all …]
/third_party/libwebsockets/
Dchangelog2 ---------
7 - Add full CBOR stream parsing and writing support, with huge
9 See ./READMEs/README.cbor-lecp.md
10 - Add COSE key and signing / validation support with huge amount of
14 See ./READMEs/README.cbor-cose.md
15 - JIT Trust: for constrained devices, provides a way to determine the
19 See ./READMEs/README.jit-trust.md
20 - Add support for client Netscape cookie jar with caching
21 - Secure Streams: issue LWSSSCS_EVENT_WAIT_CANCELLED state() when
22 lws_cancel_service() called, so cross-thread events can be handled
[all …]
/third_party/NuttX/
DREADME.md4 - Incubation Status
6 - Getting Help
7 - Mailing Lists
8 - Issue Tracker
9 - Source Code
10 - Website Source Code
12 - Installing Cygwin
13 - Ubuntu Bash under Windows 10
14 - Using macOS
16 - Download and Unpack
[all …]
/third_party/musl/
DWHATSNEW1 0.5.0 - initial release
5 0.5.9 - signal ABI bugfix, various cleanup and fixes:
25 many internal improvements have been made to the syscall-related code
30 0.6.0 - x86_64 port, various important bugs fixed
33 along with PORTING guide. source tree layout and build system have
48 0.7.0 - major improvements to posix conformance and completeness
61 malloc(0) now returns a non-null pointer.
64 hanging), and non-default-type mutex behavior.
67 libgcc with dwarf2 unwind support, and possibly other low-level tools.
69 improved musl-gcc compiler wrapper.
[all …]
/third_party/libffi/
DChangeLog3 Date: Sat Nov 23 10:24:58 2019 -0500
9 Date: Sat Nov 23 09:42:04 2019 -0500
15 Date: Sat Nov 23 09:00:14 2019 -0500
21 Date: Sat Nov 23 08:48:53 2019 -0500
27 Date: Sat Nov 23 07:49:58 2019 -0500
33 Date: Sat Nov 23 07:44:26 2019 -0500
39 Date: Fri Nov 22 19:49:38 2019 -0500
45 Date: Fri Nov 22 19:27:34 2019 -0500
52 Date: Fri Nov 22 18:55:36 2019 -0500
58 Date: Fri Nov 22 18:54:30 2019 -0500
[all …]
/third_party/pcre2/pcre2/
DRunTest5 # selected, depending on which build-time options were used.
8 # JIT, unless "-nojit" is given on the command line. There are also two tests
9 # for JIT-specific features, one to be run when JIT support is available
10 # (unless "-nojit" is specified), and one when it is not.
12 # Whichever of the 8-, 16- and 32-bit libraries exist are tested. It is also
13 # possible to select which to test by giving "-8", "-16" or "-32" on the
16 # As well as "-nojit", "-8", "-16", and "-32", arguments for this script are
17 # individual test numbers, ranges of tests such as 3-6 or 3- (meaning 3 to the
18 # end), or a number preceded by ~ to exclude a test. For example, "3-15 ~10"
27 # Other arguments can be one of the words "-valgrind", "-valgrind-log", or
[all …]

12