Lines Matching refs:sysroot
10 import("//build/config/sysroot.gni")
83 if (!is_mac && sysroot != "") {
84 # Pass the sysroot to all C compiler variants, the assembler, and linker.
85 sysroot_flags = [ "--sysroot=" + rebase_path(sysroot, root_build_dir) ]
87 # This is here so that all files get recompiled after a sysroot roll and
88 # when turning the sysroot on or off. (defines are passed via the command
92 exec_script("//build/linux/sysroot_scripts/install-sysroot.py",
101 [ "--sysroot=" + rebase_path(link_sysroot, root_build_dir) ]
106 # the sysroot includes take lower precedence than the libc++
110 # 'cflags'." Because of this, we must set the sysroot flags for
117 # Need to get some linker flags out of the sysroot.