| /freebsd-12.1/contrib/gcc/ |
| H A D | c-incpath.c | 126 add_standard_paths (const char *sysroot, const char *iprefix, in add_standard_paths() argument 144 if (sysroot && p->add_sysroot) in add_standard_paths() 164 if (sysroot && p->add_sysroot) in add_standard_paths() 165 str = concat (sysroot, p->fname, NULL); in add_standard_paths() 368 register_include_chains (cpp_reader *pfile, const char *sysroot, in register_include_chains() argument 388 target_c_incpath.extra_pre_includes (sysroot, iprefix, stdinc); in register_include_chains() 392 add_standard_paths (sysroot, iprefix, imultilib, cxx_stdinc); in register_include_chains() 394 target_c_incpath.extra_includes (sysroot, iprefix, stdinc); in register_include_chains() 402 static void hook_void_charptr_charptr_int (const char *sysroot ATTRIBUTE_UNUSED, in hook_void_charptr_charptr_int()
|
| H A D | c-opts.c | 90 static const char *sysroot = TARGET_SYSTEM_ROOT; variable 874 sysroot = arg; in c_common_handle_option() 1026 register_include_chains (parse_in, sysroot, iprefix, imultilib, in c_common_post_options()
|
| H A D | fix-header.c | 86 TARGET_EXTRA_INCLUDES (const char *sysroot ATTRIBUTE_UNUSED, in TARGET_EXTRA_INCLUDES() 95 TARGET_EXTRA_PRE_INCLUDES (const char *sysroot ATTRIBUTE_UNUSED, in TARGET_EXTRA_PRE_INCLUDES()
|
| H A D | configure.ac | 760 AC_ARG_WITH(build-sysroot, 761 [ --with-build-sysroot=sysroot 762 use sysroot as the system root during the build]) 764 AC_ARG_WITH(sysroot, optwith 765 [ --with-sysroot[=DIR] Search for usr/lib, usr/include, et al, within DIR.], 3181 AC_CACHE_CHECK(linker --sysroot support, 3189 if $gcc_cv_ld --help 2>/dev/null | grep sysroot > /dev/null; then 3195 [Define if your linker supports --sysroot.])
|
| H A D | config.in | 911 /* Define if your linker supports --sysroot. */
|
| /freebsd-12.1/share/mk/ |
| H A D | local.init.mk | 15 CFLAGS_LAST+= --sysroot=${SYSROOT} 16 CXXFLAGS_LAST+= --sysroot=${SYSROOT} 17 LDADD+= --sysroot=${SYSROOT}
|
| /freebsd-12.1/contrib/gcc/config/ |
| H A D | darwin-c.c | 468 darwin_register_objc_includes (const char *sysroot, const char *iprefix, in darwin_register_objc_includes() argument 488 if (iprefix && (len = cpp_GCC_INCLUDE_DIR_len) != 0 && !sysroot in darwin_register_objc_includes() 497 if (sysroot) in darwin_register_objc_includes() 498 str = concat (sysroot, fname, NULL); in darwin_register_objc_includes() 512 darwin_register_frameworks (const char *sysroot, in darwin_register_frameworks() argument 523 if (sysroot) in darwin_register_frameworks() 524 str = concat (sysroot, xstrdup (framework_defaults [i]), NULL); in darwin_register_frameworks()
|
| /freebsd-12.1/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-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | InitHeaderSearch.cpp | 52 InitHeaderSearch(HeaderSearch &HS, bool verbose, StringRef sysroot) in InitHeaderSearch() argument 53 : Headers(HS), Verbose(verbose), IncludeSysroot(sysroot), in InitHeaderSearch() 54 HasSysroot(!(sysroot.empty() || sysroot == "/")) { in InitHeaderSearch()
|
| /freebsd-12.1/contrib/binutils/ld/ |
| H A D | configure.in | 33 AC_ARG_WITH(sysroot, optwith 34 [ --with-sysroot[=DIR] Search for usr/lib et al within DIR.],
|
| H A D | NEWS | 62 * A new command-line option, --sysroot, can be used to override the 63 default sysroot location. It only applies to toolchains that were 64 configured using --with-sysroot. 132 * Added --with-sysroot configure switch to specify a target system root, for
|
| H A D | configure.tgt | 677 # This allows to build a pair of PPU/SPU toolchains with common sysroot.
|
| H A D | ChangeLog | 423 * emultempl/aix.em (..._before_allocation): Strip sysroot prefix
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBDebugger.cpp | 1141 bool SBDebugger::SetCurrentPlatformSDKRoot(const char *sysroot) { in SetCurrentPlatformSDKRoot() argument 1148 if (log && sysroot) in SetCurrentPlatformSDKRoot() 1149 log->Printf("SBDebugger::SetCurrentPlatformSDKRoot (\"%s\")", sysroot); in SetCurrentPlatformSDKRoot() 1150 platform_sp->SetSDKRootDirectory(ConstString(sysroot)); in SetCurrentPlatformSDKRoot()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | DiagnosticDriverKinds.td | 273 def warn_missing_sysroot : Warning<"no such sysroot directory: '%0'">, 274 InGroup<DiagGroup<"missing-sysroot">>; 275 def warn_incompatible_sysroot : Warning<"using sysroot for '%0' but targeting '%1'">, 276 InGroup<DiagGroup<"incompatible-sysroot">>;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBDebugger.h | 164 bool SetCurrentPlatformSDKRoot(const char *sysroot);
|
| /freebsd-12.1/ |
| H A D | Makefile.libcompat | 101 --sysroot=${LIBCOMPATTMP} \
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | Options.td | 321 defm sysroot: Eq<"sysroot", "Set the system root">;
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/ |
| H A D | Darwin.cpp | 387 StringRef sysroot = C.getSysRoot(); in AddLinkArgs() local 388 if (sysroot != "") { in AddLinkArgs() 390 CmdArgs.push_back(C.getArgs().MakeArgString(sysroot)); in AddLinkArgs()
|
| H A D | Clang.cpp | 1226 StringRef sysroot = C.getSysRoot(); in AddPreprocessingOptions() local 1227 if (sysroot != "") { in AddPreprocessingOptions() 1230 CmdArgs.push_back(C.getArgs().MakeArgString(sysroot)); in AddPreprocessingOptions()
|
| /freebsd-12.1/contrib/binutils/ |
| H A D | configure.ac | 1584 AC_ARG_WITH([build-sysroot], 1585 [ --with-build-sysroot=sysroot 1586 use sysroot as the system root during the build], 1588 SYSROOT_CFLAGS_FOR_TARGET="--sysroot=$withval"
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | cppopts.texi | 481 This option is like the @option{--sysroot} option, but applies only to 482 header files. See the @option{--sysroot} option for more information.
|
| /freebsd-12.1/contrib/file/m4/ |
| H A D | libtool.m4 | 1226 [AC_MSG_CHECKING([for sysroot]) 1227 AC_ARG_WITH([sysroot], 1228 [ --with-sysroot[=DIR] Search for dependent libraries within DIR 1229 (or the compiler's sysroot if not specified).], 1238 lt_sysroot=`$CC --print-sysroot 2>/dev/null` 1248 AC_MSG_ERROR([The sysroot must be an absolute path.]) 7006 # Expand the sysroot to ease extracting the directories later.
|
| /freebsd-12.1/crypto/heimdal/ |
| H A D | ltmain.sh | 5638 -model|-arch|-isysroot|--sysroot) 5842 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ |
| H A D | Driver.cpp | 1690 StringRef sysroot = C.getSysRoot(); in HandleImmediateArgs() local 1697 llvm::outs() << sysroot << Path.substr(1); in HandleImmediateArgs()
|