Home
last modified time | relevance | path

Searched +full:gcc +full:- +full:arm +full:- +full:linux +full:- +full:gnueabi (Results 1 – 25 of 29) sorted by relevance

12

/third_party/rust/crates/rustix/.github/workflows/
Dtest-users.yml10 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 …]
Dmain.yml6 - 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/
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/flutter/skia/third_party/externals/sdl/
DMakefile.pandora3 AR = arm-none-linux-gnueabi-ar
4 RANLIB = arm-none-linux-gnueabi-ranlib
5 CC = arm-none-linux-gnueabi-gcc
6 CXX = arm-none-linux-gnueabi-g++
7 STRIP = arm-none-linux-gnueabi-strip
9 CFLAGS = -O3 -march=armv7-a -mcpu=cortex-a8 -mtune=cortex-a8 -mfloat-abi=softfp \
10-mfpu=neon -ftree-vectorize -ffast-math -fomit-frame-pointer -fno-strict-aliasing -fsingle-precisi…
11 -I./include -I$(PNDSDK)/usr/include -DSDL_REVISION=0
21 ./src/joystick/linux/*.c ./src/haptic/linux/*.c ./src/timer/unix/*.c \
26 OBJECTS = $(shell echo $(SOURCES) | sed -e 's,\.c,\.o,g')
[all …]
/third_party/vk-gl-cts/framework/delibs/cmake/
Dtoolchain-raspi.cmake1 #-------------------------------------------------------------------------
3 # ----------------------------
11 # http://www.apache.org/licenses/LICENSE-2.0
19 #-------------------------------------------------------------------------
22 set(CMAKE_SYSTEM_NAME Linux)
27 set(CC_PATH "/opt/raspi/tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi" CACHE STRING "Cross co…
28 set(CROSS_COMPILE "${CC_PATH}/bin/arm-bcm2708hardfp-linux-gnueabi-" CACHE STRING "Cross compiler…
29 set(SYSROOT_PATH "${CC_PATH}/arm-bcm2708hardfp-linux-gnueabi/sysroot" CACHE STRING "Raspbian sysr…
31 set(CMAKE_C_COMPILER "${CROSS_COMPILE}gcc")
/third_party/lz4/.circleci/images/primary/
DDockerfile1 FROM circleci/buildpack-deps:bionic
3 RUN sudo apt-get -y -qq update
4 RUN sudo apt-get -y install software-properties-common
5 RUN sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
6 RUN sudo apt-get -y install cmake
7 RUN sudo apt-get -y install qemu-system-ppc qemu-user-static qemu-system-arm
8 RUN sudo apt-get -y install libc6-dev-armel-cross libc6-dev-arm64-cross libc6-dev-i386
9 RUN sudo apt-get -y install clang clang-tools
10 RUN sudo apt-get -y install gcc-5 gcc-5-multilib gcc-6
11 RUN sudo apt-get -y install valgrind
[all …]
/third_party/littlefs/.github/workflows/
Dtest.yml5 CFLAGS: -Werror
6 MAKEFLAGS: -j
11 runs-on: ubuntu-18.04
13 fail-fast: false
18 - uses: actions/checkout@v2
19 - name: install
22 sudo apt-get update -qq
23 sudo apt-get install -qq python3 python3-pip lcov
25 gcc --version
27 # setup a ram-backed disk to speed up reentrant tests
[all …]
/third_party/openh264/
DREADME.md6 ----------------
7 - Constrained Baseline Profile up to Level 5.2 (Max frame size is 36864 macro-blocks)
8 - Arbitrary resolution, not constrained to multiples of 16x16
9 - Rate control with adaptive quantization, or constant quantization
10 - Slice options: 1 slice per frame, N slices per frame, N macroblocks per slice, or N bytes per sli…
11 - Multiple threads automatically used for multiple slices
12 - Temporal scalability up to 4 layers in a dyadic hierarchy
13 - Simulcast AVC up to 4 resolutions from a single input
14 - Spatial simulcast up to 4 resolutions from a single input
15 - Long Term Reference (LTR) frames
[all …]
/third_party/mbedtls/
D.travis.yml2 # and pip is available. Gcc and clang are available anyway.
10 - name: basic checks and reference configurations
14 - gnutls-bin
15 - doxygen
16 - graphviz
17 - gcc-arm-none-eabi
18 - libnewlib-arm-none-eabi
19 - gcc-arm-linux-gnueabi
20 - libc6-dev-armel-cross
22 - tests/scripts/all.sh -k 'check_*'
[all …]
/third_party/lz4/.circleci/
Dconfig.yml17 shell: /bin/bash --login
19 …t or see https://circleci.com/docs/2.0/env-vars/#interpolating-environment-variables-to-set-other-
21 CIRCLE_ARTIFACTS: /tmp/circleci-artifacts
22 CIRCLE_TEST_REPORTS: /tmp/circleci-test-results
23 …# In CircleCI 1.0 we used a pre-configured image with a large number of languages and other packag…
24 # In CircleCI 2.0 you can now specify your own image, or use one of our pre-configured images.
26 # We have selected a pre-built image that mirrors the build environment we use on
29 # VM instead of a container) see https://circleci.com/docs/2.0/executor-types/
30 # To see the list of pre-built images that CircleCI provides for most common languages see
31 # https://circleci.com/docs/2.0/circleci-images/
[all …]
/third_party/jerryscript/cmake/
Dtoolchain_linux_armv7l-el.cmake7 # http://www.apache.org/licenses/LICENSE-2.0
15 set(CMAKE_SYSTEM_NAME Linux)
16 set(CMAKE_SYSTEM_PROCESSOR armv7l-el)
18 set(CMAKE_C_COMPILER arm-linux-gnueabi-gcc)
20 set(FLAGS_COMMON_ARCH -mlittle-endian -mthumb)
/third_party/openssl/.github/workflows/
Dcross-compiles.yml1 # Copyright 2021-2022 The OpenSSL Project Authors. All Rights Reserved.
16 cross-compilation:
18 fail-fast: false
21 # arch: the architecture to build for, this defines the tool-chain
22 # prefix {arch}- and the Debian compiler package gcc-{arch}
35 arch: aarch64-linux-gnu,
36 libs: libc6-dev-arm64-cross,
37 target: linux-aarch64
39 arch: alpha-linux-gnu,
40 libs: libc6.1-dev-alpha-cross,
[all …]
/third_party/skia/third_party/externals/brotli/
DMakefile13 CFLAGS += -O2
15 CPPFLAGS += -DOS_MACOSX
19 CC=$(CROSS_COMPILE)-gcc
20 ARCH=$(firstword $(subst -, ,$(CROSS_COMPILE)))
21 BROTLI_WRAPPER="qemu-$(ARCH) -L /usr/$(CROSS_COMPILE)"
24 # The arm-linux-gnueabi compiler defaults to Armv5. Since we only support Armv7
26 ifeq ($(ARCH), arm)
27 CFLAGS += -march=armv7-a -mfloat-abi=hard -mfpu=neon
36 mkdir -p $@
39 $(CC) $(LDFLAGS) $(OBJECTS) -lm -o $(BINDIR)/$(EXECUTABLE)
[all …]
/third_party/mbedtls/tests/scripts/
Dall.sh6 # SPDX-License-Identifier: Apache-2.0
12 # http://www.apache.org/licenses/LICENSE-2.0
27 # -------
32 # ---------------
44 # * Basic Unix tools (Windows users note: a Unix-style find must be before
49 # * GCC and Clang (recent enough for using ASan with gcc and MemSan with clang, or valgrind)
51 # * arm-gcc and mingw-gcc
52 # * ArmCC 5 and ArmCC 6, unless invoked with --no-armcc
62 # The behavior on an error depends on whether --keep-going (alias -k)
64 # * Without --keep-going: the script stops on the first error without
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DTriple.cpp1 //===--- Triple.cpp - Target triple helper class --------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
30 case arm: return "arm"; in getArchTypeName()
90 case arm: in getArchTypePrefix()
93 case thumbeb: return "arm"; in getArchTypePrefix()
201 case Linux: return "linux"; in getOSTypeName()
234 case GNUEABI: return "gnueabi"; in getEnvironmentTypeName()
273 .Case("arm", arm) in getArchTypeForLLVMName()
300 .Case("x86-64", x86_64) in getArchTypeForLLVMName()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DTriple.h1 //===-- llvm/ADT/Triple.h - Target triple helper class ----------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
14 // Some system headers or GCC predefined macros conflict with identifiers in
22 /// Triple - Helper class for working with autoconf configuration names. For
27 /// ARCHITECTURE-VENDOR-OPERATING_SYSTEM
29 /// ARCHITECTURE-VENDOR-OPERATING_SYSTEM-ENVIRONMENT
38 /// Clients that need to handle the non-canonical triples that users often
48 arm, // ARM (little endian): arm, armv.*, xscale enumerator
49 armeb, // ARM (big endian): armeb
[all …]
/third_party/mbedtls/docs/
Dgetting_started.md14 The Mbed Crypto library is a reference implementation of the cryptography interface of the Arm Plat…
20 Arm's Platform Security Architecture (PSA) is a holistic set of threat models,
25 * [Getting the Mbed Crypto library](#getting-the-mbed-crypto-library)
26 * [Building the Mbed Crypto library](#building-the-mbed-crypto-library)
27 * [Using the Mbed Crypto library](#using-the-mbed-crypto-library)
28 * [Importing a key](#importing-a-key)
29 * [Signing a message using RSA](#signing-a-message-using-RSA)
30 * [Encrypting or decrypting using symmetric ciphers](#encrypting-or-decrypting-using-symmetric-ciph…
31 * [Hashing a message](#hashing-a-message)
32 * [Deriving a new key from an existing key](#deriving-a-new-key-from-an-existing-key)
[all …]
/third_party/python/
Dconfigure.ac2 dnl * Please run autoreconf -if to test your changes! *
5 dnl Python's configure script requires autoconf 2.69 and autoconf-archive.
18 [AC_MSG_ERROR([Please install autoconf-archive package and re-run autoreconf])]
22 if test "$srcdir" != . -a "$srcdir" != "$(pwd)"; then
23 # If we're building out-of-tree, we need to make sure the following
25 # Objects/ -> typeslots.inc
26 # Include/ -> Python.h
27 # Python/ -> importlib.h
29 # regenerated when building out-of-tree, regardless of whether or not
30 # the $srcdir counterpart is up-to-date. This is an acceptable trade
[all …]
Dconfig.guess3 # Copyright 1992-2021 Free Software Foundation, Inc.
7 timestamp='2021-06-03'
34 # Please send patches to <config-patches@gnu.org>.
40 # variety of pre-POSIX systems that do not have POSIX shells at all, and
41 # even some reasonably current systems (Solaris 10 as case-in-point) still
42 # have a pre-POSIX /bin/sh.
45 me=`echo "$0" | sed -e 's,.*/,,'`
53 -h, --help print this help, then exit
54 -t, --time-stamp print date of last modification, then exit
55 -v, --version print version number, then exit
[all …]
Dconfigure2 # Guess values for system-dependent variables and create Makefiles.
8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
13 ## -------------------- ##
15 ## -------------------- ##
19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
24 alias -g '${1+"$@"}'='"$@"'
27 case `(set -o) 2>/dev/null` in #(
29 set -o posix ;; #(
45 if test -z "$BASH_VERSION$ZSH_VERSION" \
[all …]
/third_party/freetype/builds/unix/
Dconfig.guess3 # Copyright 1992-2022 Free Software Foundation, Inc.
7 timestamp='2022-01-09'
34 # Please send patches to <config-patches@gnu.org>.
40 # variety of pre-POSIX systems that do not have POSIX shells at all, and
41 # even some reasonably current systems (Solaris 10 as case-in-point) still
42 # have a pre-POSIX /bin/sh.
45 me=`echo "$0" | sed -e 's,.*/,,'`
53 -h, --help print this help, then exit
54 -t, --time-stamp print date of last modification, then exit
55 -v, --version print version number, then exit
[all …]
/third_party/mtdev/config-aux/
Dconfig.guess7 timestamp='2009-12-30'
21 # Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
22 # 02110-1301, USA.
31 # diff format) to <config-patches@gnu.org> and include a ChangeLog
41 me=`echo "$0" | sed -e 's,.*/,,'`
49 -h, --help print this help, then exit
50 -t, --time-stamp print date of last modification, then exit
51 -v, --version print version number, then exit
53 Report bugs and patches to <config-patches@gnu.org>."
67 Try \`$me --help' for more information."
[all …]
/third_party/libabigail/tests/data/test-diff-filter/
Dtest31-pr18535-libstdc++-4.8.3.so__gmon_start__ _ITM_deregisterTMCloneTable __aeabi_unwind_cpp_pr0 _ITM_registerTMCloneTable __cxa_finalize _Jv_RegisterClasses acos asin atan2 atan ceil cosh floor fmod frexp hypot ldexp log10 modf ...
Dtest31-pr18535-libstdc++-4.9.2.so__gmon_start__ _ITM_deregisterTMCloneTable __aeabi_unwind_cpp_pr0 _ITM_registerTMCloneTable __cxa_finalize _Jv_RegisterClasses _ZSt20__throw_length_errorPKc _ZNSs4_Rep20_S_empty_rep_storageE __gxx_personality_v0 _ZNSi6sentryC1ERSib _ZNSt9basic_iosIcSt11char_traitsIcEE5clearESt12_Ios_Iostate __cxa_begin_catch __cxa_rethrow __cxa_end_catch __cxa_end_cleanup _ZTIN10__cxxabiv115__forced_unwindE _ZNKSt12__basic_fileIcE7is_openEv wmemcpy wmemmove ...
/third_party/libevdev/
Dthird_party_libevdev.diff1 diff -Naur third-party-libevdev-bak/COPYING third-party-new/COPYING
2 --- third-party-libevdev-bak/COPYING 2023-03-28 10:49:53.360511300 +0800
3 +++ third-party-new/COPYING 2023-04-03 14:16:25.837444300 +0800
4 @@ -1,23 +1,26 @@
5 +SPDX-License-Identifier: MIT
10 -Permission to use, copy, modify, distribute, and sell this software and its
11 -documentation for any purpose is hereby granted without fee, provided that
12 -the above copyright notice appear in all copies and that both that copyright
13 -notice and this permission notice appear in supporting documentation, and
14 -that the name of the copyright holders not be used in advertising or
[all …]

12