]> git.ipfire.org Git - thirdparty/grub.git/commit
Replace libgcc version of ctz with our own.
authorVladimir Serbinenko <phcoder@gmail.com>
Fri, 15 Nov 2013 02:28:34 +0000 (03:28 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Fri, 15 Nov 2013 02:28:34 +0000 (03:28 +0100)
commit6fcec439545c817fbc8e2f51c667a70037a34a76
tree9514db30163733a8818ed28a82927d9cb0b111c2
parenta9f25a08198fabe88043f183b2fed9c17756dea1
Replace libgcc version of ctz with our own.

On upcoming arm64 port libgcc ctz* are not usable in standalone
environment. Since we need ctz* for this case and implementation is
in C we may as well use it on all concerned platforms.
ChangeLog
configure.ac
grub-core/kern/misc.c
include/grub/misc.h