| /freebsd/contrib/pkgconf/doc/ |
| H A D | libpkgconf-personality.rst | 7 Returns the default cross-compile personality. 12 :return: the default cross-compile personality 16 Decrements the count of default cross personality instances. 24 Attempts to find a cross-compile personality given a triplet. 27 :return: the default cross-compile personality
|
| /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 | 70 cross-tools: build-tools 72 cross-tools build-tools bootstrap-tools: .MAKE ${META_DEPS} 96 bootstrap-toolchain: .MAKE cross-tools
|
| /freebsd/tools/build/mk/ |
| H A D | Makefile.boot | 47 CFLAGS+= -I${SRCTOP}/tools/build/cross-build/include/linux 58 CFLAGS+= -I${SRCTOP}/tools/build/cross-build/include/mac 73 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
|
| /freebsd/contrib/sqlite3/autosetup/ |
| H A D | cc.tcl | 266 set exe [get-env $TOOL [get-define cross]$tool] 694 set try [list [get-define cross]cc [get-define cross]gcc] 708 define CXX [find-an-executable [get-define cross]c++ [get-define cross]g++]
|
| H A D | system.tcl | 339 set cross "" 342 set cross $host- 344 define cross [get-env CROSS $cross]
|
| /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/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/crypto/openssl/ |
| H A D | NOTES-WINDOWS.md | 20 MinGW cross compiler 183 MinGW offers an alternative way to build native OpenSSL, by cross compilation. 223 In this case configure with the corresponding `--cross-compile-prefix=` 226 ./Configure mingw --cross-compile-prefix=i686-w64-mingw32- ... 230 ./Configure mingw64 --cross-compile-prefix=x86_64-w64-mingw32- ... 233 mingw[64] cross compilation.
|
| H A D | NOTES-NONSTOP.md | 131 Your `PATH` must include the bin directory for the c99 cross-compiler, as in: 135 This should be set before Configure is run. For the c99 cross-compiler to work 146 Do not forget to include any OpenSSL cross-compiling prefix and certificate 154 **Note:** In the event that you are attempting a FIPS-compliant cross-compile, 156 cross-compiles as the compilers do not necessarily generate identical objects. 161 point or another. If you are successful in your cross-compile efforts, please
|
| /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/llvm/lib/Target/DirectX/ |
| H A D | DXILIntrinsicExpansion.cpp | 190 Value *cross = PoisonValue::get(VT); in expandCrossIntrinsic() local 191 cross = Builder.CreateInsertElement(cross, yz_zy, (uint64_t)0); in expandCrossIntrinsic() 192 cross = Builder.CreateInsertElement(cross, zx_xz, 1); in expandCrossIntrinsic() 193 cross = Builder.CreateInsertElement(cross, xy_yx, 2); in expandCrossIntrinsic() 194 return cross; in expandCrossIntrinsic()
|