* 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

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