From 9bdefa6f1ffd10e49a4331c05b09f711d6055a76 Mon Sep 17 00:00:00 2001
From: Cheng Zhao <zcbenz@gmail.com>
Date: Thu, 2 Jul 2015 06:31:10 +0000
Subject: [PATCH] Use clang's integrated as

The system as is throwing error when compiling atom_api_web_contents.cc:
/tmp/xxx.s: Assembler messages:
/tmp/xxx.s:23559: Internal error!
Assertion failure in get_line_subseg at ../../gas/dwarf2dbg.c line 262.
---
 toolchain.gypi | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/toolchain.gypi b/toolchain.gypi
index aeed967782c..eda53075a45 100644
--- a/toolchain.gypi
+++ b/toolchain.gypi
@@ -175,11 +175,6 @@
                   }],
                 ],
               }],
-              ['clang==1', {
-                'cflags': [
-                  '-no-integrated-as',
-                ],
-              }],
               ['arm_tune!=""', {
                 'cflags': [
                   '-mtune=<(arm_tune)',