* grub-core/kern/arm/cache_armv6.S: Remove special handling for

clang (not necessarry with -no-integrated-as).
	* include/grub/symbol.h [__arm__]: Likewise.
This commit is contained in:
Vladimir Serbinenko 2013-11-14 09:15:18 +01:00
parent 2312f06c30
commit 57ffe93485
3 changed files with 7 additions and 6 deletions

View file

@ -1,3 +1,9 @@
2013-11-14 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/arm/cache_armv6.S: Remove special handling for
clang (not necessarry with -no-integrated-as).
* include/grub/symbol.h [__arm__]: Likewise.
2013-11-14 Vladimir Serbinenko <phcoder@gmail.com>
* configure.ac: Use -no-integrated-as on arm with clang.