Searched refs:sysroot (Results 1 – 7 of 7) sorted by relevance
22 const mcld::sys::fs::Path& LinkerScript::sysroot() const { in sysroot() function in mcld::LinkerScript23 return m_SearchDirs.sysroot(); in sysroot()31 return !sysroot().empty(); in hasSysroot()
83 -$(4) LD_LIBRARY_PATH=$(host_libc_root)/x86_64-linux/lib64:$(host_libc_root)/sysroot/usr/lib \84 $(host_libc_root)/sysroot/usr/lib/ld-linux-x86-64.so.2 \
56 const sys::fs::Path& sysroot() const { return m_SysRoot; } in sysroot() function
77 const sys::fs::Path& sysroot() const;
101 path = script.sysroot(); in activate()
112 path = script.sysroot(); in activate()
415 def Sysroot : Joined<["--"], "sysroot=">,417 HelpText<"Use the given directory as the location of the sysroot">;