Searched +full:gcc +full:- +full:i686 +full:- +full:linux +full:- +full:gnu (Results 1 – 25 of 50) sorted by relevance
12
| /third_party/rust/crates/rustix/.github/workflows/ |
| 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 …]
|
| 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 …]
|
| /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/rust/crates/libc/ci/ |
| D | install-musl.sh | 3 # Install musl and musl-sanitized linux kernel headers 4 # to musl-{$1} directory 6 set -ex 9 MUSL="musl-${MUSL_VERSION}" 12 curl --retry 5 https://www.musl-libc.org/releases/${MUSL}.tar.gz | tar xzf - 19 CC=aarch64-linux-gnu-gcc \ 20 ./configure --prefix="/musl-${musl_arch}" --enable-wrapper=yes 21 make install -j4 26 CC=arm-linux-gnueabihf-gcc CFLAGS="-march=armv6 -marm -mfpu=vfp" \ 27 ./configure --prefix="/musl-${musl_arch}" --enable-wrapper=yes [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/rust-openssl/.circleci/ |
| D | config.yml | 6 key: registry-{{ .BuildNum }} 8 - /usr/local/cargo/registry/index 10 key: lib-{{ checksum "~/lib_key" }}-{{ checksum "test/build_openssl.sh" }} 18 - /openssl 20 key: deps-1.19.0-{{ checksum "Cargo.lock" }}-{{ checksum "~/lib_key" }}-2 28 - target 29 - /usr/local/cargo/registry/cache 34 - image: rust:1.19.0 36 - checkout 37 - run: apt-get update [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/linux/include/llvm/Config/ |
| D | llvm-config.h | 1 /*===------- llvm/Config/llvm-config.h - llvm configuration -------*- C -*-===*/ 6 /* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception */ 8 /*===----------------------------------------------------------------------===*/ 12 This is a C header that can be included in the llvm-c headers. */ 32 #define LLVM_DEFAULT_TARGET_TRIPLE "x86_64-unknown-linux-gnu" 34 #define LLVM_DEFAULT_TARGET_TRIPLE "i686-pc-linux-gnu" 36 #define LLVM_DEFAULT_TARGET_TRIPLE "armv7-linux-gnueabihf" 38 #define LLVM_DEFAULT_TARGET_TRIPLE "aarch64-linux-gnu" 40 #define LLVM_DEFAULT_TARGET_TRIPLE "mipsel-linux-gnu" 42 #define LLVM_DEFAULT_TARGET_TRIPLE "mips64el-linux-gnuabi64" [all …]
|
| /third_party/mesa3d/docs/ |
| D | meson.rst | 5 --------------- 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 45 already installed, use apt-get or dnf to install the *ninja-build* 53 modules (Mako). You also need pkg-config (a hard dependency of Meson), [all …]
|
| /third_party/openssl/ |
| D | NOTES-WINDOWS.md | 4 - [Native builds using Visual C++](#native-builds-using-visual-c++) 5 - [Native builds using Embarcadero C++Builder]( 6 #native-builds-using-embarcadero-c++-builder) 7 - [Native builds using MinGW](#native-builds-using-mingw) 8 - [Linking native applications](#linking-native-applications) 9 - [Hosted builds using Cygwin](#hosted-builds-using-cygwin) 21 run on the GNU-like development environment MSYS2 22 or run on Linux or Cygwin 25 for building (using GNU/Unix shell, compiler, and tools) and at run time. 31 The native builds using Visual C++ have a `VC-*` prefix. [all …]
|
| /third_party/elfutils/tests/ |
| D | run-lfs-symbols.sh | 6 # it under the terms of the GNU General Public License as published by 13 # GNU General Public License for more details. 15 # You should have received a copy of the GNU General Public License 16 # along with this program. If not, see <http://www.gnu.org/licenses/>. 18 . $srcdir/test-subr.sh 20 if ! grep -q -F '#define _FILE_OFFSET_BITS' ${abs_top_builddir}/config.h; then 31 # Built for Linux i686, without setting _FILE_OFFSET_BITS. 32 # $ gcc -m32 -O2 nolfs.c -o testfile-nolfs 33 testfiles testfile-nolfs 42 LFS=$(printf "$LFS_FORMAT" "${abs_srcdir}/lfs-symbols") [all …]
|
| D | run-readelf-mixed-corenote.sh | 7 # it under the terms of the GNU General Public License as published by 14 # GNU General Public License for more details. 16 # You should have received a copy of the GNU General Public License 17 # along with this program. If not, see <http://www.gnu.org/licenses/>. 19 . $srcdir/test-subr.sh 23 testrun_compare ${abs_top_builddir}/src/readelf -n testfile63 <<\EOF 33 orig_r0: -1, fpvalid: 1 34 r0: 1 r1: -1091672508 r2: -1091672500 37 r9: 0 r10: -1225703496 r11: -1091672844 45 HWCAP: 0xe8d7 <swp half thumb fast-mult vfp edsp> [all …]
|
| /third_party/ffmpeg/doc/ |
| D | platform.texi | 1 \input texinfo @c -*- texinfo -*- 2 @documentencoding UTF-8 13 @chapter Unix-like 15 Some parts of FFmpeg cannot be built with version 2.15 of the GNU 21 $(gcc -print-prog-name=as) --version 25 hard-coded path to gas. In the worst case pass @code{--disable-asm} 32 @code{--enable-pic} during FFmpeg configure) and add the following option 36 -Wl,-Bsymbolic 40 pass the correct linking flag (e.g. @code{-pie}) to @code{--extra-ldexeflags}. 44 BSD make will not build FFmpeg, you need to install and use GNU Make [all …]
|
| /third_party/mbedtls/tests/scripts/ |
| D | all.sh | 6 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later 15 # ------- 20 # --------------- 32 # * Basic Unix tools (Windows users note: a Unix-style find must be before 35 # * GNU Make 37 # * GCC and Clang (recent enough for using ASan with gcc and MemSan with clang, or valgrind) 39 # * arm-gcc and mingw-gcc 40 # * ArmCC 5 and ArmCC 6, unless invoked with --no-armcc 53 # The behavior on an error depends on whether --keep-going (alias -k) 55 # * Without --keep-going: the script stops on the first error without [all …]
|
| /third_party/python/Lib/test/ |
| D | test_sysconfig.py | 131 # Mac and Linux, shared library build. 146 # before bpo-45413, here we assert the posix_venv scheme does not regress 151 'site-packages') 168 # before bpo-45413, here we assert the posix_venv scheme does not regress 171 libpath = os.path.join('Lib', 'site-packages') 228 self.assertEqual(get_platform(), 'win-amd64') 233 '\n[GCC 4.0.1 (Apple Computer, Inc. build 5341)]') 238 'root:xnu-792.25.20~1/RELEASE_I386'), 'PowerPC')) 242 get_config_vars()['CFLAGS'] = ('-fno-strict-aliasing -DNDEBUG -g ' 243 '-fwrapv -O3 -Wall -Wstrict-prototypes') [all …]
|
| /third_party/skia/third_party/externals/libjpeg-turbo/ |
| D | BUILDING.md | 1 Building libjpeg-turbo 6 ------------------ 11 - [CMake](http://www.cmake.org) v2.8.12 or later 13 - [NASM](http://www.nasm.us) or [YASM](http://yasm.tortall.net) 14 (if building x86 or x86-64 SIMD extensions) 19 - NOTE: Currently, if it is desirable to hide the SIMD function symbols in 21 libjpeg-turbo, then NASM 2.14 or later or YASM must be used when 22 building libjpeg-turbo. 25 Red Hat Enterprise Linux 8 and in the PowerTools repository on CentOS 8, 28 The binary RPMs released by the NASM project do not work on older Linux [all …]
|
| /third_party/mesa3d/docs/drivers/ |
| D | svga3d.rst | 6 SVGA3D driver) for Linux using the latest source code. This driver gives 7 a Linux virtual machine access to the host's GPU for 8 hardware-accelerated 3D. VMware Workstation running on Linux or Windows 14 - The VM is configured for virtual hardware version 12. 15 - The host OS, GPU and graphics driver supports DX11 (Windows) or 16 OpenGL 4.0 (Linux, Mac) 17 - On Linux, the vmwgfx kernel module must be version 2.9.0 or later. 18 - A recent version of Mesa with the updated svga Gallium driver. 25 - Multisample antialiasing (2x, 4x) 26 - GL_ARB/AMD_draw_buffers_blend [all …]
|
| /third_party/openssl/util/perl/OpenSSL/ |
| D | config.pm | 2 # Copyright 1998-2023 The OpenSSL Project Authors. All Rights Reserved. 47 my @c_compilers = qw(clang gcc cc); 51 # This is a list to ensure that gnu comes last, as we've made it a fallback 56 my $v = `$CROSS_COMPILE$CC -v 2>&1`; 57 $v =~ m/(?:(?:clang|LLVM) version|.*based on LLVM)\s+([0-9]+\.[0-9]+)/; 60 gnu => sub { 62 my $nul = File::Spec->devnull(); 63 my $v = `$CROSS_COMPILE$CC -dumpversion 2> $nul`; 66 $v =~ s/^[a-zA-Z]*\-//; 77 [ 'A\/UX:.*', 'm68k-apple-aux3' ], [all …]
|
| /third_party/libevdev/build-aux/ |
| D | config.guess | 3 # Copyright 1992-2022 Free Software Foundation, Inc. 7 timestamp='2022-05-25' 10 # under the terms of the GNU General Public License as published by 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 # You should have received a copy of the GNU General Public License 20 # along with this program; if not, see <https://www.gnu.org/licenses/>. 22 # As a special exception to the GNU General Public License, if you 27 # of the GNU General Public License, version 3 ("GPLv3"). 32 # https://git.savannah.gnu.org/cgit/config.git/plain/config.guess 34 # Please send patches to <config-patches@gnu.org>. [all …]
|
| /third_party/glfw/docs/ |
| D | compile.md | 16 compile_deps and @ref compile_options sections for GLFW-specific information. 25 If you are on a Unix-like system such as Linux, FreeBSD or Cygwin or have 31 [CMake user guide][cmake-guide] that includes everything in this guide not 34 [cmake-guide]: https://cmake.org/cmake/help/latest/guide/user-interaction/ 40 all necessary dependencies for compiling GLFW, but on Unix-like systems like 41 Linux and FreeBSD you will need a few extra packages. 46 By default, both the Wayland and X11 backends are enabled on Linux and other Unix-like 55 On Debian and derivatives like Ubuntu and Linux Mint you will need the `libwayland-dev` 56 and `libxkbcommon-dev` packages to compile for Wayland and the `xorg-dev` meta-package to 60 sudo apt install libwayland-dev libxkbcommon-dev xorg-dev [all …]
|
| /third_party/protobuf/third_party/googletest/googletest/build-aux/ |
| D | config.guess | 3 # Copyright 1992-2018 Free Software Foundation, Inc. 5 timestamp='2018-02-24' 8 # under the terms of the GNU General Public License as published by 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 # You should have received a copy of the GNU General Public License 18 # along with this program; if not, see <https://www.gnu.org/licenses/>. 20 # As a special exception to the GNU General Public License, if you 25 # of the GNU General Public License, version 3 ("GPLv3"). 30 # https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess 32 # Please send patches to <config-patches@gnu.org>. [all …]
|
| /third_party/protobuf/ |
| D | config.guess | 3 # Copyright 1992-2018 Free Software Foundation, Inc. 5 timestamp='2018-02-24' 8 # under the terms of the GNU General Public License as published by 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 # You should have received a copy of the GNU General Public License 18 # along with this program; if not, see <https://www.gnu.org/licenses/>. 20 # As a special exception to the GNU General Public License, if you 25 # of the GNU General Public License, version 3 ("GPLv3"). 30 # https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess 32 # Please send patches to <config-patches@gnu.org>. [all …]
|
| /third_party/protobuf/third_party/googletest/googlemock/build-aux/ |
| D | config.guess | 3 # Copyright 1992-2018 Free Software Foundation, Inc. 5 timestamp='2018-02-24' 8 # under the terms of the GNU General Public License as published by 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 # You should have received a copy of the GNU General Public License 18 # along with this program; if not, see <https://www.gnu.org/licenses/>. 20 # As a special exception to the GNU General Public License, if you 25 # of the GNU General Public License, version 3 ("GPLv3"). 30 # https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess 32 # Please send patches to <config-patches@gnu.org>. [all …]
|
| /third_party/skia/third_party/externals/libpng/ |
| D | config.guess | 3 # Copyright 1992-2018 Free Software Foundation, Inc. 5 timestamp='2018-03-08' 8 # under the terms of the GNU General Public License as published by 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 # You should have received a copy of the GNU General Public License 18 # along with this program; if not, see <https://www.gnu.org/licenses/>. 20 # As a special exception to the GNU General Public License, if you 25 # of the GNU General Public License, version 3 ("GPLv3"). 30 # https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess 32 # Please send patches to <config-patches@gnu.org>. [all …]
|
| /third_party/skia/third_party/externals/icu/source/ |
| D | config.guess | 3 # Copyright 1992-2017 Free Software Foundation, Inc. 5 timestamp='2017-11-07' 8 # under the terms of the GNU General Public License as published by 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 # You should have received a copy of the GNU General Public License 18 # along with this program; if not, see <https://www.gnu.org/licenses/>. 20 # As a special exception to the GNU General Public License, if you 25 # of the GNU General Public License, version 3 ("GPLv3"). 30 # https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess 32 # Please send patches to <config-patches@gnu.org>. [all …]
|
| /third_party/openssl/Configurations/ |
| D | 10-main.conf | 1 ## -*- mode: perl; -*- 8 if (`nasm -v 2>NUL` =~ /NASM version ([0-9]+\.[0-9]+)/ && $1 >= 2.0) { 10 ASFLAGS => "-g", 11 asflags => "-Ox -f win64 -DNEAR", 12 asoutflag => "-o " }; 20 $die->("NASM not found - make sure it's installed and available on %PATH%\n"); 33 my $ver=`nasm -v 2>NUL`; 34 my $vew=`nasmw -v 2>NUL`; 38 asflags => "-f win32", 39 asoutflag => "-o ", [all …]
|
12