Searched refs:toolchain (Results 1 – 17 of 17) sorted by relevance
/qemu/tests/docker/dockerfiles/ |
H A D | debian-toolchain.docker | 2 # Docker toolchain cross-compiler 4 # This dockerfile is used for building a cross-compiler toolchain. 5 # The script for building the toolchain is supplied via extra-files. 30 ADD build-toolchain.sh /root/build-toolchain.sh 32 RUN cd /root && ./build-toolchain.sh 34 # Throw away the extra toolchain build deps, the downloaded source, 36 # then copying the built toolchain from stage 0.
|
H A D | debian-xtensa-cross.docker | 6 # https://github.com/foss-xtensa/toolchain/releases 26 …curl -#SL http://github.com/foss-xtensa/toolchain/releases/download/$TOOLCHAIN_RELEASE/x86_64-$TOO…
|
H A D | debian-tricore-cross.docker | 40 …ithub.com/bkoppelmann/package_940/releases/download/tricore-toolchain-9.40/tricore-toolchain-9.4.0…
|
H A D | debian-hexagon-cross.docker | 44 ENV TOOLCHAIN_URL https://codelinaro.jfrog.io/artifactory/codelinaro-toolchain-for-hexagon/${TOOLCH…
|
H A D | fedora-win64-cross.docker | 109 ENV MESON_OPTS "--cross-file=/usr/share/mingw/toolchain-mingw64.meson"
|
H A D | fedora-rust-nightly.docker | 168 ./rustup-init -y --no-modify-path --profile default --default-toolchain nightly --default-host ${rustArch} && \
|
/qemu/tests/docker/ |
H A D | Makefile.include | 94 debian-toolchain-run = \ 100 $(DOCKER_FILES_DIR)/$1.d/build-toolchain.sh, \ 111 debian-toolchain = $(call debian-toolchain-run,$(patsubst docker-image-%,%,$1)) 113 docker-image-debian-microblaze-cross: $(DOCKER_FILES_DIR)/debian-toolchain.docker \ 114 $(DOCKER_FILES_DIR)/debian-microblaze-cross.d/build-toolchain.sh 115 $(call debian-toolchain, $@) 122 DOCKER_VIRTUAL_IMAGES := debian-bootstrap debian-toolchain
|
/qemu/tests/tcg/mips/user/ase/msa/ |
H A D | README | 2 mips64el MSA-enabled CPU (I6400, I6500), using an appropriate MIPS toolchain.
|
/qemu/roms/ |
H A D | edk2-build.py | 149 def build_copy(plat, tgt, toolchain, dstdir, copy): argument 397 if options.toolchain: 398 cfg.set('global', 'tool', options.toolchain)
|
/qemu/docs/devel/ |
H A D | build-environment.rst | 83 ${MINGW_PACKAGE_PREFIX}-toolchain \
|
H A D | build-system.rst | 530 the toolchain and other configuration options.
|
/qemu/ |
H A D | README.rst | 49 Linux platforms, OS-X, Win32 (via the Mingw64 toolchain) and a variety
|
H A D | MAINTAINERS | 273 F: tests/docker/dockerfiles/debian-microblaze-cross.d/build-toolchain.sh
|
/qemu/linux-user/ |
H A D | gen-vdso-elfn.c.inc | 282 * ??? The RISC-V toolchain will emit these even when there
|
/qemu/docs/about/ |
H A D | build-platforms.rst | 152 toolchain, either hosted on Linux (Debian/Fedora) or via `MSYS2`_ on Windows.
|
H A D | removed-features.rst | 938 there is no available upstream toolchain to build binaries for it.
|
/qemu/docs/devel/testing/ |
H A D | main.rst | 370 across distros, toolchain flavors and library versions. The support
|