Reset LIBS after check for libgcc symbols in configure.ac.
This commit is contained in:
parent
847effd8bf
commit
42e0cba3af
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue