| Index: build/config/sysroot.gni
|
| diff --git a/build/config/sysroot.gni b/build/config/sysroot.gni
|
| index 60fc290af5ee8d9cd5348b829fb8078bc6283476..63e3c137255a749f47c1eeb20ba7231bb1d974ec 100644
|
| --- a/build/config/sysroot.gni
|
| +++ b/build/config/sysroot.gni
|
| @@ -63,12 +63,6 @@ if (is_linux && target_sysroot_dir != "") {
|
| }
|
|
|
| if (sysroot != "") {
|
| - # Our sysroot images only contains gcc 4.6 headers, but chromium requires
|
| - # gcc 4.9. Clang is able to detect and work with the 4.6 headers while
|
| - # gcc is not. This check can be removed if we ever update to a more modern
|
| - # sysroot.
|
| - assert(is_clang, "sysroot images require clang (try use_sysroot=false)")
|
| -
|
| _script_arch = current_cpu
|
| if (_script_arch == "x86") {
|
| _script_arch = "i386"
|
|
|