Reset LIBS after check for libgcc symbols in configure.ac.

This commit is contained in:
Grégoire Sutre 2010-01-26 01:57:56 +01:00
parent 847effd8bf
commit 42e0cba3af
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2010-01-26 Vladimir Serbinenko <phcoder@gmail.com>
* configure.ac: Reset LIBS after check for libgcc symbols.
2010-01-25 Colin Watson <cjwatson@ubuntu.com>
* util/hostdisk.c (open_device): Add trailing newline to debug

View File

@ -457,6 +457,7 @@ CFLAGS="$TARGET_CFLAGS -nostdlib"
else
CFLAGS="$TARGET_CFLAGS -nostdlib -Wl,--defsym,___main=0x8100"
fi
LIBS=""
# Defined in aclocal.m4.
grub_PROG_TARGET_CC