]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Reset LIBS after check for libgcc symbols in configure.ac.
authorGrégoire Sutre <gregoire.sutre@gmail.com>
Tue, 26 Jan 2010 00:57:56 +0000 (01:57 +0100)
committerGrégoire Sutre <gregoire.sutre@gmail.com>
Tue, 26 Jan 2010 00:57:56 +0000 (01:57 +0100)
ChangeLog
configure.ac

index 12b7ccb310e76d24cb6a96583fad96556f98a787..e66e2d403a96a32dcbeabbbb7dbcf75911e2e4f3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index be498be8b504ee2b8e4fbfbcb84341b557ffc959..e6751e5cf6752b40676cf2a277fd7a68976a914a 100644 (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