/freebsd/contrib/ntp/sntp/m4/ |
H A D | ntp_problemtests.m4 | 12 $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 D | sntp_problemtests.m4 | 12 $host) cross=0 ;; 13 *) cross=1 ;; 30 case "$sntp_ept:$cross:$host" in 39 case "$sntp_ept:$cross:$host" in
|
H A D | ntp_facilitynames.m4 |
|
H A D | ntp_crosscompile.m4 | 4 # Expose a cross-compilation indicator to makefiles
|
H A D | ntp_prog_cc.m4 | 14 dnl we need to check for cross compile tools for vxWorks here
|
/freebsd/crypto/libecc/src/tests/ |
H A D | meson.build | 10 # 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 D | pkgconfig.md | 68 ### 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 D | Makefile | 71 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 D | Makefile.boot | 48 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 D | WITHOUT_CROSS_COMPILER | 1 Do not build any cross compiler in the cross-tools stage of buildworld.
|
H A D | WITH_UNIFIED_OBJDIR | 4 For cross-builds, native-builds, and sub-directory builds, the format of
|
H A D | WITH_SYSTEM_COMPILER | 1 Opportunistically skip building a cross-compiler during the
|
H A D | WITHOUT_SYSTEM_COMPILER | 1 Do not opportunistically skip building a cross-compiler during the
|
H A D | WITHOUT_UNIFIED_OBJDIR | 7 while for cross-builds
|
H A D | WITH_SYSTEM_LINKER | 1 Opportunistically skip building a cross-linker during the
|
H A D | WITHOUT_SYSTEM_LINKER | 1 Do not opportunistically skip building a cross-linker during the
|
/freebsd/contrib/unbound/ |
H A D | README-Travis.md | 69 …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 D | README-Travis.md | 65 …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 D | NOTES-WINDOWS.md | 20 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 D | NOTES-NONSTOP.md | 111 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 D | meson.build | 69 # 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 D | src.init.linux.mk | 5 CFLAGS+= -I${SRCTOP}/tools/build/cross-build/include/linux
|
H A D | src.init.mk | 24 -I${SRCTOP}/tools/build/cross-build/include/common \
|
/freebsd/contrib/llvm-project/lld/ |
H A D | README.md | 5 modular cross platform linker which is built as part of the LLVM compiler
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | xxhash.cpp | 206 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()
|