* acinclude.m4 (grub_apple_cc): Remove; since the removal of nested

functions, we only need to check this for the target, not the host.
* configure.ac (grub_apple_cc): Likewise.
This commit is contained in:
Colin Watson 2013-11-13 12:01:39 +00:00
parent 2bdd07195c
commit 11da14b548
3 changed files with 6 additions and 17 deletions

View file

@ -1,3 +1,9 @@
2013-11-13 Colin Watson <cjwatson@ubuntu.com>
* acinclude.m4 (grub_apple_cc): Remove; since the removal of nested
functions, we only need to check this for the target, not the host.
* configure.ac (grub_apple_cc): Likewise.
2013-11-13 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/arm/cache.c (probe_caches): Move asm part to ...