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.
This commit is contained in:
parent
b261c5f87c
commit
9bdefa6f1f
1 changed files with 0 additions and 5 deletions
|
@ -175,11 +175,6 @@
|
||||||
}],
|
}],
|
||||||
],
|
],
|
||||||
}],
|
}],
|
||||||
['clang==1', {
|
|
||||||
'cflags': [
|
|
||||||
'-no-integrated-as',
|
|
||||||
],
|
|
||||||
}],
|
|
||||||
['arm_tune!=""', {
|
['arm_tune!=""', {
|
||||||
'cflags': [
|
'cflags': [
|
||||||
'-mtune=<(arm_tune)',
|
'-mtune=<(arm_tune)',
|
||||||
|
|
Loading…
Reference in a new issue