]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/Makefile.core.def (fwstart): Add lost LDFLAGS.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 14 Jan 2011 18:21:06 +0000 (19:21 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 14 Jan 2011 18:21:06 +0000 (19:21 +0100)
ChangeLog
grub-core/Makefile.core.def

index b57c6f22902ccf05011c0a433a9dff7ee1a8e838..4822910dddd6fdda3ebe0c788905324c338fa0e5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-01-13  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/Makefile.core.def (fwstart): Add lost LDFLAGS.
+
 2011-01-13  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * grub-core/fs/zfs/zfsinfo.c (grub_cmd_zfs_bootfs): Quote bootpath and
index 2cca4fa95d850a941b66bf12d6940490c76c06d3..ce7d0b0c2a52dcfbea61e4c3747c7c2ecd0d8ac8 100644 (file)
@@ -324,6 +324,7 @@ image = {
   name = fwstart;
   mips_yeeloong = boot/mips/yeeloong/fwstart.S;
   objcopyflags = '-O binary';
+  ldflags = '-static-libgcc -lgcc -Wl,-N,-S,-Ttext,0xbfc00000,-Bstatic';
   enable = mips_yeeloong;
 };