Searched +full:i686 +full:- +full:w64 +full:- +full:mingw32 +full:- +full:gcc (Results 1 – 9 of 9) sorted by relevance
1 //===--- MinGW.cpp - MinGWToolChain Implementation ------------------------===//5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception7 //===----------------------------------------------------------------------===//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 …]
3 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) then9 echo Please install mingw-w64-i686-gcc >&213 ./configure --prefix="$PREFIX" --exec-prefix="$PREFIX" \14 --host=i686-w64-mingw32 && \
4 - bionic9 …- 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 - make20 - gcc21 - clang22 - qemu-user-static23 - wine-stable24 - wine3225 - wine64[all …]
8 #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.zip30 rm -rf "$cdir"36 sed -e "s/$2/$3/g" < "$1".orig > "$1" && \43 "-h")[all …]
4 -8 - release9 - master10 - /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 …]
2 # * Copyright (C) 2017 - This file is part of libecc project7 # * Jean-Pierre FLORI <jean-pierre.flori@ssi.gouv.fr>21 if [ -e $1 ]58 mkdir -p $ROOT_DIR60 cp -r $SRC_DIR/src/ $ROOT_DIR/61 cp -r $SRC_DIR/include/ $ROOT_DIR/64 mkdir -p $ROOT_DIR/build65 mkdir -p $CROSSBUILD_OUTPUT/compilation_log66 mkdir -p $CROSSBUILD_OUTPUT/error_log69 …: for 64 bit triplets, multiarch/crossbuild docker's gcc 4.9 has a bug handling loop unrolling in …[all …]
4 - [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 MSYS231 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 …]
1 # tcl.m4 --3 # This file provides a set of autoconf macros to help TEA-enable6 # 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 unix18 # TEA_TK_EXTENSION - True if this is a Tk extension21 #------------------------------------------------------------------------22 # TEA_PATH_TCLCONFIG --33 # --with-tcl=...[all …]
2 # 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+"$@"}, which25 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 …]