1
--- a/build/config/linux/gconf/BUILD.gn
2
+++ b/build/config/linux/gconf/BUILD.gn
3
@@ -11,7 +11,7 @@ assert(!is_chromeos && use_gconf)
4
# These packages should _only_ be expected when building for a target.
5
# If these extra checks are not run, gconf is required when building host
6
# tools for a CrOS build.
7
-assert(current_toolchain == default_toolchain)
8
+#assert(current_toolchain == default_toolchain)
11
packages = [ "gconf-2.0" ]
12
--- a/build/toolchain/gcc_toolchain.gni
13
+++ b/build/toolchain/gcc_toolchain.gni
14
@@ -453,9 +453,8 @@ template("clang_toolchain") {
17
gcc_toolchain(target_name) {
18
- prefix = rebase_path("$clang_base_path/bin", root_build_dir)
19
- cc = "$prefix/clang"
20
- cxx = "$prefix/clang++"
25
readelf = "${toolprefix}readelf"