Searched +full:mingw +full:- +full:cross +full:- +full:compilation (Results 1 – 25 of 150) sorted by relevance
123456
| /external/mesa3d/docs/ |
| D | meson.rst | 1 Compilation and Installation Using Meson 5 --------------- 16 <https://mesonbuild.com/Getting-meson.html>`__ to install the 22 Unix-like OSes 28 .. code-block:: sh 30 sudo apt-get install meson # Ubuntu 34 .. code-block:: sh 41 You'll also need `Ninja <https://ninja-build.org/>`__. If it's not 42 already installed, use apt-get or dnf to install the *ninja-build* 50 modules (Mako). You also need pkg-config (a hard dependency of Meson), [all …]
|
| /external/cronet/third_party/icu/source/ |
| D | acinclude.m4 | 3 # 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 …]
|
| D | icudefs.mk.in | 7 # Copyright (C) 2000-2016, International Business Machines Corporation and others. 11 # Some of these variables are overridden in the config/mh-* files. 43 PACKAGE_ICU_URL = "http://icu-project.org" 51 # the version-dependent name (for no particular reason except it was easier 53 # name is the versioned platform-dependent one. 62 PKGDATA_LIBSTATICNAME = -L $(STATIC_PREFIX)$(ICUPREFIX)$(DATA_STUBNAME)$(ICULIBSUFFIX) 72 PKGDATA_LIBNAME = -L $(ICUPREFIX)$(DATA_STUBNAME)$(ICULIBSUFFIX) 77 PKGDATA_LIBNAME = -L $(ICUPREFIX)$(DATA_STUBNAME)$(ICULIBSUFFIX) 86 # These are defined here because mh-cygwin-msvc needs to override these values. 132 DEFS = -DU_ATTRIBUTE_DEPRECATED= [all …]
|
| /external/icu/icu4c/source/ |
| D | acinclude.m4 | 3 # 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 …]
|
| D | icudefs.mk.in | 7 # Copyright (C) 2000-2016, International Business Machines Corporation and others. 11 # Some of these variables are overridden in the config/mh-* files. 43 PACKAGE_ICU_URL = "http://icu-project.org" 51 # the version-dependent name (for no particular reason except it was easier 53 # name is the versioned platform-dependent one. 62 PKGDATA_LIBSTATICNAME = -L $(STATIC_PREFIX)$(ICUPREFIX)$(DATA_STUBNAME)$(ICULIBSUFFIX) 72 PKGDATA_LIBNAME = -L $(ICUPREFIX)$(DATA_STUBNAME)$(ICULIBSUFFIX) 77 PKGDATA_LIBNAME = -L $(ICUPREFIX)$(DATA_STUBNAME)$(ICULIBSUFFIX) 86 # These are defined here because mh-cygwin-msvc needs to override these values. 132 DEFS = -DU_ALL_IMPLEMENTATION -DU_ATTRIBUTE_DEPRECATED= [all …]
|
| /external/gptfdisk/ |
| D | README.Windows | 6 Most versions of Windows cannot boot from a GPT disk on BIOS-based 12 GPT fdisk on a BIOS-mode boot disk, or perhaps even on a data disk, you may 13 find recovery to be very difficult! Pre-installed Windows 8 and later 15 self-installed Windows 8 systems sometimes use BIOS mode. This caveat does 23 the software. I originally wrote GPT fdisk on Linux, and some Linux- and 24 Unix-centric language remains in the documentation. 27 ----------------- 31 text-mode program file as well as the sgdisk program that's available 34 Beginning with version 0.8.10, I'm distributing both 32-bit and 64-bit 35 binaries, which include the strings "32" or "64" in their names. The 32-bit [all …]
|
| /external/lz4/lib/ |
| D | README.md | 1 LZ4 - Library Files 68 The following build macro can be selected to adjust source code behavior at compilation time : 70 - `LZ4_FAST_DEC_LOOP` : this triggers a speed optimized decompression loop, more powerful on modern… 73 For example, with `gcc` : `-DLZ4_FAST_DEC_LOOP=1`, 74 and with `make` : `CPPFLAGS+=-DLZ4_FAST_DEC_LOOP=1 make lz4`. 76 - `LZ4_DISTANCE_MAX` : control the maximum offset that the compressor will allow. 83 - `LZ4_DISABLE_DEPRECATE_WARNINGS` : invoking a deprecated function will make the compiler generate… 86 for example with `-Wno-deprecated-declarations` on `gcc`, 88 This build macro offers another project-specific method 91 - `LZ4_FORCE_SW_BITCOUNT` : by default, the compression algorithm tries to determine lengths [all …]
|
| /external/sg3_utils/ |
| D | README.win32 | 5 Windows-specific version for this port. 18 MinGW ("Minimalist GNU for Windows", see www.mingw.org). Both are based in 23 will need to fetch that dll. On the other hand MinGW (and its companion MSYS 25 not as advanced with MinGW which has led to some timing functions being 26 compiled out when sg3_utils is built for MinGW. 106 Two pass-through variants 119 In practice some users have reported errors (e.g. 1117: a non-descript 122 Hence the non-direct variant is the default. The default size limit 128 ./configure --enable-win32-spt-direct 133 In sg3_utils version 1.31 run-time selection of the direct or indirect [all …]
|
| /external/libconfig/ |
| D | README | 5 -*- 9 ./configure --disable-cxx 11 -*- 16 -*- 22 -*- 24 To successfully compile using MinGW (with gcc 4.4.0 or later), it may 36 -*- 38 To cross-compile for Android: 40 1) Create a standalone toolchain using the 'make-standalone-toolchain.sh' 43 $ /pkg/android-ndk-r9d/build/tools/make-standalone-toolchain.sh \ [all …]
|
| /external/libwebsockets/READMEs/ |
| D | README.build.md | 8 ./bootstrap-vcpkg.sh 16 CMake is a multi-platform build tool that can generate build files for many 19 CMake also allows/recommends you to do "out of source"-builds, that is, 27 - Windows (Visual Studio) 28 - Windows (MinGW) 29 - Linux (x86 and ARM) 30 - OSX 31 - NetBSD 71 as --prefix= with autotools. It defaults to /usr/local. 74 $ cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr . [all …]
|
| /external/protobuf/ruby/ |
| D | Rakefile | 6 spec = Gem::Specification.load("google-protobuf.gemspec") 42 elsif system('../src/protoc --version') 58 sh "#{protoc_command} -I../src --ruby_out=lib #{input_file}" 66 sh "#{protoc_command} -I../src -I. -I./tests --ruby_out=. #{proto_file}" 73 system("mvn --batch-mode clean") 77 system("mvn --batch-mode package") 86 # We need utf8_range in-tree. 90 …FileUtils.cp("../third_party/utf8_range/range2-neon.c", "ext/google/protobuf_c/third_party/utf8_ra… 91 …FileUtils.cp("../third_party/utf8_range/range2-sse.c", "ext/google/protobuf_c/third_party/utf8_ran… 99 # cross-compilation is contained in the "ext.cross_platform" array. [all …]
|
| /external/capstone/ |
| D | ChangeLog | 3 --------------------------------- 9 - Fix some issues for packaging (Debian, Gentoo). 10 - Better support for building with Mingw. 11 - cstool has new option -s to turn on skipdata mode. 12 - cstool -v now report build settings of the core. 13 - Add suite/capstone_get_setup.c so users can integrate with their own code 19 - Fix 4.0 regression: the `tbh [r0, r1, lsl #1]` instruction sets the operand.shift.value back agai… 20 - Remove ARM_REG_PC group for BX instruction. 25 - Fix: endbr32 and endbr64 instructions are now properly decoded in both CS_MODE_32 and CS_MODE_64 … 30 - Fix some issues reported by clang-analyzer (#1329). [all …]
|
| /external/zstd/.github/workflows/ |
| D | dev-short-tests.yml | 1 name: dev-short-tests 6 group: fast-${{ github.ref }} 7 cancel-in-progress: true 13 permissions: read-all 16 linux-kernel: 17 runs-on: ubuntu-latest 19 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1 20 - name: linux kernel, library + build + test 21 …run: make -C contrib/linux-kernel test CFLAGS="-Werror -Wunused-const-variable -Wunused-but-set-va… 24 runs-on: ubuntu-latest [all …]
|
| /external/libvpx/ |
| D | README | 15 have this package, the install-docs option will be disabled. 18 many *nix platforms, as well as MinGW and Cygwin. If coreutils is not 26 yasm-<version>-<arch>.exe to yasm.exe and place it in: 34 2. Out-of-tree builds 37 files produced during compilation. For instance: 45 The 'configure' script supports a number of options. The --help option can be 47 $ ../libvpx/configure --help 58 5. Cross development 59 For cross development, the most notable option is the --target option. The 60 most up-to-date list of supported targets can be found at the bottom of the [all …]
|
| /external/protobuf/protoc-artifacts/ |
| D | README.md | 1 # Build scripts that publish pre-compiled protoc artifacts 14 * [build-protoc.sh](build-protoc.sh): script to cross-build the protoc for your 17 * [build-zip.sh](build-zip.sh): script to package published maven artifacts in 31 ``protoc-<version>-<os>-<arch>.exe``, e.g., ``protoc-3.6.1-linux-x86_64.exe``. 39 The scripts only work under Unix-like environments, e.g., Linux, MacOSX, and 40 Cygwin or MinGW for Windows. Please see ``README.md`` of the Protobuf project 43 ## Building from a freshly checked-out source 57 Run the build-protoc.sh script under this protoc-artifacts directory to build the protoc 61 $ cd protoc-artifacts 62 $ ./build-protoc.sh linux x86_64 protoc [all …]
|
| /external/cronet/third_party/protobuf/protoc-artifacts/ |
| D | README.md | 1 # Build scripts that publish pre-compiled protoc artifacts 14 * [build-protoc.sh](build-protoc.sh): script to cross-build the protoc for your 17 * [build-zip.sh](build-zip.sh): script to package published maven artifacts in 31 ``protoc-<version>-<os>-<arch>.exe``, e.g., ``protoc-3.6.1-linux-x86_64.exe``. 39 The scripts only work under Unix-like environments, e.g., Linux, MacOSX, and 40 Cygwin or MinGW for Windows. Please see ``README.md`` of the Protobuf project 43 ## Building from a freshly checked-out source 57 Run the build-protoc.sh script under this protoc-artifacts directory to build the protoc 61 $ cd protoc-artifacts 62 $ ./build-protoc.sh linux x86_64 protoc [all …]
|
| /external/libdav1d/ |
| D | README.md | 5 **dav1d** is an **AV1** cross-platform **d**ecoder, open-source, and focused on speed and correctne… 7 It is now battle-tested and production-ready and can be used everywhere. 17 It supports all features from AV1, including all subsampling and bit-depth parameters. 23 …her VideoLAN projects, so that it can be embedded anywhere, including non-open-source software; or… 25 …is the same as for libvorbis, see [RMS on vorbis](https://lwn.net/2001/0301/a/rms-ov-license.php3). 38 7. Make high bit-depth fast on mobile, by writing asm for ARMv8 chips. 40 9. Make high bit-depth fast on older mobile, by writing asm for ARMv7 chips, 41 10. Make high bit-depth fast on desktop, by writing asm for AVX2 chips, 42 11. Make high bit-depth fast on older desktop, by writing asm for SSSE3+ chips, 45 ### On-going [all …]
|
| /external/kotlinx.coroutines/kotlinx-coroutines-core/ |
| D | build.gradle | 2 …* Copyright 2016-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 licen… 11 apply from: rootProject.file("gradle/compile-jvm-multiplatform.gradle") 12 apply from: rootProject.file("gradle/compile-common.gradle") 15 apply from: rootProject.file("gradle/compile-native-multiplatform.gradle") 18 apply from: rootProject.file("gradle/compile-js-multiplatform.gradle") 19 apply from: rootProject.file('gradle/publish-npm-js.gradle') 24 Configure source sets structure for kotlinx-coroutines-core: 27 ------- ---------------------------------------------- 29 js -----------------------------------------------------+ 32 jvmCore\ --------> jvm ---------> concurrent -------> common [all …]
|
| /external/expat/expat/ |
| D | Changes | 14 !! - <blink>fixing a complex non-public security issue</blink>, !! 15 !! - teaming up on researching and fixing future security reports and !! 16 !! ClusterFuzz findings with few-days-max response times in communication !! 19 !! - implementing and auto-testing XML 1.0r5 support !! 21 !! - smart ideas on fixing the Autotools CMake files generation issue !! 23 !! - the Windows binaries topic (needs requirements engineering first), !! 24 !! - pushing migration from `int` to `size_t` further !! 25 !! including edge-cases test coverage (needs discussion before anything). !! 27 !! For details, please reach out via e-mail to sebastian@pipping.org so we !! 30 !! THANK YOU! Sebastian Pipping -- Berlin, 2024-03-09 !! [all …]
|
| /external/freetype/builds/unix/ |
| D | unix-cc.in | 2 # FreeType 2 template for Unix-specific compiler definitions 5 # Copyright (C) 1996-2023 by 30 # extension, we copy the extension detected by autoconf. Useful for cross 31 # building on Unix systems for non-Unix systems. 43 # The name of the final library file. Note that the DOS-specific Makefile 49 # Path inclusion flag. Some compilers use a different flag than `-I' to 50 # specify an additional include path. Examples are `/i=' or `-J'. 52 I := -I 55 # C flag used to define a macro before the compilation of a given source 56 # object. Usually it is `-D' like in `-DDEBUG'. [all …]
|
| /external/rust/crates/libz-sys/src/zlib/ |
| D | ChangeLog | 5 - Fix deflate stored bug when pulling last block from window 6 - Permit immediate deflateParams changes before any deflate input 9 - Avoid warnings on snprintf() return value 10 - Fix bug in deflate_stored() for zero-length input 11 - Fix bug in gzwrite.c that produced corrupt gzip files 12 - Remove files to be installed before copying them in Makefile.in 13 - Add warnings when compiling with assembler code 16 - Fix contrib/minizip to permit unzipping with desktop API [Zouzou] 17 - Improve contrib/blast to return unused bytes 18 - Assure that gzoffset() is correct when appending [all …]
|
| /external/python/cpython2/Modules/zlib/ |
| D | ChangeLog | 5 - Fix deflate stored bug when pulling last block from window 6 - Permit immediate deflateParams changes before any deflate input 9 - Avoid warnings on snprintf() return value 10 - Fix bug in deflate_stored() for zero-length input 11 - Fix bug in gzwrite.c that produced corrupt gzip files 12 - Remove files to be installed before copying them in Makefile.in 13 - Add warnings when compiling with assembler code 16 - Fix contrib/minizip to permit unzipping with desktop API [Zouzou] 17 - Improve contrib/blast to return unused bytes 18 - Assure that gzoffset() is correct when appending [all …]
|
| /external/rust/crates/vulkano/ |
| D | README.md | 5 [](https://github.co… 7 [](https://vulkano.rs/) 10 [](https… 11 [](https://crates… 12 [](https://crates.io… 15 [](https… 16 [](https://docs.r… 17 [](https://docs.rs/v… 21 be able to trigger any undefined behavior. In the case of Vulkan, this means that non-unsafe code 26 - Provides a low-levelish API around Vulkan. It doesn't hide what it does but provides some [all …]
|
| /external/cronet/third_party/protobuf/src/ |
| D | README.md | 1 Protocol Buffers - Google's data interchange format 6 https://developers.google.com/protocol-buffers/ 8 C++ Installation - Unix 9 ----------------------- 22 sudo apt-get install autoconf automake libtool curl make g++ unzip 32 For example: if you only need C++, download `protobuf-cpp-[VERSION].tar.gz`; if 33 you need C++ and Java, download `protobuf-java-[VERSION].tar.gz` (every package 35 download `protobuf-all-[VERSION].tar.gz`. 43 git submodule update --init --recursive 51 make -j$(nproc) # $(nproc) ensures it uses all cores for compilation [all …]
|
| /external/protobuf/src/ |
| D | README.md | 1 Protocol Buffers - Google's data interchange format 6 https://developers.google.com/protocol-buffers/ 8 C++ Installation - Unix 9 ----------------------- 22 sudo apt-get install autoconf automake libtool curl make g++ unzip 32 For example: if you only need C++, download `protobuf-cpp-[VERSION].tar.gz`; if 33 you need C++ and Java, download `protobuf-java-[VERSION].tar.gz` (every package 35 download `protobuf-all-[VERSION].tar.gz`. 43 git submodule update --init --recursive 51 make -j$(nproc) # $(nproc) ensures it uses all cores for compilation [all …]
|
123456