Home
last modified time | relevance | path

Searched +full:apple +full:- +full:cross +full:- +full:compile (Results 1 – 25 of 175) sorted by relevance

1234567

/third_party/rust/rust/src/doc/rustc/src/platform-support/
Dx86_64h-apple-darwin.md1 # `x86_64h-apple-darwin`
5 Target for macOS on late-generation `x86_64` Apple chips, usable as the
7 `x86_64h-apple-macosx*` targets.
11 - Thom Chiovoloni `thom@shift.click` <https://github.com/thomcc>
15 This target is an `x86_64` target that only supports Apple's late-gen
16 (Haswell-compatible) Intel chips. It enables a set of target features available
22 default or user-defined allocators). This target is probably most useful when
23 targetted via cross-compilation (including from `x86_64-apple-darwin`), but if
26 It is similar to `x86_64-apple-darwin` in nearly all respects, although the
28 `x86_64-apple-darwin`'s 10.7).
[all …]
/third_party/rust/rust/compiler/rustc_codegen_cranelift/.github/workflows/
Dmain.yml4 - push
5 - pull_request
9 runs-on: ubuntu-latest
10 timeout-minutes: 10
13 - uses: actions/checkout@v3
15 - name: Install rustfmt
19 - name: Rustfmt
21 cargo fmt --check
22 rustfmt --check build_system/main.rs
23 rustfmt --check example/*
[all …]
/third_party/skia/m133/third_party/externals/icu/source/
Dacinclude.m43 # Copyright (c) 1999-2016, International Business Machines Corporation and
18 *-*-solaris*)
20 icu_cv_host_frag=mh-solaris-gcc
22 icu_cv_host_frag=mh-solaris
24 alpha*-*-linux-gnu)
26 icu_cv_host_frag=mh-alpha-linux-gcc
28 icu_cv_host_frag=mh-alpha-linux-cc
30 powerpc*-*-linux*)
32 icu_cv_host_frag=mh-linux
34 icu_cv_host_frag=mh-linux-va
[all …]
/third_party/skia/m133/site/docs/user/
Dbuild.md1 ---
6 ---
14 ## `is_official_build` and Third-party Dependencies
20 with no debug symbols, dynamically linked against its third-party dependencies
23 In contrast, the developer-oriented default is an unoptimized build with full
24 debug symbols and all third-party dependencies built from source and embedded
27 Skia offers several features that make use of third-party libraries, like
28 libpng, libwebp, or libjpeg-turbo to decode images, or ICU and sftnly to subset
29 fonts. All these third-party dependencies are optional and can be controlled by
40 While Skia should compile with GCC, MSVC, and other compilers, a number of
[all …]
/third_party/icu/icu4c/source/
Dacinclude.m43 # Copyright (c) 1999-2016, International Business Machines Corporation and
18 *-*-solaris*)
20 icu_cv_host_frag=mh-solaris-gcc
22 icu_cv_host_frag=mh-solaris
24 alpha*-*-linux-gnu)
26 icu_cv_host_frag=mh-alpha-linux-gcc
28 icu_cv_host_frag=mh-alpha-linux-cc
30 powerpc*-*-linux*)
32 icu_cv_host_frag=mh-linux
34 icu_cv_host_frag=mh-linux-va
[all …]
/third_party/skia/third_party/externals/icu/source/
Dacinclude.m43 # Copyright (c) 1999-2016, International Business Machines Corporation and
18 *-*-solaris*)
20 icu_cv_host_frag=mh-solaris-gcc
22 icu_cv_host_frag=mh-solaris
24 alpha*-*-linux-gnu)
26 icu_cv_host_frag=mh-alpha-linux-gcc
28 icu_cv_host_frag=mh-alpha-linux-cc
30 powerpc*-*-linux*)
32 icu_cv_host_frag=mh-linux
34 icu_cv_host_frag=mh-linux-va
[all …]
/third_party/curl/docs/
DINSTALL.md1 <!--
4 SPDX-License-Identifier: curl
5 -->
13 package. This document describes how to compile, build and install curl and
22 ./bootstrap-vcpkg.sh
33 the `GIT-INFO.md` file in the root directory for specific instructions on how
41 ./configure --with-openssl [--with-gnutls --with-wolfssl]
52 ./configure --help
57 ./configure --prefix=/path/to/curl/tree
63 ./configure --prefix=$HOME
[all …]
/third_party/rust/rust/compiler/rustc_target/src/spec/
Dapple_base.rs7 #[path = "apple/tests.rs"]
30 pub fn target_name(self) -> &'static str { in target_name()
44 pub fn target_arch(self) -> Cow<'static, str> { in target_arch()
53 fn target_abi(self) -> &'static str { in target_abi()
57 // x86_64-apple-ios is a simulator target, even though it isn't in target_abi()
63 fn target_cpu(self) -> &'static str { in target_cpu()
65 Armv7 => "cortex-a8", // iOS7 is supported on iPhone 4 and higher in target_cpu()
66 Armv7k => "cortex-a8", in target_cpu()
67 Armv7s => "cortex-a9", in target_cpu()
68 Arm64 => "apple-a7", in target_cpu()
[all …]
/third_party/grpc/
DBUILDING.md1 gRPC C++ - Building from source
5 …/cpp#to-start-using-grpc-c) instructions for guidance on how to add gRPC as a dependency to a C++ …
7 # Pre-requisites
12 $ [sudo] apt-get install build-essential autoconf libtool pkg-config
17 $ [sudo] apt-get install cmake
23 $ [sudo] apt-get install clang libc++-dev
30 [Command Line Tools for Xcode](https://developer.apple.com/download/more/)
34 $ [sudo] xcode-select --install
58 - Install Visual Studio 2022 or later (Visual C++ compiler will be used).
59 - Install [Git](https://git-scm.com/).
[all …]
DRakefile1 # -*- ruby -*-
15 task.options = ['-c', 'src/ruby/.rubocop.yml']
32 'x86-mingw32', 'x64-mingw32', 'x64-mingw-ucrt',
33 'x86_64-linux', 'x86-linux', 'aarch64-linux',
34 'x86_64-darwin', 'arm64-darwin',
41 … spec.files += %w( etc/roots.pem grpc_c.32-msvcrt.ruby grpc_c.64-msvcrt.ruby grpc_c.64-ucrt.ruby )
45 CLEAN.add "src/ruby/lib/grpc/[0-9].[0-9]", "src/ruby/lib/grpc/grpc_c.{bundle,so}"
73 t.rspec_opts = "--tag #{suite[:tag]}" if suite[:tag]
75 t.rspec_opts = suite[:tags].map { |x| "--tag #{x}" }.join(' ')
90 { cross: 'x86_64-w64-mingw32', out: 'grpc_c.64-ucrt.ruby', platform: 'x64-mingw-ucrt' },
[all …]
/third_party/skia/m133/toolchain/
Dmac_toolchain_config.bzl11 - linux_amd64_toolchain_config.bzl
58 # "If the compiler has --sysroot support, then these paths should use %sysroot%
64 # the host CPU. Specifying a target_cpu allows this config to be used for cross compilation.
81 …posals/blob/91579f36031f768bcf68b18a86b8df8b43cc590b/designs/2019-11-11-target-platform-constraint…
88 # when selecting a cross-compilation toolchain).
98 …posals/blob/91579f36031f768bcf68b18a86b8df8b43cc590b/designs/2019-11-11-target-platform-constraint…
111 This function sets up the tools needed to perform the various compile/link actions.
164 …# "-Wl" flags on the command: https://releases.llvm.org/6.0.1/tools/clang/docs/ClangCommandLineRef…
177 # https://llvm.org/docs/CommandGuide/llvm-ar.html
225 …# https://github.com/emscripten-core/emsdk/blob/7f39d100d8cd207094decea907121df72065517e/bazel/ems…
[all …]
Dios_toolchain_config.bzl11 - linux_amd64_toolchain_config.bzl
57 # "If the compiler has --sysroot support, then these paths should use %sysroot%
63 # the host CPU. Specifying a target_cpu allows this config to be used for cross compilation.
80 …posals/blob/91579f36031f768bcf68b18a86b8df8b43cc590b/designs/2019-11-11-target-platform-constraint…
87 # when selecting a cross-compilation toolchain).
97 …posals/blob/91579f36031f768bcf68b18a86b8df8b43cc590b/designs/2019-11-11-target-platform-constraint…
110 This function sets up the tools needed to perform the various compile/link actions.
148 action_name = "objc++-executable",
167 …# "-Wl" flags on the command: https://releases.llvm.org/6.0.1/tools/clang/docs/ClangCommandLineRef…
180 # https://llvm.org/docs/CommandGuide/llvm-ar.html
[all …]
DBUILD.bazel36 …tps://github.com/bazelbuild/rules_cc/blob/8bb0eb5c5ccd96b91753bb112096bb6993d16d13/cc/BUILD#L32-L36
54 …tps://github.com/bazelbuild/rules_cc/blob/8bb0eb5c5ccd96b91753bb112096bb6993d16d13/cc/BUILD#L32-L36
70 …tps://github.com/bazelbuild/rules_cc/blob/8bb0eb5c5ccd96b91753bb112096bb6993d16d13/cc/BUILD#L32-L36
74 # Cross compilation toolchain for an Intel Mac host and Apple silicon target
87 …tps://github.com/bazelbuild/rules_cc/blob/8bb0eb5c5ccd96b91753bb112096bb6993d16d13/cc/BUILD#L32-L36
104 …tps://github.com/bazelbuild/rules_cc/blob/8bb0eb5c5ccd96b91753bb112096bb6993d16d13/cc/BUILD#L32-L36
119 …tps://github.com/bazelbuild/rules_cc/blob/8bb0eb5c5ccd96b91753bb112096bb6993d16d13/cc/BUILD#L32-L36
313 # https://bazel.build/reference/be/c-cpp#cc_toolchain
332 all_files = ":all_mac_files", # Apparently also used to compile objc code
346 all_files = ":all_mac_files", # Apparently also used to compile objc code
[all …]
/third_party/rust/rust/src/doc/unstable-book/src/compiler-flags/
Dsanitizer.md5 * [#39699](https://github.com/rust-lang/rust/issues/39699).
6 * [#89653](https://github.com/rust-lang/rust/issues/89653).
8 ------------------------
14 forward-edge control flow protection.
18 Flow Integrity (KCFI) provides forward-edge control flow protection for
20 * [LeakSanitizer](#leaksanitizer) a run-time memory leak detector.
23 Armv8.5-A Memory Tagging Extension.
24 * [SafeStack](#safestack) provides backward-edge control flow protection by separating the stack in…
25 * [ShadowCallStack](#shadowcallstack) provides backward-edge control flow protection (aarch64 only).
28 To enable a sanitizer compile with `-Zsanitizer=address`,`-Zsanitizer=cfi`,
[all …]
/third_party/rust/rust/src/tools/compiletest/src/header/
Dtests.rs13 ) -> test::TestDesc { in make_test_description()
26 let mut s = "normalize-stderr-32bit: \"something (32 bits)\" -> \"something ($WORD bits)\"."; in test_parse_normalization_string()
29 assert_eq!(s, " -> \"something ($WORD bits)\"."); in test_parse_normalization_string()
32 let mut s = "normalize-stderr-32bit: something (32 bits) -> something ($WORD bits)."; in test_parse_normalization_string()
35 assert_eq!(s, r#"normalize-stderr-32bit: something (32 bits) -> something ($WORD bits)."#); in test_parse_normalization_string()
38 let mut s = "normalize-stderr-32bit: \"something (32 bits) -> something ($WORD bits)."; in test_parse_normalization_string()
41 assert_eq!(s, "normalize-stderr-32bit: \"something (32 bits) -> something ($WORD bits)."); in test_parse_normalization_string()
44 let mut s = "normalize-stderr-32bit: \"something (32 bits)\" -> \"something ($WORD bits)."; in test_parse_normalization_string()
47 assert_eq!(s, " -> \"something ($WORD bits)."); in test_parse_normalization_string()
49 // Nothing to normalize (No quotes, 16-bit) in test_parse_normalization_string()
[all …]
/third_party/skia/site/docs/user/
Dbuild.md1 ---
6 ---
14 ## `is_official_build` and Third-party Dependencies
20 with no debug symbols, dynamically linked against its third-party dependencies
23 In contrast, the developer-oriented default is an unoptimized build with full
24 debug symbols and all third-party dependencies built from source and embedded
27 Skia offers several features that make use of third-party libraries, like
28 libpng, libwebp, or libjpeg-turbo to decode images, or ICU and sftnly to subset
29 fonts. All these third-party dependencies are optional and can be controlled by
40 While Skia should compile with GCC, MSVC, and other compilers, a number of
[all …]
/third_party/skia/third_party/externals/freetype/builds/mac/
DREADME3 * Makefile skeletons for Apple MPW (Macintosh's Programmer's Workshop)
9 ------------------------------------------------------------
12 ---------------
25 --------------
27 You can use MPW: a free-charged developer environment
28 by Apple, or CodeWarrior: a commercial developer
33 2-1. Apple MPW
34 --------------
38 m68k target: Apple SC 8.9.0d3e1
39 ppc target: Apple MrC 5.0.0d3c1
[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>
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
53 <a href=http://landley.net/talks/celf-2013.txt>strategy</a>
[all …]
/third_party/rust/crates/rustix/.github/workflows/
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/rust/rust/src/tools/compiletest/src/
Dlib.rs44 pub fn parse_config(args: Vec<String>) -> Config { in parse_config()
46 opts.reqopt("", "compile-lib-path", "path to host shared libraries", "PATH") in parse_config()
47 .reqopt("", "run-lib-path", "path to target shared libraries", "PATH") in parse_config()
48 .reqopt("", "rustc-path", "path to rustc to use for compiling", "PATH") in parse_config()
49 .optopt("", "rustdoc-path", "path to rustdoc to use for compiling", "PATH") in parse_config()
50 .optopt("", "rust-demangler-path", "path to rust-demangler to use in tests", "PATH") in parse_config()
52 .optopt("", "jsondocck-path", "path to jsondocck to use for doc tests", "PATH") in parse_config()
53 .optopt("", "jsondoclint-path", "path to jsondoclint to use for doc tests", "PATH") in parse_config()
54 .optopt("", "valgrind-path", "path to Valgrind executable for Valgrind tests", "PROGRAM") in parse_config()
55 .optflag("", "force-valgrind", "fail if Valgrind tests cannot be run under Valgrind") in parse_config()
[all …]
/third_party/rust/rust/src/bootstrap/
Dllvm.rs6 //! compile LLVM 3 times as part of a normal bootstrap (we want it cached).
8 //! LLVM and compiler-rt are essentially just wired up to everything else to
30 /// Path to llvm-config binary.
31 /// NB: This is always the host llvm-config!
69 /// It's used to avoid busting caches during x.py check -- if we've already built
72 /// This will return the llvm-config if it can get it (but it will not build it
77 ) -> Result<LlvmResult, Meta> { in prebuilt_llvm_config()
96 let root = "src/llvm-project/llvm"; in prebuilt_llvm_config()
104 let build_llvm_config = llvm_config_ret_dir.join(exe("llvm-config", builder.config.build)); in prebuilt_llvm_config()
108 let stamp = out_dir.join("llvm-finished-building"); in prebuilt_llvm_config()
[all …]
/third_party/skia/third_party/externals/dawn/
DCMakeLists.txt7 # http://www.apache.org/licenses/LICENSE-2.0
17 # When upgrading to CMake 3.11 we can remove DAWN_DUMMY_FILE because source-less add_library
74 # Default values for the backend-enabling options
89 elseif(APPLE)
120 option_if_not_defined(DAWN_ENABLE_PIC "Build with Position-Independent-Code enabled" OFF)
122 …_PARTY_DIR "${Dawn_SOURCE_DIR}/third_party" "Directory in which to find third-party dependencies.")
127 set_if_not_defined(DAWN_ABSEIL_DIR "${DAWN_THIRD_PARTY_DIR}/abseil-cpp" "Directory in which to find…
131 …IRV_CROSS_DIR "${DAWN_THIRD_PARTY_DIR}/vulkan-deps/spirv-cross/src" "Directory in which to find SP…
132 …IRV_HEADERS_DIR "${DAWN_THIRD_PARTY_DIR}/vulkan-deps/spirv-headers/src" "Directory in which to fin…
133 …_SPIRV_TOOLS_DIR "${DAWN_THIRD_PARTY_DIR}/vulkan-deps/spirv-tools/src" "Directory in which to find…
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/lite/cmake/
Dlite_options.cmake9 set(MSLITE_REGISTRY_DEVICE "off" CACHE STRING "Compile Mindspore Lite that supports specific device…
12 currently supported : cortex-m7/auto")
16 option(MSLITE_ENABLE_COREML "enable coreML, only apple ios devices support" off)
33 option(MSLITE_ENABLE_FP16 "Whether to compile Fp16 operator" off)
34 option(MSLITE_ENABLE_INT8 "Whether to compile Int8 operator" on)
60 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -march=armv8-a+fp16")
61 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -march=armv8-a+fp16")
217 elseif(TOOLCHAIN_NAME STREQUAL "ohos-lite")
270 #set for cross - compiling toolchain
278 if(NOT APPLE)
[all …]
/third_party/libexif/
DNEWS1 libexif-0.6.25 (2025-01-08):
5 * Disabled Apple Makernote support, as its not complete
18 libexif-0.6.24 (2021-11-25):
27 libexif-0.6.23 (2021-09-12):
31 - EXIF_TAG_STANDARD_OUTPUT_SENSITIVITY
32 - EXIF_TAG_RECOMMENDED_EXPOSURE_INDEX
33 - EXIF_TAG_ISO_SPEED
34 - EXIF_TAG_ISO_SPEEDLatitudeYYY
35 - EXIF_TAG_ISO_SPEEDLatitudeZZZ
36 - EXIF_TAG_OFFSET_TIME
[all …]
/third_party/cups/
DMakedefs.in4 # Copyright © 2020-2024 by OpenPrinting.
5 # Copyright © 2007-2019 by Apple Inc.
6 # Copyright © 1997-2007 by Easy Software Products, all rights reserved.
36 LN = @LN@ -sf
37 MKDIR = @MKDIR@ -p
38 MV = @MV@ -f
40 RM = @RM@ -f
49 INSTALL_BIN = @LIBTOOL_INSTALL@ $(INSTALL) -c -m @CUPS_EXE_FILE_PERM@ @INSTALL_STRIP@
50 INSTALL_COMPDATA = $(INSTALL) -c -m 444 @INSTALL_GZIP@
51 INSTALL_CONFIG = $(INSTALL) -c -m @CUPS_CONFIG_FILE_PERM@
[all …]

1234567