Home
last modified time | relevance | path

Searched refs:cross (Results 1 – 25 of 256) sorted by relevance

1234567891011

/freebsd/contrib/ntp/sntp/m4/
H A Dntp_problemtests.m412 $host) cross=0 ;;
13 *) cross=1 ;;
30 case "$ntp_ept:$cross:$host" in
45 case "$ntp_ept:$cross:$host" in
59 case "$ntp_ept:$cross:$host" in
H A Dsntp_problemtests.m412 $host) cross=0 ;;
13 *) cross=1 ;;
30 case "$sntp_ept:$cross:$host" in
39 case "$sntp_ept:$cross:$host" in
H A Dntp_facilitynames.m4
H A Dntp_crosscompile.m44 # Expose a cross-compilation indicator to makefiles
H A Dntp_prog_cc.m414 dnl we need to check for cross compile tools for vxWorks here
/freebsd/crypto/libecc/src/tests/
H A Dmeson.build10 # as the library itself, meaning that in case of cross-compilation
14 # the cross file used has declared an 'exe_wrapper' entry, such as,
15 # for e.g. in a arm32 cross-file:
/freebsd/contrib/googletest/docs/
H A Dpkgconfig.md68 ### Using pkg-config in a cross-compilation setting
70 Pkg-config can be used in a cross-compilation setting too. To do this, let's
71 assume the final prefix of the cross-compiled installation will be `/usr`, and
85 variables for pkg-config in a cross-compilation setting:
123 order to use this in a cross-compilation setting, we need to tell pkg-config to
144 Elio Pettenò: <https://autotools.io/pkgconfig/cross-compiling.html>
/freebsd/targets/pseudo/bootstrap-tools/
H A DMakefile71 cross-tools: build-tools
73 cross-tools build-tools bootstrap-tools: .MAKE ${META_DEPS}
97 bootstrap-toolchain: .MAKE cross-tools
/freebsd/tools/build/mk/
H A DMakefile.boot48 CFLAGS+= -I${SRCTOP}/tools/build/cross-build/include/linux
59 CFLAGS+= -I${SRCTOP}/tools/build/cross-build/include/mac
75 CFLAGS+= -I${SRCTOP}/tools/build/cross-build/include/common
/freebsd/tools/build/options/
H A DWITHOUT_CROSS_COMPILER1 Do not build any cross compiler in the cross-tools stage of buildworld.
H A DWITH_UNIFIED_OBJDIR4 For cross-builds, native-builds, and sub-directory builds, the format of
H A DWITH_SYSTEM_COMPILER1 Opportunistically skip building a cross-compiler during the
H A DWITHOUT_SYSTEM_COMPILER1 Do not opportunistically skip building a cross-compiler during the
H A DWITHOUT_UNIFIED_OBJDIR7 while for cross-builds
H A DWITH_SYSTEM_LINKER1 Opportunistically skip building a cross-linker during the
H A DWITHOUT_SYSTEM_LINKER1 Do not opportunistically skip building a cross-linker during the
/freebsd/contrib/unbound/
H A DREADME-Travis.md69 …e Android NDK and SDK, it requires a cross-compile, and requires OpenSSL and Expat prerequisites. …
73 The first step sets environmental variables for the cross-compile using the Travis job. A typical j…
120 The fourth step sets the Android cross-compile environment using the script `contrib/android/setenv…
185 …everal reasons. The testing requires a cross-compile, and requires OpenSSL and Expat prerequisites…
189 The first step sets environmental variables for the cross-compile using the Travis job. A typical j…
199 - OPENSSL_HOST=ios-cross
221 The third step sets the iOS cross-compile environment using the script `contrib/ios/setenv_ios.sh`.…
225 The `contrib/ios/setenv_ios.sh` script specifies the tools to use during the cross-compile. For App…
/freebsd/contrib/ldns/
H A DREADME-Travis.md65 …of the Android NDK and SDK, it requires a cross-compile, and requires OpenSSL prerequisites. The A…
69 The first step sets environmental variables for the cross-compile using the Travis job. A typical j…
116 The fourth step sets the Android cross-compile environment using the script `contrib/android/setenv…
183 …for several reasons. The testing requires a cross-compile, and requires OpenSSL prerequisites. The…
187 The first step sets environmental variables for the cross-compile using the Travis job. A typical j…
197 - OPENSSL_HOST=ios-cross
219 The third step sets the iOS cross-compile environment using the script `contrib/ios/setenv_ios.sh`.…
223 The `contrib/ios/setenv_ios.sh` script specifies the tools to use during the cross-compile. For App…
/freebsd/crypto/openssl/
H A DNOTES-WINDOWS.md20 MinGW cross compiler
158 MinGW offers an alternative way to build native OpenSSL, by cross compilation.
198 In this case configure with the corresponding `--cross-compile-prefix=`
201 ./Configure mingw --cross-compile-prefix=i686-w64-mingw32- ...
205 ./Configure mingw64 --cross-compile-prefix=x86_64-w64-mingw32- ...
208 mingw[64] cross compilation.
H A DNOTES-NONSTOP.md111 Your `PATH` must include the bin directory for the c99 cross-compiler, as in:
115 This should be set before Configure is run. For the c99 cross-compiler to work
126 Do not forget to include any OpenSSL cross-compiling prefix and certificate
134 **Note:** In the event that you are attempting a FIPS-compliant cross-compile,
136 cross-compiles as the compilers do not necessarily generate identical objects.
141 point or another. If you are successful in your cross-compile efforts, please
150 of OpenSSL cannot be cross-compiled.
/freebsd/crypto/libecc/
H A Dmeson.build69 # info compilers arguments (such as m32/m64 should be cross-file related.
70 # just using a different cross-file (event for m32 on m64 arch for e.g. is enough
245 # check if the nominal library built has been made native or cross. If
246 # cross, another build must be made natively for native tooling
/freebsd/share/mk/
H A Dsrc.init.linux.mk5 CFLAGS+= -I${SRCTOP}/tools/build/cross-build/include/linux
H A Dsrc.init.mk24 -I${SRCTOP}/tools/build/cross-build/include/common \
/freebsd/contrib/llvm-project/lld/
H A DREADME.md5 modular cross platform linker which is built as part of the LLVM compiler
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dxxhash.cpp206 const uint64_t cross = (lo_lo >> 32) + (hi_lo & 0xFFFFFFFF) + lo_hi; in XXH3_mul128_fold64()
207 const uint64_t upper = (hi_lo >> 32) + (cross >> 32) + hi_hi; in XXH3_mul128_fold64()
208 const uint64_t lower = (cross << 32) | (lo_lo & 0xFFFFFFFF); in XXH3_mul128_fold64()
732 uint64_t const cross = (lo_lo >> 32) + (hi_lo & 0xFFFFFFFF) + lo_hi; in XXH_mult64to128()
733 uint64_t const upper = (hi_lo >> 32) + (cross >> 32) + hi_hi; in XXH_mult64to128()
734 uint64_t const lower = (cross << 32) | (lo_lo & 0xFFFFFFFF); in XXH_mult64to128()

1234567891011