* grub-core/Makefile.core.def (fwstart): Add lost LDFLAGS.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-01-14 19:21:06 +01:00
parent 4fbf185232
commit 1d955d0098
2 changed files with 5 additions and 0 deletions

View file

@ -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

View 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;
};