Searched +full:mingw32 +full:- +full:make (Results 1 – 25 of 161) sorted by relevance
1234567
/external/jemalloc_new/ |
D | .appveyor.yml | 5 - MSYSTEM: MINGW64 8 - MSYSTEM: MINGW32 11 - MSYSTEM: MINGW64 13 - MSYSTEM: MINGW32 15 - MSYSTEM: MINGW64 18 CONFIG_FLAGS: --enable-debug 19 - MSYSTEM: MINGW32 22 CONFIG_FLAGS: --enable-debug 23 - MSYSTEM: MINGW64 25 CONFIG_FLAGS: --enable-debug [all …]
|
/external/jemalloc/ |
D | .appveyor.yml | 5 - MSYSTEM: MINGW64 8 - MSYSTEM: MINGW32 11 - MSYSTEM: MINGW64 13 - MSYSTEM: MINGW32 17 - set PATH=c:\msys64\%MSYSTEM%\bin;c:\msys64\usr\bin;%PATH% 18 …- if defined MSVC call "c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" %MSV… 19 - if defined MSVC pacman --noconfirm -Rsc mingw-w64-%CPU%-gcc gcc 20 - pacman --noconfirm -Suy mingw-w64-%CPU%-make 23 - bash -c "autoconf" 24 - bash -c "./configure" [all …]
|
/external/lz4/ |
D | appveyor.yml | 4 - COMPILER: "visual" 7 - COMPILER: "visual" 10 - COMPILER: "visual" 13 - COMPILER: "visual" 16 - COMPILER: "gcc" 18 - COMPILER: "gcc" 19 PLATFORM: "mingw32" 20 - COMPILER: "gcc" 24 - ECHO Installing %COMPILER% %PLATFORM% %CONFIGURATION% 25 - MKDIR bin [all …]
|
/external/capstone/ |
D | make.sh | 4 # By Nguyen Anh Quynh <aquynh@gmail.com>, 2013-2014 6 # Note: to cross-compile "nix32" on Linux, package gcc-multilib is required. 11 IOS_SDK=`xcrun --sdk iphoneos --show-sdk-path` 12 IOS_CC=`xcrun --sdk iphoneos -f clang` 13 IOS_CFLAGS="-Os -Wimplicit -isysroot $IOS_SDK" 14 IOS_LDFLAGS="-isysroot $IOS_SDK" 21 CC="$IOS_CC" CFLAGS="$IOS_CFLAGS" LDFLAGS="$IOS_LDFLAGS" LIBARCHS="$IOS_ARCHS" ${MAKE} 26 if [ -z "$NDK" ]; then 30 HOSTOS=$(uname -s | tr 'LD' 'ld') 31 HOSTARCH=$(uname -m) [all …]
|
D | COMPILE.TXT | 2 Linux, *BSD & Solaris. We also show steps to cross-compile for Microsoft Windows. 10 *-*-*-*-*-* 25 pass the desired options on the commandline to ./make.sh. Currently, 28 - CAPSTONE_ARCHS: specify list of architectures to compiled in. 29 - CAPSTONE_USE_SYS_DYN_MEM: change this if you have your own dynamic memory management. 30 - CAPSTONE_DIET: use this to make the output binaries more compact. 31 - CAPSTONE_X86_REDUCE: another option to make X86 binary smaller. 32 - CAPSTONE_X86_ATT_DISABLE: disables AT&T syntax on x86. 33 - CAPSTONE_STATIC: build static library. 34 - CAPSTONE_SHARED: build dynamic (shared) library. [all …]
|
/external/libogg/ |
D | README | 5 * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE * 8 * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2002 * 16 (eg, the modules vorbis, vorbis-tools and vorbis-plugins for the Vorbis 21 ./src The source for libogg, a BSD-license inplementation of 49 pre-built utilities may be found there. 56 make 60 make install 69 make 72 make install 78 make dist [all …]
|
/external/curl/docs/ |
D | INSTALL.md | 13 the `GIT-INFO` file in the root directory for specific instructions on how to 22 make 23 make test (optional) 24 make install 30 ./configure --help 35 ./configure --prefix=/path/to/curl/tree 37 If you have write permission in that directory, you can do 'make install' 38 without being root. An example of this would be to make a local install in 41 ./configure --prefix=$HOME 42 make [all …]
|
/external/libusb/ |
D | appveyor_minGW.bat | 9 C:\msys64\usr\bin\bash -e -l -c "mkdir build-x64" 10 C:\msys64\usr\bin\bash -e -l -c ./autogen.sh 11 C:\msys64\usr\bin\bash -e -l -c "cd build-x64" 12 C:\msys64\usr\bin\bash -e -l -c "build-x64/../configure --prefix=/mingw64 --build=--build= --host=x… 13 C:\msys64\usr\bin\bash -e -l -c "make -j4" 14 C:\msys64\usr\bin\bash -e -l -c "make install" 19 C:\msys64\usr\bin\bash -e -l -c "mkdir build-Win32" 20 C:\msys64\usr\bin\bash -e -l -c ./autogen.sh 21 C:\msys64\usr\bin\bash -e -l -c "cd build-Win32" 22 C:\msys64\usr\bin\bash -e -l -c "build-Win32/../configure --prefix=/mingw32 --build=i686-w64-mingw3… [all …]
|
/external/freetype/builds/windows/ |
D | detect.mk | 6 # Copyright 1996-2018 by 42 # DOS 7.x (the MS-DOS version that lies below Windows) without actually 51 # from DOS-based tools like DJGPP's make; this is not actually a problem 74 # `CONFIG.MK' file which isn't found later on by `make'. 81 # (2004-11-11), and then in the devel mailing list (2004-11-20 to -23). 91 CONFIG_FILE := w32-gcc.mk 99 $(info $(PROJECT_TITLE) build system -- supported compilers) 101 $(info Several command-line compilers are supported on Win32:) 103 $(info $(empty) make setup gcc (with Mingw)) 104 $(info $(empty) make setup visualc Microsoft Visual C++) [all …]
|
/external/libexif/ |
D | README-Win32.txt | 10 b) Use MinGW32 12 If you use MinGW32 (including MSYS) on Windows, building libexif should 16 make 17 make install 22 Something neat to do is to use a MinGW32 cross compiler on a Unix 25 ./configure --host=i586-mingw32msvc --disable-nls 26 make 27 make install 30 then add the --enable-ship-binaries option to the ./configure command line.
|
/external/llvm/test/CodeGen/X86/ |
D | memset-sse-stack-realignment.ll | 1 ; Make sure that we realign the stack. Mingw32 uses 4 byte stack alignment, we 4 ; RUN: llc < %s -mtriple=i386-pc-mingw32 -mcpu=pentium2 | FileCheck %s -check-prefix=NOSSE 5 ; RUN: llc < %s -mtriple=i386-pc-mingw32 -mcpu=pentium3 | FileCheck %s -check-prefix=SSE1 6 ; RUN: llc < %s -mtriple=i386-pc-mingw32 -mcpu=yonah | FileCheck %s -check-prefix=SSE2 7 ; RUN: llc < %s -mtriple=i386-pc-mingw32 -mcpu=corei7-avx | FileCheck %s -check-prefix=AVX1 8 ; RUN: llc < %s -mtriple=i386-pc-mingw32 -mcpu=core-avx2 | FileCheck %s -check-prefix=AVX2 17 ; NOSSE-LABEL: test1: 18 ; NOSSE-NOT: and 21 ; SSE1-LABEL: test1: 22 ; SSE1: andl $-16 [all …]
|
D | win_chkstk.ll | 1 ; RUN: llc < %s -mtriple=i686-pc-win32 | FileCheck %s -check-prefix=WIN_X32 2 ; RUN: llc < %s -mtriple=x86_64-pc-win32 | FileCheck %s -check-prefix=WIN_X64 3 ; RUN: llc < %s -mtriple=x86_64-pc-win32 -code-model=large | FileCheck %s -check-prefix=WIN64_LARGE 4 ; RUN: llc < %s -mtriple=i686-pc-mingw32 | FileCheck %s -check-prefix=MINGW_X32 5 ; RUN: llc < %s -mtriple=x86_64-pc-mingw32 | FileCheck %s -check-prefix=MINGW_X64 6 ; RUN: llc < %s -mtriple=i386-pc-linux | FileCheck %s -check-prefix=LINUX 7 ; RUN: llc < %s -mtriple=x86_64-pc-win32-macho | FileCheck %s -check-prefix=LINUX 11 ; and the 32-bit version of __chkstk will probe the stack and adjust the stack pointer. 12 ; The 64-bit version of __chkstk is only responsible for probing the stack. The 64-bit 24 ; LINUX-NOT: call __chkstk [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | memset-sse-stack-realignment.ll | 1 ; Make sure that we realign the stack. Mingw32 uses 4 byte stack alignment, we 4 ; RUN: llc < %s -mtriple=i386-pc-mingw32 -mcpu=pentium2 | FileCheck %s -check-prefix=NOSSE 5 ; RUN: llc < %s -mtriple=i386-pc-mingw32 -mcpu=pentium3 | FileCheck %s -check-prefix=SSE1 6 ; RUN: llc < %s -mtriple=i386-pc-mingw32 -mcpu=yonah | FileCheck %s -check-prefix=SSE2 7 ; RUN: llc < %s -mtriple=i386-pc-mingw32 -mcpu=corei7-avx | FileCheck %s -check-prefix=AVX1 8 ; RUN: llc < %s -mtriple=i386-pc-mingw32 -mcpu=core-avx2 | FileCheck %s -check-prefix=AVX2 17 ; NOSSE-LABEL: test1: 18 ; NOSSE-NOT: and 21 ; SSE1-LABEL: test1: 22 ; SSE1: andl $-16 [all …]
|
D | win_chkstk.ll | 1 ; RUN: llc < %s -mtriple=i686-pc-win32 | FileCheck %s -check-prefix=WIN_X32 2 ; RUN: llc < %s -mtriple=x86_64-pc-win32 | FileCheck %s -check-prefix=WIN_X64 3 ; RUN: llc < %s -mtriple=x86_64-pc-win32 -code-model=large | FileCheck %s -check-prefix=WIN64_LARGE 4 ; RUN: llc < %s -mtriple=i686-pc-mingw32 | FileCheck %s -check-prefix=MINGW_X32 5 ; RUN: llc < %s -mtriple=x86_64-pc-mingw32 | FileCheck %s -check-prefix=MINGW_X64 6 ; RUN: llc < %s -mtriple=i386-pc-linux | FileCheck %s -check-prefix=LINUX 7 ; RUN: llc < %s -mtriple=x86_64-pc-win32-macho | FileCheck %s -check-prefix=LINUX 11 ; and the 32-bit version of __chkstk will probe the stack and adjust the stack pointer. 12 ; The 64-bit version of __chkstk is only responsible for probing the stack. The 64-bit 24 ; LINUX-NOT: call __chkstk [all …]
|
/external/protobuf/protoc-artifacts/ |
D | build-protoc.sh | 5 # Usage: build-protoc.sh <OS> <ARCH> 6 # <OS> and <ARCH> are ${os.detected.name} and ${os.detected.arch} from os-maven-plugin 37 if [ -z "$lineno" ]; then 50 # Usage: checkArch <path-to-protoc> 56 format="$(objdump -f "$1" | grep -o "file format .*$" | grep -o "[^ ]*$")" 60 assertEq $format "elf32-i386" $LINENO 62 assertEq $format "elf64-x86-64" $LINENO 69 assertEq $format "pei-i386" $LINENO 71 assertEq $format "pei-x86-64" $LINENO 77 format="$(file -b "$1" | grep -o "[^ ]*$")" [all …]
|
/external/harfbuzz_ng/ |
D | RELEASING.md | 1 HarfBuzz release walk-through checklist: 5 * `git diff $(git describe | sed 's/-.*//').. src/*.h` prints all public API 11 docs/harfbuzz-sections.txt. If release added new API, add entry for new 12 API index at the end of docs/harfbuzz-docs.xml. 14 If there's a backward-incompatible API change (including deletions for API 23 4. Make sure you have correct date and new version at the top of NEWS file, 27 6. Do "make distcheck", if it passes, you get a tarball. 29 Note: Check src/hb-version.h and make sure the new version number is 31 "touch configure.ac" and rebuild. Also check that there is no hb-version.h 33 That's what happened to 2.0.0 going out with 1.8.0 hb-version.h... So, that's [all …]
|
D | README.wine.md | 2 as a widely used and tested shaper is used as more-or-less OpenType reference 9 2. And `mingw-w64` compiler. 10 With `brew` on macOS, you can have it like `brew install mingw-w64` 13 on your `~/.local/i686-w64-mingw32`. 15 4. Replace all the instances of `/home/behdad/.local/i586-mingw32msvc` 16 and `/home/behdad/.local/i686-w64-mingw32` with `<$HOME>/.local/i686-w64-mingw32` 23 6. `../mingw32.sh --with-uniscribe && cd ..` 25 7. `make -Cwinbuild` 27 Now you can use hb-shape using `wine winbuild/util/hb-shape.exe` but if you like to 31 …Windows installation (assuming you have a 64-bit installation, otherwise `C:\Windows\System32\usp1… [all …]
|
D | appveyor.yml | 5 - compiler: msvc 9 triplet: x86-windows 10 - compiler: msvc 14 triplet: x64-windows 16 - compiler: msvc 22 - compiler: msys2 24 MINGW_CHOST: x86_64-w64-mingw32 26 - compiler: msys2 27 MINGW_PREFIX: /mingw32 28 MINGW_CHOST: i686-w64-mingw32 [all …]
|
/external/libpng/contrib/gregbook/ |
D | Makefile.mingw32 | 1 # Sample makefile for rpng-win / rpng2-win / wpng using mingw32-gcc and make. 11 # Invoke this makefile from a DOS-prompt window via: 13 # make -f Makefile.mingw32 18 # at all about the mingw32 installation tree (W32DIR). Edit as appropriate. 26 # macros -------------------------------------------------------------------- 28 #PNGDIR = ../..# for libpng-x.y.z/contrib/gregbook builds 29 PNGDIR = ../libpng-win32 30 PNGINC = -I$(PNGDIR) 34 #ZDIR = ../../../zlib-win32# for libpng-x.y.z/contrib/gregbook builds 35 ZDIR = ../zlib-win32 [all …]
|
/external/libxml2/bakefile/ |
D | Readme.txt | 3 ------------------------------------- 9 - makefile.vc for Microsoft NMAKE 10 - makefile.bcc for Borland MAKE 11 - makefile.wat for OpenWatcom MAKE 12 - makefile.gcc for MinGW MINGW32-MAKE 13 - all DSP & DSW for Microsoft VisualC++ 6.0 (can be used also with VS.NET AFAIK) 16 …1.0 HOWTO compile LIBXML2 using makefiles <-- for users who want to build the library using *c… 17 …1.1 HOWTO compile LIBXML2 using an IDE <-- for users who want to build the library using an… 18 … 1.2 HOWTO regenerate makefiles for LIBXML2 <-- for libxml2 mantainers/developers/advanced users 29 ----------------------------------------- [all …]
|
/external/grpc-grpc/ |
D | Rakefile | 1 # -*- ruby -*- 14 task.options = ['-c', 'src/ruby/.rubocop.yml'] 29 # cross-compilation is contained in the "ext.cross_platform" array. 37 'x86-mingw32', 'x64-mingw32', 38 'x86_64-linux', 'x86-linux', 39 'universal-darwin' 76 t.rspec_opts = "--tag #{suite[:tag]}" if suite[:tag] 78 t.rspec_opts = suite[:tags].map { |x| "--tag #{x}" }.join(' ') 89 …-D_WIN32_WINNT=0x600 -DNTDDI_VERSION=0x06000000 -DUNICODE -D_UNICODE -Wno-unused-variable -Wno-unu… 90 env += 'CFLAGS="-Wno-incompatible-pointer-types" ' [all …]
|
/external/python/cpython3/Lib/distutils/ |
D | cygwinccompiler.py | 5 the Mingw32CCompiler class which handles the mingw32 port of GCC (same as 6 cygwin in no-cygwin mode). 14 # - create a def-file for python??.dll 15 # - create an import library using 16 # dlltool --dllname python15.dll --def python15.def \ 17 # --output-lib libpython15.a 19 # see also http://starship.python.net/crew/kernr/mingw32/Notes.html 21 # * We put export_symbols in a def-file, and don't use 22 # --export-all-symbols because it doesn't worked reliable in some 30 # see also http://starship.python.net/crew/kernr/mingw32/Notes.html [all …]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | win_chkstk.ll | 1 ; RUN: llc < %s -mtriple=i686-pc-win32 | FileCheck %s -check-prefix=WIN_X32 2 ; RUN: llc < %s -mtriple=x86_64-pc-win32 | FileCheck %s -check-prefix=WIN_X64 3 ; RUN: llc < %s -mtriple=i686-pc-mingw32 | FileCheck %s -check-prefix=MINGW_X32 4 ; RUN: llc < %s -mtriple=x86_64-pc-mingw32 | FileCheck %s -check-prefix=MINGW_X64 5 ; RUN: llc < %s -mtriple=i386-pc-linux | FileCheck %s -check-prefix=LINUX 6 ; RUN: llc < %s -mtriple=x86_64-pc-win32-macho | FileCheck %s -check-prefix=LINUX 10 ; and the 32-bit version of __chkstk will probe the stack and adjust the stack pointer. 11 ; The 64-bit version of __chkstk is only responsible for probing the stack. The 64-bit 21 ; LINUX-NOT: call __chkstk 26 ; Make sure we don't call __chkstk or __alloca when we have less than a 4096 stack [all …]
|
/external/python/cpython2/Lib/distutils/ |
D | cygwinccompiler.py | 5 the Mingw32CCompiler class which handles the mingw32 port of GCC (same as 6 cygwin in no-cygwin mode). 14 # - create a def-file for python??.dll 15 # - create an import library using 16 # dlltool --dllname python15.dll --def python15.def \ 17 # --output-lib libpython15.a 19 # see also http://starship.python.net/crew/kernr/mingw32/Notes.html 21 # * We put export_symbols in a def-file, and don't use 22 # --export-all-symbols because it doesn't worked reliable in some 30 # see also http://starship.python.net/crew/kernr/mingw32/Notes.html [all …]
|
/external/libcxx/ |
D | appveyor.yml | 9 - Debug 13 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 14 CMAKE_OPTIONS: -DCMAKE_C_COMPILER=clang-cl.exe -DCMAKE_CXX_COMPILER=clang-cl.exe 21 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 22 MINGW_PATH: C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1\mingw32\bin 24 MAKE_PROGRAM: mingw32-make 31 - call "%APPVEYOR_BUILD_FOLDER%\\appveyor-reqs-install.cmd" 34 - if DEFINED MSVC_SETUP_PATH call "%MSVC_SETUP_PATH%" %MSVC_SETUP_ARG% 35 - cd %APPVEYOR_BUILD_FOLDER% 38 - md C:\projects\build-libcxx [all …]
|
1234567