Searched +full:linux +full:- +full:arm (Results 1 – 25 of 517) sorted by relevance
12345678910>>...21
| /third_party/rust/crates/rustix/.github/workflows/ |
| D | test-users.yml | 10 runs-on: ${{ matrix.os }} 15 …build: [ubuntu, i686-linux, aarch64-linux, powerpc64le-linux, riscv64-linux, mipsel-linux, mips64e… 17 - build: ubuntu 18 os: ubuntu-latest 20 - build: i686-linux 21 os: ubuntu-latest 23 target: i686-unknown-linux-gnu 24 gcc_package: gcc-i686-linux-gnu 25 gcc: i686-linux-gnu-gcc 26 libc_package: libc-dev-i386-cross [all …]
|
| D | main.yml | 6 - main 13 runs-on: ubuntu-latest 15 - uses: actions/checkout@v3 18 - uses: ./.github/actions/install-rust 21 - run: cargo fmt --all -- --check 25 runs-on: ${{ matrix.os }} 30 - build: stable 31 os: ubuntu-latest 33 - build: nightly 34 os: ubuntu-latest [all …]
|
| /third_party/libuv/.github/workflows/ |
| D | CI-unix.yml | 1 name: CI-unix 6 - '**' 7 - '!docs/**' 8 - '!src/win/**' 9 - '!.**' 10 - '.github/workflows/CI-unix.yml' 13 - v[0-9].* 14 - master 17 build-linux: 18 runs-on: ubuntu-latest [all …]
|
| /third_party/mesa3d/ohos/ |
| D | meson_cross_process.py | 2 # -*- coding: utf-8 -*- 36 '-march=armv7-a', 37 '-mfloat-abi=softfp', 38 '-mtune=generic-armv7-a', 39 '-mfpu=neon', 40 '-mthumb', 41 '--target=arm-linux-ohosmusl', 42 '--sysroot=sysroot_stub', 43 '-fPIC'] 46 '-march=armv7-a', [all …]
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/test/config_level0/micro/ |
| D | himix200.toolchain.cmake | 1 set(CMAKE_SYSTEM_NAME Linux) 2 set(CMAKE_SYSTEM_PROCESSOR arm) 5 set(TOOLCHAIN_PATH $ENV{HISI_TOOLCHAIN_PATH}/hisi-linux/x86_arm) 7 set(TOOLCHAIN_PATH "/opt/hisi-linux/x86-arm") 9 set(CMAKE_C_COMPILER ${TOOLCHAIN_PATH}/arm-himix200-linux/bin/arm-himix200-linux-gcc) 10 set(CMAKE_CXX_COMPILER ${TOOLCHAIN_PATH}/arm-himix200-linux/bin/arm-himix200-linux-g++) 14 if(NOT ${GCC_PATH} STREQUAL "GCC_PATH-NOTFOUND" AND NOT ${GXX_PATH} STREQUAL "GXX_PATH-NOTFOUND") 24 set(CROSS_COMPILATION_ARCHITECTURE armv7-a) 26 set(CMAKE_CXX_FLAGS "-march=armv7-a -mfloat-abi=softfp -mfpu=neon-vfpv4 ${CMAKE_CXX_FLAGS}") 31 set(HIMIX_STRIP ${TOOLCHAIN_PATH}/arm-himix200-linux/bin/arm-himix200-linux-strip)
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/cmake/ |
| D | himix200.toolchain.cmake | 1 set(CMAKE_SYSTEM_NAME Linux) 2 set(CMAKE_SYSTEM_PROCESSOR arm) 5 set(TOOLCHAIN_PATH $ENV{HISI_TOOLCHAIN_PATH}/hisi-linux/x86_arm) 7 set(TOOLCHAIN_PATH "/opt/hisi-linux/x86-arm") 9 set(CMAKE_C_COMPILER ${TOOLCHAIN_PATH}/arm-himix200-linux/bin/arm-himix200-linux-gcc) 10 set(CMAKE_CXX_COMPILER ${TOOLCHAIN_PATH}/arm-himix200-linux/bin/arm-himix200-linux-g++) 14 if(NOT ${GCC_PATH} STREQUAL "GCC_PATH-NOTFOUND" AND NOT ${GXX_PATH} STREQUAL "GXX_PATH-NOTFOUND") 24 set(CROSS_COMPILATION_ARCHITECTURE armv7-a) 26 set(CMAKE_CXX_FLAGS "-march=armv7-a -mfloat-abi=softfp -mfpu=neon-vfpv4 ${CMAKE_CXX_FLAGS}") 31 set(HIMIX_STRIP ${TOOLCHAIN_PATH}/arm-himix200-linux/bin/arm-himix200-linux-strip)
|
| D | himix100.toolchain.cmake | 1 set(CMAKE_SYSTEM_NAME Linux) 2 set(CMAKE_SYSTEM_PROCESSOR arm) 9 …CMAKE_C_COMPILER ${HISI_TOOLCHAIN_PATH}/hisi-linux/x86-arm/aarch64-himix100-linux/bin/aarch64-himi… 10 …AKE_CXX_COMPILER ${HISI_TOOLCHAIN_PATH}/hisi-linux/x86-arm/aarch64-himix100-linux/bin/aarch64-himi… 14 if(NOT ${GCC_PATH} STREQUAL "GCC_PATH-NOTFOUND" AND NOT ${GXX_PATH} STREQUAL "GXX_PATH-NOTFOUND") 24 set(CROSS_COMPILATION_ARCHITECTURE armv8-a) 26 set(CMAKE_CXX_FLAGS "-march=armv8-a ${CMAKE_CXX_FLAGS}") 31 set(HIMIX_STRIP ${HISI_TOOLCHAIN_PATH}/hisi-linux/x86-arm/aarch64-himix100-linux/bin/aarch64-himix1…
|
| /third_party/musl/scripts/build_lite/ |
| D | Makefile | 1 # Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved. 2 # Copyright (c) 2020-2022 Huawei Device Co., Ltd. All rights reserved. 30 ARCH = arm 35 MULTILIB = $(patsubst %.,%,$(shell $(CC) -print-multi-directory)) 37 TARGET = $(ARCH)-liteos-ohos 39 CROSS_COMPILE = $(CLANG:%clang=%llvm-) 40 CC = $(CLANG) --target=$(TARGET) $(ARCH_CFLAGS) 41 …subst $(dir $(shell $(filter-out $(ARCH_CFLAGS),$(CC)) -print-libgcc-file-name))%,/%,$(dir $(shell… 46 SED_ARGS = -e '/install-libs:/s/if/and/g' 50 LINUXKERNELDIR = $(TOPDIR)/kernel/linux/linux-5.10 [all …]
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/build/ |
| D | Makefile | 1 ifeq ($(KERNEL_TYPE), linux) 2 CC = arm-himix410-linux-gcc 3 AR = arm-himix410-linux-ar 4 LD=arm-himix410-linux-ld 5 CFLAGS := -MMD -O2 -g -w -fsigned-char 7 CC = ../../../../prebuilts/gcc/linux-x86/arm/arm-linux-ohoseabi-gcc/bin/arm-linux-ohoseabi-gcc 8 AR = ../../../../prebuilts/gcc/linux-x86/arm/arm-linux-ohoseabi-gcc/bin/arm-linux-ohoseabi-ar 9 CFLAGS := -flto -MMD -O2 -g -w -fsigned-char 14 ARCH_CFLAGS ?= --target=arm-liteos-ohos -march=armv7-a -mfloat-abi=softfp 16 AR := $(COMPILER_DIR)/bin/llvm-ar [all …]
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/build/ |
| D | Makefile | 1 ifeq ($(KERNEL_TYPE), linux) 2 CC = arm-himix410-linux-gcc 3 AR = arm-himix410-linux-ar 4 LD=arm-himix410-linux-ld 5 CFLAGS := -MMD -O2 -g -w -fsigned-char 7 CC = ../../../../prebuilts/gcc/linux-x86/arm/arm-linux-ohoseabi-gcc/bin/arm-linux-ohoseabi-gcc 8 AR = ../../../../prebuilts/gcc/linux-x86/arm/arm-linux-ohoseabi-gcc/bin/arm-linux-ohoseabi-ar 9 CFLAGS := -flto -MMD -O2 -g -w -fsigned-char 14 ARCH_CFLAGS ?= --target=arm-liteos-ohos -march=armv7-a -mfloat-abi=softfp 16 AR := $(COMPILER_DIR)/bin/llvm-ar [all …]
|
| /third_party/mesa3d/.gitlab-ci/container/debian/ |
| D | android_build.sh | 3 set -ex 11 apt-get install -y --no-remove $EPHEMERAL 14 ndk=android-ndk-r21d 15 wget -O $ndk.zip https://dl.google.com/android/repository/$ndk-linux-x86_64.zip 16 unzip -d / $ndk.zip "$ndk/toolchains/llvm/*" 20 rdfind -makehardlinks true -makeresultsfile false /android-ndk-r21d/ 22 find /android-ndk-r21d/ -type f | egrep -i "clang-check|clang-tidy|lldb" | xargs rm -f 24 sh .gitlab-ci/container/create-android-ndk-pc.sh /$ndk zlib.pc "" "-lz" "1.2.3" 26 sh .gitlab-ci/container/create-android-cross-file.sh /$ndk x86_64-linux-android x86_64 x86_64 27 sh .gitlab-ci/container/create-android-cross-file.sh /$ndk i686-linux-android x86 x86 [all …]
|
| /third_party/rust/crates/libc/ |
| D | Cargo.toml | 5 license = "MIT OR Apache-2.0" 7 repository = "https://github.com/rust-lang/libc" 8 homepage = "https://github.com/rust-lang/libc" 11 categories = ["external-ffi-bindings", "no-std", "os"] 19 features = ["const-extern-fn", "extra_traits"] 20 default-target = "x86_64-unknown-linux-gnu" 22 "aarch64-apple-darwin", 23 "aarch64-apple-ios", 24 "aarch64-linux-android", 25 "aarch64-pc-windows-msvc", [all …]
|
| /third_party/vk-gl-cts/toolchains/ |
| D | vkgl.toolchain.cmake | 1 add_definitions(-DDE_OS="DE_OS_UNIX") 2 add_definitions(-DDE_COMPILER="DE_COMPILER_CLANG") 3 add_definitions(-DDE_CPU="DE_CPU_ARM") 6 set(CMAKE_SYSTEM_NAME Linux) 8 SET ( CMAKE_SYSTEM_PROCESSOR arm ) 10 add_definitions(-DFE_TONEAREST=0x00000000) 11 add_definitions(-DFE_UPWARD=0x00400000) 12 add_definitions(-DFE_DOWNWARD=0x00800000) 13 add_definitions(-DFE_TOWARDZERO=0x00c00000) 14 #add_definitions(-D_XOPEN_SOURCE=600) [all …]
|
| /third_party/rust/crates/rustix/src/backend/libc/time/ |
| D | types.rs | 4 #[cfg(any(target_os = "android", target_os = "fuchsia", target_os = "linux"))] 9 any(target_arch = "arm", target_arch = "mips", target_arch = "x86"), 16 any(target_arch = "arm", target_arch = "mips", target_arch = "x86"), 31 any(target_arch = "arm", target_arch = "mips", target_arch = "x86"), 39 any(target_arch = "arm", target_arch = "mips", target_arch = "x86"), 54 any(target_arch = "arm", target_arch = "mips", target_arch = "x86"), 59 /// On 32-bit glibc platforms, `timespec` has anonymous padding fields, which 63 any(target_arch = "arm", target_arch = "mips", target_arch = "x86"), 81 any(target_arch = "arm", target_arch = "mips", target_arch = "x86"), 86 fn from(t: LibcTimespec) -> Self { in from() [all …]
|
| D | syscalls.rs | 6 #[cfg(any(target_os = "android", target_os = "fuchsia", target_os = "linux"))] 14 #[cfg(any(target_os = "android", target_os = "fuchsia", target_os = "linux"))] 23 any(target_arch = "arm", target_arch = "mips", target_arch = "x86"), 26 weak!(fn __clock_gettime64(c::clockid_t, *mut LibcTimespec) -> c::c_int); 28 any(target_arch = "arm", target_arch = "mips", target_arch = "x86"), 31 weak!(fn __clock_getres64(c::clockid_t, *mut LibcTimespec) -> c::c_int); 33 any(target_arch = "arm", target_arch = "mips", target_arch = "x86"), 37 weak!(fn __timerfd_gettime64(c::c_int, *mut LibcItimerspec) -> c::c_int); 39 any(target_arch = "arm", target_arch = "mips", target_arch = "x86"), 43 weak!(fn __timerfd_settime64(c::c_int, c::c_int, *const LibcItimerspec, *mut LibcItimerspec) -> c::… [all …]
|
| /third_party/rust/crates/linux-raw-sys/gen/ioctl/ |
| D | generate.sh | 2 set -ueo pipefail 4 # Linux's ioctl codes using function-style macros in their definition which 15 cflags="-Wall" 20 i686-linux-gnu-gcc -Iinclude -c list.c $cflags 21 i686-linux-gnu-gcc main.c list.o -o main.exe $cflags 23 x86_64-linux-gnu-gcc -Iinclude -c list.c $cflags 24 x86_64-linux-gnu-gcc main.c list.o -o main.exe $cflags 26 aarch64-linux-gnu-gcc -Iinclude -c list.c $cflags 27 aarch64-linux-gnu-gcc main.c list.o -o main.exe $cflags 28 qemu-aarch64 -L /usr/aarch64-linux-gnu ./main.exe >> "$out" [all …]
|
| /third_party/zlib/contrib/nuget/ |
| D | nuget.csproj | 7 <PackageId Condition="$([MSBuild]::IsOSPlatform('Linux'))">$(PackageId).linux</PackageId> 9 <Copyright>(C) 1995-2024 Jean-loup Gailly and Mark Adler</Copyright> 12 <!-- 15 --> 18 <Authors>Jean-loup Gailly and Mark Adler</Authors> 23 <!-- Package up Windows builds. --> 24 …vc17/x86/ZlibDll$(Configuration)/zlibwapi.dll" Pack="true" PackagePath="runtimes/win-x86/native" /> 25 …vc17/x64/ZlibDll$(Configuration)/zlibwapi.dll" Pack="true" PackagePath="runtimes/win-x64/native" /> 26 …ndows'))" Include="../vstudio/vc17/arm/ZlibDll$(Configuration)/zlibwapi.dll" Pack="true" PackagePa… 27 …/arm64/ZlibDll$(Configuration)/zlibwapi.dll" Pack="true" PackagePath="runtimes/win-arm64/native" /> [all …]
|
| /third_party/musl/scripts/ |
| D | porting.sh | 27 if [ ! -d ${DST_DIR} ]; then 28 mkdir -p ${DST_DIR} 30 cp -rfp ${SRC_DIR}/* ${DST_DIR} 31 cp -rfp ${SRC_DIR}/src/internal/linux/* ${DST_DIR}/src/internal 32 cp -rfp ${SRC_DIR}/src/hook/linux/* ${DST_DIR}/src/hook 33 cp -rfp ${SRC_DIR}/crt/linux/* ${DST_DIR}/crt 34 cp -rfp ${SRC_DIR}/src/linux/arm/linux/* ${DST_DIR}/src/linux/arm 35 cp -rfp ${SRC_DIR}/src/linux/aarch64/linux/* ${DST_DIR}/src/linux/aarch64 36 cp -rfp ${SRC_DIR}/src/linux/x86_64/linux/* ${DST_DIR}/src/linux/x86_64 37 cp -rfp ${SRC_DIR}/src/exit/linux/* ${DST_DIR}/src/exit [all …]
|
| /third_party/skia/third_party/externals/angle2/infra/config/generated/ |
| D | luci-milo.cfg | 1 # Auto-generated by lucicfg. 5 # https://luci-config.appspot.com/schemas/projects:luci-milo.cfg 14 name: "buildbucket/luci.angle.ci/android-arm-compile" 15 category: "compile|android|clang|arm" 19 name: "buildbucket/luci.angle.ci/android-arm-dbg-compile" 20 category: "compile|android|clang|arm" 24 name: "buildbucket/luci.angle.ci/android-arm64-dbg-compile" 29 name: "buildbucket/luci.angle.ci/android-arm64-test" 34 name: "buildbucket/luci.angle.ci/linux-asan-test" 35 category: "test|linux|clang|x64" [all …]
|
| D | luci-scheduler.cfg | 1 # Auto-generated by lucicfg. 5 # https://luci-config.appspot.com/schemas/projects:luci-scheduler.cfg 8 id: "android-arm-compile" 12 server: "cr-buildbucket.appspot.com" 14 builder: "android-arm-compile" 18 id: "android-arm-dbg-compile" 22 server: "cr-buildbucket.appspot.com" 24 builder: "android-arm-dbg-compile" 28 id: "android-arm64-dbg-compile" 32 server: "cr-buildbucket.appspot.com" [all …]
|
| /third_party/libffi/ |
| D | README.md | 2 libffi-3.4.1 was released on June 28, 2021. Check the libffi web page 19 told at run-time about the number and types of arguments used to call 46 | --------------- | ---------------- | ----------------------- | 48 | AArch64 | Linux | GCC | 50 | Alpha | Linux | GCC | 52 | ARC | Linux | GCC | 53 | ARM | Linux | GCC | 54 | ARM | iOS | GCC | 55 | ARM | Windows | MSVC | 56 | AVR32 | Linux | GCC | [all …]
|
| /third_party/rust/crates/nix/ |
| D | bors.toml | 3 "Android arm", 11 "Linux MIPS", 12 "Linux MIPS64 el", 13 "Linux MIPS64", 14 "Linux aarch64", 15 "Linux arm gnueabi", 16 "Linux arm-musleabi", 17 "Linux armv7 gnueabihf", 18 "Linux armv7 uclibceabihf", 19 "Linux i686 musl", [all …]
|
| /third_party/mesa3d/.gitlab-ci/container/ |
| D | create-cross-file.sh | 4 cross_file="/cross_file-$arch.txt" 5 /usr/share/meson/debcrossgen --arch $arch -o "$cross_file" 7 sed -i "s|/usr/bin/\([^-]*\)-linux-gnu\([^-]*\)-g|/usr/lib/ccache/\\1-linux-gnu\\2-g|g" "$cross_fil… 10 sed -i "s|cpu_family = 'i686'|cpu_family = 'x86'|g" "$cross_file" 12 # Rely on qemu-user being configured in binfmt_misc on the host 13 sed -i -e '/\[properties\]/a\' -e "needs_exe_wrapper = False" "$cross_file" 16 cc=`sed -n 's|c = .\(.*\).|\1|p' < $cross_file` 18 rust_target=aarch64-unknown-linux-gnu 20 rust_target=armv7-unknown-linux-gnueabihf 22 rust_target=i686-unknown-linux-gnu [all …]
|
| /third_party/rust/crates/libc/ci/docker/armv7-unknown-linux-uclibceabihf/ |
| D | Dockerfile | 3 RUN apt-get update && apt-get install -y --no-install-recommends \ 4 gcc libc6-dev qemu-user ca-certificates qemu-system-arm curl \ 5 xz-utils patch file 9 … curl --retry 5 -L https://toolchains.bootlin.com/downloads/releases/toolchains/armv7-eabihf/tarba… 10 tar xjf - -C /toolchain --strip-components=1 11 RUN /toolchain/relocate-sdk.sh 14 STAGING_DIR=/toolchain/armv7-buildroot-linux-uclibceabihf/sysroot \ 15 CC_armv7_unknown_linux_uclibceabihf=arm-buildroot-linux-uclibcgnueabihf-gcc \ 16 CARGO_TARGET_ARMV7_UNKNOWN_LINUX_UCLIBCEABIHF_LINKER=arm-buildroot-linux-uclibcgnueabihf-gcc \ 17 …ARGO_TARGET_ARMV7_UNKNOWN_LINUX_UCLIBCEABIHF_RUNNER="qemu-arm -L /toolchain/arm-buildroot-linux-uc…
|
| /third_party/libwebsockets/contrib/ |
| D | cross-arm-linux-gnueabihf.cmake | 2 # CMake Toolchain file for crosscompiling on ARM. 6 # cmake .. -DCMAKE_TOOLCHAIN_FILE=../cross-arm-linux-gnueabihf.cmake 9 set(CROSS_PATH /opt/gcc-linaro-arm-linux-gnueabihf-4.7-2013.02-01-20130221_linux) 12 set(CMAKE_SYSTEM_NAME Linux) 15 set(CMAKE_C_COMPILER "${CROSS_PATH}/bin/arm-linux-gnueabihf-gcc") 16 set(CMAKE_CXX_COMPILER "${CROSS_PATH}/bin/arm-linux-gnueabihf-g++") 20 # things according to their local policy, eg, Fedora is -O2 and Ubuntu is -O3 22 # our desire for cross-build release optimization policy for code built to run 26 # sane value for cross-build here. Notice some gcc versions enable broken 27 # optimizations with -O3. [all …]
|
12345678910>>...21