* configure.ac: Add -no-integrated-as on mips(el) to TARGET_CCASFLAGS

when compiling with clang.
This commit is contained in:
Vladimir Serbinenko 2013-11-22 12:48:32 +01:00
parent 4a0aaad022
commit 63a45330cb
2 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2013-11-22 Vladimir Serbinenko <phcoder@gmail.com>
* configure.ac: Add -no-integrated-as on mips(el) to TARGET_CCASFLAGS
when compiling with clang.
2013-11-22 Vladimir Serbinenko <phcoder@gmail.com>
clang emits calls to abort () under some unknown conditions.