| /freebsd/crypto/openssl/Configurations/ |
| H A D | 15-android.conf | 55 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 D | sysroot-dir.pc | 1 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 D | sysroot-dir-5.pc | 1 prefix=/sysroot/usr 5 Name: sysroot-dir 6 Description: Package for testing whether sysroot dirs are repeated or not
|
| H A D | sysroot-dir-3.pc | 1 prefix=/sysroot/usr 5 Name: sysroot-dir 6 Description: Package for testing whether sysroot dirs are repeated or not
|
| H A D | sysroot-dir-2.pc | 3 Name: sysroot-dir 4 Description: Package for testing whether sysroot dirs are repeated or not
|
| H A D | sysroot-dir-4.pc | 5 Name: sysroot-dir 6 Description: Package for testing whether sysroot dirs are repeated or not
|
| H A D | cflags-whitespace.pc | 2 Description: Demonstrates problems with -I with spaces and sysroot munging
|
| H A D | omg-sysroot-uninstalled.pc | 6 Name: omg-sysroot
|
| /freebsd/contrib/pkgconf/tests/ |
| H A D | sysroot.sh | 52 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 D | regress.sh | 225 …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 D | Kyuafile.in | 9 atf_test_program{name='sysroot'}
|
| H A D | meson.build | 15 'sysroot',
|
| /freebsd/contrib/googletest/docs/ |
| H A D | pkgconfig.md | 72 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 D | zfs-generator.sh.in | 20 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 D | zfs-nonroot-necessities.service.in | 3 After=sysroot.mount 14 echo "Mounting $1 on /sysroot$2"; \ 15 mount -o zfsutil -t zfs "$1" "/sysroot$2"; \
|
| H A D | mount-zfs.sh.in | 8 GENERATOR_FILE=/run/systemd/generator/sysroot.mount 9 GENERATOR_EXTENSION=/run/systemd/generator/sysroot.mount.d/zfs-enhancement.conf
|
| /freebsd/share/mk/ |
| H A D | local.init.mk | 17 CFLAGS_LAST+= --sysroot=${SYSROOT} 18 CXXFLAGS_LAST+= --sysroot=${SYSROOT} 19 LDADD+= --sysroot=${SYSROOT}
|
| /freebsd/contrib/sqlite3/autosetup/ |
| H A D | pkg-config.tcl | 52 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 D | XcodeSDK.h | 67 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 D | android-build.sh | 59 --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 D | PlatformQemuUser.cpp | 203 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 D | WITH_SYSROOT | 1 Enable use of sysroot during build.
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | InitHeaderSearch.cpp | 55 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 D | SourceModule.h | 22 ConstString sysroot; member
|
| /freebsd/contrib/pkgconf/doc/ |
| H A D | libpkgconf-client.rst | 57 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.
|