Home
last modified time | relevance | path

Searched refs:sysroot (Results 1 – 25 of 82) sorted by relevance

1234

/freebsd/crypto/openssl/Configurations/
H A D15-android.conf55 my ($sysroot, $api, $arch);
60 if ($sysroot = $ENV{CROSS_SYSROOT}) {
61 $sysroot =~ m|/android-([0-9]+)/arch-(\w+)/?$|;
64 $sysroot = "$ndk/sysroot";
83 $sysroot = "@platforms[$#platforms]/arch-$arch";
84 $sysroot =~ m|/android-([0-9]+)/arch-$arch|;
100 die "no sysroot=$sysroot" if (length $sysroot && !-d $sysroot);
113 if (length $sysroot) {
149 if (length $sysroot) {
150 if (!-d "$sysroot/usr/include") {
[all …]
/freebsd/contrib/pkgconf/tests/lib1/
H A Dsysroot-dir.pc1 Name: sysroot-dir
2 Description: Package for testing whether sysroot dirs are repeated or not
4 CFlags: -I/sysroot/include
5 Libs: -L/sysroot/lib -lfoo
H A Dsysroot-dir-5.pc1 prefix=/sysroot/usr
5 Name: sysroot-dir
6 Description: Package for testing whether sysroot dirs are repeated or not
H A Dsysroot-dir-3.pc1 prefix=/sysroot/usr
5 Name: sysroot-dir
6 Description: Package for testing whether sysroot dirs are repeated or not
H A Dsysroot-dir-2.pc3 Name: sysroot-dir
4 Description: Package for testing whether sysroot dirs are repeated or not
H A Dsysroot-dir-4.pc5 Name: sysroot-dir
6 Description: Package for testing whether sysroot dirs are repeated or not
H A Dcflags-whitespace.pc2 Description: Demonstrates problems with -I with spaces and sysroot munging
H A Domg-sysroot-uninstalled.pc6 Name: omg-sysroot
/freebsd/contrib/pkgconf/tests/
H A Dsysroot.sh52 pkgconf --cflags sysroot-dir-2
56 pkgconf --cflags sysroot-dir-3
60 pkgconf --cflags sysroot-dir-5
66 pkgconf --cflags sysroot-dir-4
109 pkgconf --libs omg-sysroot
H A Dregress.sh225 …sed "s|/sysroot/|${selfdir}/|g" ${selfdir}/lib1/sysroot-dir.pc > ${selfdir}/lib1/sysroot-dir-selfd…
229 pkgconf --libs sysroot-dir-selfdir
267 pkgconf --with-path="${selfdir}/lib1" --variable=pkgdatadir explicit-sysroot
H A DKyuafile.in9 atf_test_program{name='sysroot'}
H A Dmeson.build15 'sysroot',
/freebsd/contrib/googletest/docs/
H A Dpkgconfig.md72 your sysroot is `/home/MYUSER/sysroot`. Configure and install GTest using
78 Install into the sysroot using `DESTDIR`:
81 make -j install DESTDIR=/home/MYUSER/sysroot
110 Notice that the sysroot is not included in `libdir` and `includedir`! If you try
112 `PKG_CONFIG_LIBDIR=/home/MYUSER/sysroot/usr/lib64/pkgconfig` against this `.pc`
124 inject the actual sysroot into `-I` and `-L` variables. Let us now tell
125 pkg-config about the actual sysroot
129 export PKG_CONFIG_SYSROOT_DIR=/home/MYUSER/sysroot
137 -DGTEST_HAS_PTHREAD=1 -lpthread -I/home/MYUSER/sysroot/usr/include
139 -L/home/MYUSER/sysroot/usr/lib64 -lgtest -lpthread
[all …]
/freebsd/sys/contrib/openzfs/contrib/dracut/90zfs/
H A Dzfs-generator.sh.in20 mkdir -p "$GENERATOR_DIR"/sysroot.mount.d "$GENERATOR_DIR"/dracut-pre-mount.service.d
32 } > "$GENERATOR_DIR"/sysroot.mount.d/zfs-enhancement.conf
33 ln -fs ../sysroot.mount "$GENERATOR_DIR"/initrd-root-fs.target.requires/sysroot.mount
H A Dzfs-nonroot-necessities.service.in3 After=sysroot.mount
14 echo "Mounting $1 on /sysroot$2"; \
15 mount -o zfsutil -t zfs "$1" "/sysroot$2"; \
H A Dmount-zfs.sh.in8 GENERATOR_FILE=/run/systemd/generator/sysroot.mount
9 GENERATOR_EXTENSION=/run/systemd/generator/sysroot.mount.d/zfs-enhancement.conf
/freebsd/share/mk/
H A Dlocal.init.mk17 CFLAGS_LAST+= --sysroot=${SYSROOT}
18 CXXFLAGS_LAST+= --sysroot=${SYSROOT}
19 LDADD+= --sysroot=${SYSROOT}
/freebsd/contrib/sqlite3/autosetup/
H A Dpkg-config.tcl52 if {[opt-str sysroot o]} {
72 set sysroot [get-define SYSROOT]
82 set env(PKG_CONFIG_SYSROOT_DIR) $sysroot
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DXcodeSDK.h67 XcodeSDK(std::string name, FileSpec sysroot) in XcodeSDK() argument
68 : m_name(std::move(name)), m_sysroot(std::move(sysroot)) { in XcodeSDK()
/freebsd/sys/contrib/libsodium/dist-build/
H A Dandroid-build.sh59 --with-sysroot="${TOOLCHAIN_DIR}/sysroot" || exit 1
75 --with-sysroot="${TOOLCHAIN_DIR}/sysroot" || exit 1
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp203 if (const std::string &sysroot = GetSDKRootDirectory(); !sysroot.empty()) in DebugProcess() local
204 emulator_env["QEMU_LD_PREFIX"] = sysroot; in DebugProcess()
/freebsd/tools/build/options/
H A DWITH_SYSROOT1 Enable use of sysroot during build.
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DInitHeaderSearch.cpp55 InitHeaderSearch(HeaderSearch &HS, bool verbose, StringRef sysroot) in InitHeaderSearch() argument
56 : Headers(HS), Verbose(verbose), IncludeSysroot(std::string(sysroot)), in InitHeaderSearch()
57 HasSysroot(!(sysroot.empty() || sysroot == "/")) {} in InitHeaderSearch()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSourceModule.h22 ConstString sysroot; member
/freebsd/contrib/pkgconf/doc/
H A Dlibpkgconf-client.rst57 Retrieves the client's sysroot directory (if any).
60 :return: A string containing the sysroot directory or NULL.
65 …Sets or clears the sysroot directory on a client object. Any previous sysroot directory setting is
71 :param char* sysroot_dir: The sysroot directory to set or NULL to unset.

1234