Home
last modified time | relevance | path

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

123

/freebsd-12.1/contrib/gcc/
H A Dc-incpath.c126 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 Dc-opts.c90 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 Dfix-header.c86 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 Dconfigure.ac760 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 Dconfig.in911 /* Define if your linker supports --sysroot. */
/freebsd-12.1/share/mk/
H A Dlocal.init.mk15 CFLAGS_LAST+= --sysroot=${SYSROOT}
16 CXXFLAGS_LAST+= --sysroot=${SYSROOT}
17 LDADD+= --sysroot=${SYSROOT}
/freebsd-12.1/contrib/gcc/config/
H A Ddarwin-c.c468 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 Dandroid-build.sh59 --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 DInitHeaderSearch.cpp52 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 Dconfigure.in33 AC_ARG_WITH(sysroot, optwith
34 [ --with-sysroot[=DIR] Search for usr/lib et al within DIR.],
H A DNEWS62 * 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 Dconfigure.tgt677 # This allows to build a pair of PPU/SPU toolchains with common sysroot.
H A DChangeLog423 * emultempl/aix.em (..._before_allocation): Strip sysroot prefix
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp1141 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 DDiagnosticDriverKinds.td273 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 DSBDebugger.h164 bool SetCurrentPlatformSDKRoot(const char *sysroot);
/freebsd-12.1/
H A DMakefile.libcompat101 --sysroot=${LIBCOMPATTMP} \
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DOptions.td321 defm sysroot: Eq<"sysroot", "Set the system root">;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DDarwin.cpp387 StringRef sysroot = C.getSysRoot(); in AddLinkArgs() local
388 if (sysroot != "") { in AddLinkArgs()
390 CmdArgs.push_back(C.getArgs().MakeArgString(sysroot)); in AddLinkArgs()
H A DClang.cpp1226 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 Dconfigure.ac1584 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 Dcppopts.texi481 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 Dlibtool.m41226 [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 Dltmain.sh5638 -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 DDriver.cpp1690 StringRef sysroot = C.getSysRoot(); in HandleImmediateArgs() local
1697 llvm::outs() << sysroot << Path.substr(1); in HandleImmediateArgs()

123