Home
last modified time | relevance | path

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

12345678910>>...12

/freebsd/contrib/pkgconf/doc/
H A Dlibpkgconf-personality.rst7 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 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 DMakefile70 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 DMakefile.boot47 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 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
/freebsd/contrib/sqlite3/autosetup/
H A Dcc.tcl266 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 Dsystem.tcl339 set cross ""
342 set cross $host-
344 define cross [get-env CROSS $cross]
/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/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/crypto/openssl/
H A DNOTES-WINDOWS.md20 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 DNOTES-NONSTOP.md131 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 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/llvm/lib/Target/DirectX/
H A DDXILIntrinsicExpansion.cpp190 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()

12345678910>>...12