]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2009-06-11 Felix Zielcke <fzielcke@z-51.de>
authorfzielcke <fzielcke@localhost>
Thu, 11 Jun 2009 21:28:11 +0000 (21:28 +0000)
committerfzielcke <fzielcke@localhost>
Thu, 11 Jun 2009 21:28:11 +0000 (21:28 +0000)
* conf/i386-ieee1275.rmk (COMMON_LDFLAGS): Remove `-static -lgcc'.

ChangeLog
conf/i386-ieee1275.rmk

index 5c9d61d996bfff13591345624dd1c9df608aba5d..9809b4f34eb1b5c12e9d589881d4c50e1092d19b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-06-11  Felix Zielcke  <fzielcke@z-51.de>
+
+       * conf/i386-ieee1275.rmk (COMMON_LDFLAGS): Remove `-static -lgcc'.
+
 2009-06-11  Pavel Roskin  <proski@gnu.org>
 
        * Makefile.in: Don't rely on any scripts being executable.
index 6e91b420c7cff05c27ad7baa461b23fd1ff867d2..5a336995fc1ea1cf16d2cc655217385423a7a18f 100644 (file)
@@ -2,7 +2,7 @@
 
 COMMON_ASFLAGS = -m32 -nostdinc -fno-builtin
 COMMON_CFLAGS  = -ffreestanding -mrtd -mregparm=3
-COMMON_LDFLAGS = -nostdlib -static -lgcc
+COMMON_LDFLAGS = -nostdlib
 
 # Used by various components.  These rules need to precede them.
 script/sh/lexer.c_DEPENDENCIES = grub_script.tab.h