| /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 | isystem-sysroot-prefixed.pc | 1 Name: isystem-sysroot-prefixed 2 Description: -isystem path already begins with the configured sysroot; sysroot must not be injected…
|
| 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
|
| /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/contrib/pkgconf/t/sysroot/ |
| H A D | no-pc_sysrootdir-rewriting-variable.test | 1 Environment: PKG_CONFIG_SYSROOT_DIR=/sysroot 3 Query: explicit-sysroot 5 ExpectedStdout: /sysroot//usr/share/test
|
| H A D | no-pc_sysrootdir-rewriting-3.test | 1 Environment: PKG_CONFIG_SYSROOT_DIR=/sysroot 3 Query: sysroot-dir-3 5 ExpectedStdout: -I/sysroot/usr/include
|
| H A D | no-pc_sysrootdir-rewriting-5.test | 1 Environment: PKG_CONFIG_SYSROOT_DIR=/sysroot 3 Query: sysroot-dir-5 5 ExpectedStdout: -I/sysroot/usr/include
|
| H A D | no-pc_sysrootdir-rewriting-2.test | 1 Environment: PKG_CONFIG_SYSROOT_DIR=/sysroot 3 Query: sysroot-dir-2 5 ExpectedStdout: -I/sysroot/usr/include
|
| H A D | uninstalled-rewriting-fdo-rules-with-pc_sysrootdir.test | 1 Environment: PKG_CONFIG_SYSROOT_DIR=/sysroot 4 Query: omg-sysroot 6 ExpectedStdout: -L/sysroot/test/lib -lomg
|
| H A D | sysroot-differs-from-destdir-injects.test | 1 Environment: PKG_CONFIG_SYSROOT_DIR=/sysroot 6 ExpectedStdout: -fPIC -I/sysroot/test/include/foo -L/sysroot/test/lib -lfoo
|
| H A D | path-segment-awareness.test | 3 Query: sysroot-dir-3 5 ExpectedStdout: -I/s/sysroot/usr/include
|
| H A D | uninstalled-rewriting-pkgconf-1-rules.test | 1 Environment: PKG_CONFIG_SYSROOT_DIR=/sysroot 6 ExpectedStdout: -L/sysroot/test/lib -lomg
|
| H A D | sysroot-equals-destdir-fdo-rules.test | 1 Environment: PKG_CONFIG_SYSROOT_DIR=/sysroot 2 Environment: DESTDIR=/sysroot
|
| /freebsd/contrib/pkgconf/libpkgconf/ |
| H A D | bytecode.c | 180 if (!pkgconf_bytecode_eval_append(ctx, out, pkgconf_buffer_str_or_empty(&ctx->sysroot))) in pkgconf_bytecode_eval_internal() 215 if (!pkgconf_buffer_append(&ctx->sysroot, raw)) in pkgconf_bytecode_eval_ctx_init() 218 while (pkgconf_buffer_len(&ctx->sysroot) > 1 && ctx->sysroot.end[-1] == '/') in pkgconf_bytecode_eval_ctx_init() 220 if (!pkgconf_buffer_trim_byte(&ctx->sysroot)) in pkgconf_bytecode_eval_ctx_init() 225 if (pkgconf_buffer_len(&ctx->sysroot) == 1 && ctx->sysroot.base[0] == '/') in pkgconf_bytecode_eval_ctx_init() 227 if (!pkgconf_buffer_trim_byte(&ctx->sysroot)) in pkgconf_bytecode_eval_ctx_init() 251 pkgconf_buffer_finalize(&ctx.sysroot); in pkgconf_bytecode_eval()
|
| /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
|