Home
last modified time | relevance | path

Searched +full:i686 +full:- +full:w64 +full:- +full:mingw32 +full:- +full:gcc (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMinGW.cpp1 //===--- MinGW.cpp - MinGWToolChain Implementation ------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
39 CmdArgs.push_back("--32"); in ConstructJob()
41 CmdArgs.push_back("--64"); in ConstructJob()
46 CmdArgs.push_back("-o"); in ConstructJob()
64 CmdArgs.push_back("-lmingwthrd"); in AddLibGCC()
65 CmdArgs.push_back("-lmingw32"); in AddLibGCC()
67 // Make use of compiler-rt if --rtlib option is used in AddLibGCC()
76 CmdArgs.push_back("-lgcc"); in AddLibGCC()
[all …]
/freebsd/sys/contrib/libsodium/dist-build/
H A Dmsys2-win32.sh3 export CFLAGS="-Ofast -fomit-frame-pointer -m32 -march=pentium3 -mtune=westmere"
4 export PREFIX="$(pwd)/libsodium-win32"
6 if (i686-w64-mingw32-gcc --version > /dev/null 2>&1) then
9 echo Please install mingw-w64-i686-gcc >&2
13 ./configure --prefix="$PREFIX" --exec-prefix="$PREFIX" \
14 --host=i686-w64-mingw32 && \
/freebsd/crypto/libecc/
H A D.travis.yml4 - bionic
9- secure: "jhz0JLrLjWABZfT/mWiwuddUMvJNdrkIWJEqFGtGLO/x/nbiFD8ooHl/Sb+JSOsr8obXYMVmO+7ubTOLeqAbfaq…
12- echo -n | openssl s_client -connect https://scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE
19 - make
20 - gcc
21 - clang
22 - qemu-user-static
23 - wine-stable
24 - wine32
25 - wine64
[all …]
/freebsd/contrib/ldns/
H A Dmakewin.sh8 #configure="mingw32-configure"
9 #strip="i686-w64-mingw32-strip"
10 #warch="i686"
11 configure="mingw64-configure"
12 strip="x86_64-w64-mingw32-strip"
14 WINSSL="$HOME/Downloads/openssl-1.1.0h.tar.gz"
20 # the destination is a zipfile in the start directory ldns-a.b.c.zip
30 rm -rf "$cdir"
36 sed -e "s/$2/$3/g" < "$1".orig > "$1" && \
43 "-h")
[all …]
/freebsd/sys/contrib/zstd/
H A Dappveyor.yml4 -
8 - release
9 - master
10 - /appveyor*/
11 - /visual*/
14 - COMPILER: "gcc"
17 SCRIPT: "make allzstd MOREFLAGS=-static"
20 - COMPILER: "gcc"
23 SCRIPT: "make allzstd MOREFLAGS=-static"
27 - COMPILER: "clang-cl"
[all …]
/freebsd/crypto/libecc/scripts/
H A Dcrossbuild.sh2 # * Copyright (C) 2017 - This file is part of libecc project
7 # * Jean-Pierre FLORI <jean-pierre.flori@ssi.gouv.fr>
21 if [ -e $1 ]
58 mkdir -p $ROOT_DIR
60 cp -r $SRC_DIR/src/ $ROOT_DIR/
61 cp -r $SRC_DIR/include/ $ROOT_DIR/
64 mkdir -p $ROOT_DIR/build
65 mkdir -p $CROSSBUILD_OUTPUT/compilation_log
66 mkdir -p $CROSSBUILD_OUTPUT/error_log
69 …: for 64 bit triplets, multiarch/crossbuild docker's gcc 4.9 has a bug handling loop unrolling in
[all …]
/freebsd/crypto/openssl/
H A DNOTES-WINDOWS.md4 - [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
31 The native builds using Visual C++ have a `VC-*` prefix.
34 -------------------
49 Since these are proprietary and ever-changing we cannot test them all.
[all …]
/freebsd/contrib/sqlite3/tea/tclconfig/
H A Dtcl.m41 # tcl.m4 --
3 # This file provides a set of autoconf macros to help TEA-enable
6 # Copyright (c) 1999-2000 Ajuba Solutions.
7 # Copyright (c) 2002-2005 ActiveState Corporation.
16 # TEA_WINDOWINGSYSTEM - win32 aqua x11 (mirrors 'tk windowingsystem')
17 # TEA_PLATFORM - windows unix
18 # TEA_TK_EXTENSION - True if this is a Tk extension
21 #------------------------------------------------------------------------
22 # TEA_PATH_TCLCONFIG --
33 # --with-tcl=...
[all …]
/freebsd/contrib/sqlite3/tea/
H A Dconfigure2 # Guess values for system-dependent variables and create Makefiles.
6 # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
12 ## -------------------- ##
14 ## -------------------- ##
23 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
25 alias -g '${1+"$@"}'='"$@"'
28 case `(set -o) 2>/dev/null` in #(
30 set -o posix ;; #(
44 # Quoting is to prevent editors from complaining about space-tab.
54 # Ensure predictable behavior from utilities with locale-dependent output.
[all …]