2009-06-10 Pavel Roskin <proski@gnu.org>
* configure.ac: Remove checks for __bswapsi2 and __bswapdi2, they fail without libc headers for the target. * include/grub/powerpc/libgcc.h: Use weak attribute for all exports. * include/grub/sparc64/libgcc.h: Likewise. Don't use preprocessor conditionals.
This commit is contained in:
parent
fe052e3778
commit
06a6836c58
4 changed files with 14 additions and 14 deletions
|
@ -409,9 +409,6 @@ CFLAGS="$TARGET_CFLAGS"
|
|||
CPPFLAGS="$TARGET_CPPFLAGS"
|
||||
LDFLAGS="$TARGET_LDFLAGS"
|
||||
|
||||
# Check for target functions.
|
||||
AC_CHECK_FUNCS(__bswapsi2 __bswapdi2)
|
||||
|
||||
# Defined in aclocal.m4.
|
||||
grub_PROG_TARGET_CC
|
||||
if test "x$TARGET_APPLE_CC" != x1 ; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue