Home
last modified time | relevance | path

Searched full:cygwin (Results 1 – 25 of 990) sorted by relevance

12345678910>>...40

/external/libffi/
D.appveyor.yml6 # 32- and 64-bit gcc/cygwin
20 CYG_ROOT: C:/cygwin
21 CYG_CACHE: C:/cygwin/var/cache/setup
22 CYG_MIRROR: http://mirrors.kernel.org/sourceware/cygwin/
30 $env:BUILD="i686-pc-cygwin"
31 $env:HOST="i686-pc-cygwin"
36 $env:BUILD="i686-pc-cygwin"
37 $env:HOST="aarch64-w64-cygwin"
42 $env:BUILD="i686-pc-cygwin"
43 $env:HOST="arm-w32-cygwin"
[all …]
/external/python/cpython3/PCbuild/
Dprepare_libffi.bat10 echo cygwin must be installed (see below)
13 echo Tested with cygwin-x86 from https://www.cygwin.com/install.html
15 echo Include the following cygwin packages in cygwin configuration:
30 echo. --install-cygwin install cygwin to c:\cygwin
55 if /I "%1"=="--install-cygwin" (set INSTALL_CYGWIN=1) & shift & goto :CheckOpts
71 if NOT DEFINED SH if exist c:\cygwin\bin\sh.exe set SH=c:\cygwin\bin\sh.exe
87 %SH% --login -lc "cygcheck -dc cygwin"
103 if "%BUILD_X64%"=="1" call :BuildOne x64 x86_64-w64-cygwin x86_64-w64-cygwin
105 if "%BUILD_X86%"=="1" call :BuildOne x86 i686-pc-cygwin i686-pc-cygwin
107 if "%BUILD_ARM32%"=="1" call :BuildOne x86_arm i686-pc-cygwin arm-w32-cygwin
[all …]
/external/llvm/test/CodeGen/X86/
Dwin32_sret.ll5 ; RUN: llc < %s -mcpu=core2 -mtriple=i686-pc-cygwin | FileCheck %s -check-prefix=CYGWIN
9 ; RUN: llc < %s -mcpu=core2 -O0 -mtriple=i686-pc-cygwin | FileCheck %s -check-prefix=CYGWIN
26 ; CYGWIN-LABEL: _sret1:
27 ; CYGWIN: retl $4
46 ; CYGWIN-LABEL: _sret2:
47 ; CYGWIN: retl $4
67 ; CYGWIN-LABEL: _sret3:
68 ; CYGWIN: retl $4
91 ; CYGWIN-LABEL: _sret4:
92 ; CYGWIN: retl $4
[all …]
/external/icu/icu4c/source/
DrunConfigureICU42 Cygwin Use the GNU gcc/g++ compilers on Cygwin
43 Cygwin/MSVC Use the Microsoft Visual C++ compiler on Cygwin
44 Cygwin/MSVC2005 Use the Microsoft Visual C++ 2005 compiler on Cygwin
45 Cygwin/ICL Use the Intel C++ compiler on Cygwin
270 Cygwin)
271 THE_OS="Cygwin"
276 Cygwin/MSVC)
277 THE_OS="Windows with Cygwin"
287 Cygwin/MSVC2005)
288 THE_OS="Windows with Cygwin"
[all …]
/external/cronet/third_party/icu/source/
DrunConfigureICU42 Cygwin Use the GNU gcc/g++ compilers on Cygwin
43 Cygwin/MSVC Use the Microsoft Visual C++ compiler on Cygwin
44 Cygwin/MSVC2005 Use the Microsoft Visual C++ 2005 compiler on Cygwin
45 Cygwin/ICL Use the Intel C++ compiler on Cygwin
270 Cygwin)
271 THE_OS="Cygwin"
276 Cygwin/MSVC)
277 THE_OS="Windows with Cygwin"
287 Cygwin/MSVC2005)
288 THE_OS="Windows with Cygwin"
[all …]
/external/python/cpython3/Lib/distutils/
Dcygwinccompiler.py4 handles the Cygwin port of the GNU C compiler to Windows. It also contains
6 cygwin in no-cygwin mode).
28 # * cygwin gcc 2.91.57/ld 2.9.4/dllwrap 0.2.4 works
33 # * cygwin gcc 2.95.2/ld 2.10.90/dllwrap 2.10.90 works now
35 # see also http://sources.redhat.com/ml/cygwin/2000-06/msg01274.html
43 # * cygwin gcc 3.2/ld 2.13.90 works
88 """ Handles the Cygwin port of the GNU C compiler to Windows.
90 compiler_type = 'cygwin'
145 # cygwin and mingw32 need different sets of libraries
147 # cygwin shouldn't need msvcrt, but without the dlls will crash
[all …]
/external/python/cpython2/Lib/distutils/
Dcygwinccompiler.py4 handles the Cygwin port of the GNU C compiler to Windows. It also contains
6 cygwin in no-cygwin mode).
28 # * cygwin gcc 2.91.57/ld 2.9.4/dllwrap 0.2.4 works
33 # * cygwin gcc 2.95.2/ld 2.10.90/dllwrap 2.10.90 works now
35 # see also http://sources.redhat.com/ml/cygwin/2000-06/msg01274.html
43 # * cygwin gcc 3.2/ld 2.13.90 works
84 compiler_type = 'cygwin'
139 # cygwin and mingw32 need different sets of libraries
141 # cygwin shouldn't need msvcrt, but without the dlls will crash
296 # the same as cygwin plus some additional parameters
[all …]
/external/ImageMagick/Magick++/
DINSTALL9 UNIX and under the Cygwin UNIX-emulation environment for Windows. Standards
47 Windows '98 + Cygwin 1.3.10 Intel Pentium III GCC 2.95.3-5
49 Windows XP + Cygwin 1.3.10 Intel Pentium IV GCC 2.95.3-5
156 Cygwin & GCC
158 It is possible to build both ImageMagick and Magick++ under the Cygwin
160 http://www.cygwin.com/ . An X11R6 environment for Cygwin is available
161 from http://www.cygwin.com/xfree/ .To build using Cygwin and GCC, follow
163 yet include support for building Windows DLLs under Cygwin so do not enable
/external/libusb/
Dappveyor.yml40 - cmd: xcopy /S /I "%APPVEYOR_BUILD_FOLDER%" C:\cygwin\home\appveyor\libusb
44 - cmd: C:\cygwin\bin\bash -l "%APPVEYOR_BUILD_FOLDER%\.private\appveyor_build.sh" cygwin
46 …\tests\*.exe C:\msys64\home\appveyor\libusb-MinGW-Win32 C:\cygwin\home\appveyor\libusb-cygwin-Win32
60 - cmd: C:\cygwin64\bin\bash -l "%APPVEYOR_BUILD_FOLDER%\.private\appveyor_build.sh" cygwin
62 …N%\tests\*.exe C:\msys64\home\appveyor\libusb-MinGW-x64 C:\cygwin64\home\appveyor\libusb-cygwin-x64
/external/pcre/
DNON-AUTOTOOLS-BUILD229 paradigm on Windows systems: using MinGW or using Cygwin. These are not at all
241 The Cygwin home page (http://www.cygwin.com/) says this:
243 Cygwin is a Linux-like environment for Windows. It consists of two parts:
250 On both MinGW and Cygwin, PCRE2 should build correctly using:
258 Using Cygwin's compiler generates libraries and executables that depend on
263 purchase an appropriate Cygwin licence.
271 If a Cygwin user uses the -mno-cygwin Cygwin gcc flag, what that really does is
272 to tell Cygwin's gcc to use the MinGW gcc. Cygwin's gcc is only acting as a
273 front end to MinGW's gcc (if you install Cygwin's gcc, you get both Cygwin's
276 . Build native binaries by using MinGW or by getting Cygwin and using
[all …]
/external/pcre/doc/html/
DNON-AUTOTOOLS-BUILD.txt229 paradigm on Windows systems: using MinGW or using Cygwin. These are not at all
241 The Cygwin home page (http://www.cygwin.com/) says this:
243 Cygwin is a Linux-like environment for Windows. It consists of two parts:
250 On both MinGW and Cygwin, PCRE2 should build correctly using:
258 Using Cygwin's compiler generates libraries and executables that depend on
263 purchase an appropriate Cygwin licence.
271 If a Cygwin user uses the -mno-cygwin Cygwin gcc flag, what that really does is
272 to tell Cygwin's gcc to use the MinGW gcc. Cygwin's gcc is only acting as a
273 front end to MinGW's gcc (if you install Cygwin's gcc, you get both Cygwin's
276 . Build native binaries by using MinGW or by getting Cygwin and using
[all …]
/external/python/setuptools/setuptools/_distutils/
Dcygwinccompiler.py4 handles the Cygwin port of the GNU C compiler to Windows. It also contains
6 cygwin in no-cygwin mode).
28 # * cygwin gcc 2.91.57/ld 2.9.4/dllwrap 0.2.4 works
33 # * cygwin gcc 2.95.2/ld 2.10.90/dllwrap 2.10.90 works now
35 # see also http://sources.redhat.com/ml/cygwin/2000-06/msg01274.html
43 # * cygwin gcc 3.2/ld 2.13.90 works
99 """ Handles the Cygwin port of the GNU C compiler to Windows.
101 compiler_type = 'cygwin'
263 # the same as cygwin plus some additional parameters
277 'Cygwin gcc cannot be used with --compiler=mingw32')
[all …]
/external/jcommander/
Dgradlew30 cygwin=false
34 CYGWIN* )
35 cygwin=true
45 # For Cygwin, ensure paths are in UNIX format before anything is touched.
46 if $cygwin ; then
93 if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then
113 # For Cygwin, switch paths to Windows format before running java
114 if $cygwin ; then
/external/oboe/apps/OboeTester/
Dgradlew30 cygwin=false
34 CYGWIN* )
35 cygwin=true
45 # For Cygwin, ensure paths are in UNIX format before anything is touched.
46 if $cygwin ; then
93 if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then
113 # For Cygwin, switch paths to Windows format before running java
114 if $cygwin ; then
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/
Dgradlew30 cygwin=false
34 CYGWIN* )
35 cygwin=true
45 # For Cygwin, ensure paths are in UNIX format before anything is touched.
46 if $cygwin ; then
93 if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then
113 # For Cygwin, switch paths to Windows format before running java
114 if $cygwin ; then
/external/skia/platform_tools/android/apps/
Dgradlew30 cygwin=false
34 CYGWIN* )
35 cygwin=true
45 # For Cygwin, ensure paths are in UNIX format before anything is touched.
46 if $cygwin ; then
93 if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then
113 # For Cygwin, switch paths to Windows format before running java
114 if $cygwin ; then
/external/testng/
Dgradlew30 cygwin=false
34 CYGWIN* )
35 cygwin=true
45 # For Cygwin, ensure paths are in UNIX format before anything is touched.
46 if $cygwin ; then
93 if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then
113 # For Cygwin, switch paths to Windows format before running java
114 if $cygwin ; then
/external/jdiff/
Dgradlew30 cygwin=false
34 CYGWIN* )
35 cygwin=true
45 # For Cygwin, ensure paths are in UNIX format before anything is touched.
46 if $cygwin ; then
93 if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then
113 # For Cygwin, switch paths to Windows format before running java
114 if $cygwin ; then
/external/llvm/docs/HistoricalNotes/
D2003-01-23-CygwinNotes.txt6 under Cygwin and/or Mingw.
8 1. Cygwin doesn't have <inttypes.h> or <stdint.h>, so all the INT*_MAX
10 <stdint.h>, but Cygwin doesn't like it.
25 7. The version of Bison that cygwin (and newer Linux versions) comes with
/external/ImageMagick/www/Magick++/
DInstall.html13 …a> which is available under UNIX and under the <a href="http://www.cygwin.com/">Cygwin UNIX-emulat…
87 <p><font size="2">Windows '98 + <a href="http://www.cygwin.com/">Cygwin</a> 1.3.10</font></p></td>
101 <p><font size="2">Windows XP + <a href="http://www.cygwin.com/">Cygwin</a> 1.3.10</font></p></td>
264 <h4>Cygwin &amp; GCC</h4>
265Cygwin Unix-emulation environment for Windows NT. Obtain and install Cgywin from <a href="http://w…
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
Dtrace_time_unittest.py41 or sys.platform.startswith(trace_time._PLATFORMS['cygwin'])):
62 or sys.platform.startswith(trace_time._PLATFORMS['cygwin'])):
73 or sys.platform.startswith(trace_time._PLATFORMS['cygwin'])):
84 or sys.platform.startswith(trace_time._PLATFORMS['cygwin'])):
94 or sys.platform.startswith(trace_time._PLATFORMS['cygwin'])):
/external/grpc-grpc/examples/android/helloworld/
Dgradlew30 cygwin=false
34 CYGWIN* )
35 cygwin=true
88 if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then
108 # For Cygwin, switch paths to Windows format before running java
109 if $cygwin ; then
/external/mobly-bundled-snippets/
Dgradlew30 cygwin=false
34 CYGWIN* )
35 cygwin=true
88 if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then
108 # For Cygwin, switch paths to Windows format before running java
109 if $cygwin ; then
/external/mobly-snippet-lib/
Dgradlew30 cygwin=false
34 CYGWIN* )
35 cygwin=true
88 if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then
108 # For Cygwin, switch paths to Windows format before running java
109 if $cygwin ; then
/external/ow2-asm/gradle/
Dgradlew30 cygwin=false
34 CYGWIN* )
35 cygwin=true
88 if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then
108 # For Cygwin, switch paths to Windows format before running java
109 if $cygwin ; then

12345678910>>...40