Home
last modified time | relevance | path

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

123

/freebsd-13.1/share/mk/
H A Dlocal.init.mk18 CFLAGS_LAST+= --sysroot=${SYSROOT}
19 CXXFLAGS_LAST+= --sysroot=${SYSROOT}
20 LDADD+= --sysroot=${SYSROOT}
H A Dbsd.compat.mk149 --sysroot=${LIBCOMPATTMP} \
/freebsd-13.1/sys/contrib/openzfs/contrib/dracut/90zfs/
H A Dzfs-generator.sh.in47 mkdir -p "$GENERATOR_DIR"/sysroot.mount.d "$GENERATOR_DIR"/initrd-root-fs.target.requires "$GENERAT…
62 } > "$GENERATOR_DIR"/sysroot.mount.d/zfs-enhancement.conf
63 ln -fs ../sysroot.mount "$GENERATOR_DIR"/initrd-root-fs.target.requires/sysroot.mount
H A Dmount-zfs.sh.in14 GENERATOR_FILE=/run/systemd/generator/sysroot.mount
15 GENERATOR_EXTENSION=/run/systemd/generator/sysroot.mount.d/zfs-enhancement.conf
/freebsd-13.1/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-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSourceModule.h22 ConstString sysroot; member
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DInitHeaderSearch.cpp56 InitHeaderSearch(HeaderSearch &HS, bool verbose, StringRef sysroot) in InitHeaderSearch() argument
57 : Headers(HS), Verbose(verbose), IncludeSysroot(std::string(sysroot)), in InitHeaderSearch()
58 HasSysroot(!(sysroot.empty() || sysroot == "/")) {} in InitHeaderSearch()
/freebsd-13.1/contrib/unbound/
H A DREADME-Travis.md69 …et, the OpenSSL triplet, the toolchain path, the tool variables, and the sysroot. The discussion b…
120 …s like `CC`, `CXX`, `AS` and `AR`; sets `CFLAGS` and `CXXFLAGS`; sets a `sysroot` so Android heade…
144 …ONFIG_PATH` is exported. `PKG_CONFIG_PATH` is the userland equivalent to sysroot, and allows Autot…
185 …et, the OpenSSL triplet, the toolchain path, the tool variables, and the sysroot. The discussion b…
221 …s like `CC`, `CXX`, `AS` and `AR`; sets `CFLAGS` and `CXXFLAGS`; sets a `sysroot` so iOS headers a…
246 `PKG_CONFIG_PATH` is an important variable. It is the userland equivalent to sysroot, and allows Au…
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp51 if (config->sysroot == "") in ScriptParser()
55 if (!sys::fs::equivalent(config->sysroot, path)) in ScriptParser()
290 StringRef path = (config->sysroot + s).toStringRef(pathData); in addFile()
294 setError("cannot find " + s + " inside " + config->sysroot); in addFile()
303 if (config->sysroot.empty()) in addFile()
306 driver->addFile(saver.save(config->sysroot + "/" + s.substr(1)), in addFile()
H A DDriverUtils.cpp217 path::append(s, config->sysroot, path1.substr(1), path2); in findFile()
H A DConfig.h127 llvm::StringRef sysroot; member
H A DOptions.td394 defm sysroot: Eq<"sysroot", "Set the system root">;
H A DDriver.cpp1140 config->sysroot = args.getLastArgValue(OPT_sysroot); in readConfigs()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i350 SetCurrentPlatformSDKRoot (const char *sysroot);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h228 bool SetCurrentPlatformSDKRoot(const char *sysroot);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1505 bool SBDebugger::SetCurrentPlatformSDKRoot(const char *sysroot) { in SetCurrentPlatformSDKRoot() argument
1507 (const char *), sysroot); in SetCurrentPlatformSDKRoot()
1515 if (log && sysroot) in SetCurrentPlatformSDKRoot()
1517 sysroot); in SetCurrentPlatformSDKRoot()
1518 platform_sp->SetSDKRootDirectory(ConstString(sysroot)); in SetCurrentPlatformSDKRoot()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticDriverKinds.td344 def warn_missing_sysroot : Warning<"no such sysroot directory: '%0'">,
345 InGroup<DiagGroup<"missing-sysroot">>;
346 def warn_incompatible_sysroot : Warning<"using sysroot for '%0' but targeting '%1'">,
347 InGroup<DiagGroup<"incompatible-sysroot">>;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp256 auto sysroot_begin = llvm::sys::path::begin(module.sysroot.GetStringRef()); in AddModule()
257 auto sysroot_end = llvm::sys::path::end(module.sysroot.GetStringRef()); in AddModule()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h512 void RegisterXcodeSDK(llvm::StringRef sdk, llvm::StringRef sysroot);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp826 const char *sysroot = in ParseXcodeSDK() local
834 module_sp->RegisterXcodeSDK(sdk, sysroot); in ParseXcodeSDK()
838 local_module_sp->RegisterXcodeSDK(sdk, sysroot); in ParseXcodeSDK()
1017 if (const char *sysroot = dwarf_cu->DIE().GetAttributeValueAsString( in ParseImportedModules() local
1019 module.sysroot = ConstString(sysroot); in ParseImportedModules()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1615 void Module::RegisterXcodeSDK(llvm::StringRef sdk_name, llvm::StringRef sysroot) { in RegisterXcodeSDK() argument
1622 ConstString sysroot_cs(sysroot); in RegisterXcodeSDK()
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp411 StringRef sysroot = C.getSysRoot(); in AddLinkArgs() local
412 if (sysroot != "") { in AddLinkArgs()
414 CmdArgs.push_back(C.getArgs().MakeArgString(sysroot)); in AddLinkArgs()
/freebsd-13.1/crypto/heimdal/
H A Dltmain.sh5638 -model|-arch|-isysroot|--sysroot)
5842 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \
/freebsd-13.1/contrib/llvm-project/
H A DFREEBSD-Xlist857 llvm/utils/sysroot.py
/freebsd-13.1/contrib/openpam/m4/
H A Dlibtool.m41248 [AC_MSG_CHECKING([for sysroot])
1249 AC_ARG_WITH([sysroot],
1250 [AS_HELP_STRING([--with-sysroot@<:@=DIR@:>@],
1251 [Search for dependent libraries within DIR (or the compiler's sysroot
1261 lt_sysroot=`$CC --print-sysroot 2>/dev/null`
1271 AC_MSG_ERROR([The sysroot must be an absolute path.])
7543 # Expand the sysroot to ease extracting the directories later.

123