Searched refs:sysroot (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-10.0-release/contrib/gcc/
H A Dc-incpath.c126 add_standard_paths (const char *sysroot, const char *iprefix, argument
142 that iprefix and sysroot are mutually exclusive, for
144 if (sysroot && p->add_sysroot)
163 /* Should this directory start with the sysroot? */
164 if (sysroot && p->add_sysroot)
165 str = concat (sysroot, p->fname, NULL);
368 register_include_chains (cpp_reader *pfile, const char *sysroot, argument
388 target_c_incpath.extra_pre_includes (sysroot, iprefix, stdinc);
392 add_standard_paths (sysroot, iprefix, imultilib, cxx_stdinc);
394 target_c_incpath.extra_includes (sysroot, iprefi
[all...]
H A Dc-opts.c90 static const char *sysroot = TARGET_SYSTEM_ROOT; variable
843 sysroot = arg;
995 register_include_chains (parse_in, sysroot, iprefix, imultilib,
H A Dfix-header.c86 TARGET_EXTRA_INCLUDES (const char *sysroot ATTRIBUTE_UNUSED,
95 TARGET_EXTRA_PRE_INCLUDES (const char *sysroot ATTRIBUTE_UNUSED,
671 register_include_chains (scan_in, NULL /* sysroot */, NULL /* iprefix */,
/freebsd-10.0-release/contrib/gcc/config/
H A Ddarwin-c.c468 darwin_register_objc_includes (const char *sysroot, const char *iprefix, argument
488 if (iprefix && (len = cpp_GCC_INCLUDE_DIR_len) != 0 && !sysroot
496 /* Should this directory start with the sysroot? */
497 if (sysroot)
498 str = concat (sysroot, fname, NULL);
512 darwin_register_frameworks (const char *sysroot, argument
523 if (sysroot)
524 str = concat (sysroot, xstrdup (framework_defaults [i]), NULL);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DInitHeaderSearch.cpp52 InitHeaderSearch(HeaderSearch &HS, bool verbose, StringRef sysroot) argument
53 : Headers(HS), Verbose(verbose), IncludeSysroot(sysroot),
54 HasSysroot(!(sysroot.empty() || sysroot == "/")) {
58 /// the sysroot if used.
62 /// without performing any sysroot remapping.
123 // Add the path with sysroot prepended, if desired and this is a system header
317 P.appendComponent("../../../i686-w64-mingw32/include"); // <sysroot>/i686-w64-mingw32/include
320 P.appendComponent("../../../x86_64-w64-mingw32/include"); // <sysroot>/x86_64-w64-mingw32/include
324 P.appendComponent("../../../include"); // <sysroot>/includ
[all...]
/freebsd-10.0-release/share/mk/
H A Dbsd.lib.mk331 # alternative directory which is called "sysroot", so during buildworld binaries
335 # - 64 bits libs are located under sysroot, so ${_LDSCRIPTROOT} must be empty
336 # because ld(1) will manage to find them from sysroot;
338 # path, outside of sysroot.
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBDebugger.h165 SetCurrentPlatformSDKRoot (const char *sysroot);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp1119 SBDebugger::SetCurrentPlatformSDKRoot (const char *sysroot) argument
1127 platform_sp->SetSDKRootDirectory (ConstString (sysroot));
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Driver/
H A DTools.cpp409 // If we have a --sysroot, and don't have an explicit -isysroot flag, add an
411 StringRef sysroot = C.getSysRoot(); local
412 if (sysroot != "") {
415 CmdArgs.push_back(C.getArgs().MakeArgString(sysroot));
4508 // Give --sysroot= preference, over the Apple specific behavior to also use
4510 StringRef sysroot = C.getSysRoot(); local
4511 if (sysroot != "") {
4513 CmdArgs.push_back(C.getArgs().MakeArgString(sysroot));
5452 CmdArgs.push_back(Args.MakeArgString("--sysroot=" + D.SysRoot));
5652 CmdArgs.push_back(Args.MakeArgString("--sysroot
[all...]
H A DDriver.cpp663 StringRef sysroot = C.getSysRoot(); local
670 llvm::outs() << sysroot << path + 1;
/freebsd-10.0-release/
H A DMakefile.inc1318 XFLAGS= --sysroot=${WORLDTMP}
377 LIB32FLAGS+= --sysroot=${WORLDTMP}
/freebsd-10.0-release/contrib/atf/admin/
H A Dltmain.sh1339 # Replace a leading = in PATH with a sysroot. Store the result into
1353 # If PATH begins with the sysroot, replace it with = and
1363 # Including no sysroot.
2682 # Remove sysroot references
5572 # Will only happen for absolute or sysroot arguments
5575 # Preserve sysroot, but never include relative directories
5650 -model|-arch|-isysroot|--sysroot)
5852 # --sysroot=* for sysroot support
5855 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot
[all...]
/freebsd-10.0-release/contrib/ldns/
H A Dltmain.sh1339 # Replace a leading = in PATH with a sysroot. Store the result into
1353 # If PATH begins with the sysroot, replace it with = and
1363 # Including no sysroot.
2682 # Remove sysroot references
5572 # Will only happen for absolute or sysroot arguments
5575 # Preserve sysroot, but never include relative directories
5650 -model|-arch|-isysroot|--sysroot)
5852 # --sysroot=* for sysroot support
5855 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot
[all...]
H A Dconfigure1428 --with-sysroot=DIR Search for dependent libraries within DIR
1429 (or the compiler's sysroot if not specified).
9275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5
9276 $as_echo_n "checking for sysroot... " >&6; }
9278 # Check whether --with-sysroot was given.
9290 lt_sysroot=`$CC --print-sysroot 2>/dev/null`
9301 as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5
/freebsd-10.0-release/contrib/openbsm/config/
H A Dltmain.sh1339 # Replace a leading = in PATH with a sysroot. Store the result into
1353 # If PATH begins with the sysroot, replace it with = and
1363 # Including no sysroot.
2712 # Remove sysroot references
5605 # Will only happen for absolute or sysroot arguments
5608 # Preserve sysroot, but never include relative directories
5684 -model|-arch|-isysroot|--sysroot)
5886 # --sysroot=* for sysroot support
5889 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot
[all...]
/freebsd-10.0-release/contrib/openpam/
H A Dltmain.sh1339 # Replace a leading = in PATH with a sysroot. Store the result into
1353 # If PATH begins with the sysroot, replace it with = and
1363 # Including no sysroot.
2712 # Remove sysroot references
5605 # Will only happen for absolute or sysroot arguments
5608 # Preserve sysroot, but never include relative directories
5684 -model|-arch|-isysroot|--sysroot)
5886 # --sysroot=* for sysroot support
5889 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot
[all...]
H A Dconfigure1442 --with-sysroot=DIR Search for dependent libraries within DIR
1443 (or the compiler's sysroot if not specified).
6994 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5
6995 $as_echo_n "checking for sysroot... " >&6; }
6997 # Check whether --with-sysroot was given.
7009 lt_sysroot=`$CC --print-sysroot 2>/dev/null`
7020 as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5
/freebsd-10.0-release/contrib/unbound/
H A Dltmain.sh1339 # Replace a leading = in PATH with a sysroot. Store the result into
1353 # If PATH begins with the sysroot, replace it with = and
1363 # Including no sysroot.
2682 # Remove sysroot references
5572 # Will only happen for absolute or sysroot arguments
5575 # Preserve sysroot, but never include relative directories
5650 -model|-arch|-isysroot|--sysroot)
5852 # --sysroot=* for sysroot support
5855 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot
[all...]
H A Dconfigure1499 --with-sysroot=DIR Search for dependent libraries within DIR
1500 (or the compiler's sysroot if not specified).
8466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5
8467 $as_echo_n "checking for sysroot... " >&6; }
8469 # Check whether --with-sysroot was given.
8481 lt_sysroot=`$CC --print-sysroot 2>/dev/null`
8492 as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5
/freebsd-10.0-release/crypto/heimdal/
H A Dltmain.sh1338 # Replace a leading = in PATH with a sysroot. Store the result into
1352 # If PATH begins with the sysroot, replace it with = and
1362 # Including no sysroot.
2681 # Remove sysroot references
5560 # Will only happen for absolute or sysroot arguments
5563 # Preserve sysroot, but never include relative directories
5638 -model|-arch|-isysroot|--sysroot)
5839 # --sysroot=* for sysroot support
5842 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot
[all...]
H A Dconfigure1662 --with-sysroot=DIR Search for dependent libraries within DIR
1663 (or the compiler's sysroot if not specified).
6679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5
6680 $as_echo_n "checking for sysroot... " >&6; }
6682 # Check whether --with-sysroot was given.
6694 lt_sysroot=`$CC --print-sysroot 2>/dev/null`
6705 as_fn_error "The sysroot must be an absolute path." "$LINENO" 5
/freebsd-10.0-release/contrib/openbsm/
H A Dconfigure1429 --with-sysroot=DIR Search for dependent libraries within DIR
1430 (or the compiler's sysroot if not specified).
5864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5
5865 $as_echo_n "checking for sysroot... " >&6; }
5867 # Check whether --with-sysroot was given.
5879 lt_sysroot=`$CC --print-sysroot 2>/dev/null`
5890 as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5
/freebsd-10.0-release/contrib/apr/
H A Dconfigure1577 --with-sysroot=DIR Search for dependent libraries within DIR
1578 (or the compiler's sysroot if not specified).
12760 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5
12761 $as_echo_n "checking for sysroot... " >&6; }
12763 # Check whether --with-sysroot was given.
12775 lt_sysroot=`$CC --print-sysroot 2>/dev/null`
12786 as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5
/freebsd-10.0-release/contrib/atf/
H A Dconfigure1443 --with-sysroot=DIR Search for dependent libraries within DIR
1444 (or the compiler's sysroot if not specified).
6302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5
6303 $as_echo_n "checking for sysroot... " >&6; }
6305 # Check whether --with-sysroot was given.
6317 lt_sysroot=`$CC --print-sysroot 2>/dev/null`
6328 as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5
14292 # Expand the sysroot to ease extracting the directories later.
/freebsd-10.0-release/contrib/subversion/
H A Dconfigure1608 --with-sysroot=DIR Search for dependent libraries within DIR
1609 (or the compiler's sysroot if not specified).
9310 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5
9311 $as_echo_n "checking for sysroot... " >&6; }
9313 # Check whether --with-sysroot was given.
9325 lt_sysroot=`$CC --print-sysroot 2>/dev/null`
9336 as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5
15792 # Expand the sysroot to ease extracting the directories later.

Completed in 882 milliseconds

12