* grub-core/Makefile.core.def (lzma_decompress): Add missing

TARGET_IMG_LDFLAGS.
This commit is contained in:
Seth Goldberg 2011-12-23 11:39:30 +01:00 committed by Vladimir 'phcoder' Serbinenko
parent b87f7ef26b
commit 3ea1ca46c1
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2011-12-23 Seth Goldberg <seth.goldberg@oracle.com>
* grub-core/Makefile.core.def (lzma_decompress): Add missing
TARGET_IMG_LDFLAGS.
2011-12-23 Vladimir Serbinenko <phcoder@gmail.com> 2011-12-23 Vladimir Serbinenko <phcoder@gmail.com>
* util/getroot.c (ESCAPED_PATH_MAX): New define. * util/getroot.c (ESCAPED_PATH_MAX): New define.

View file

@ -373,7 +373,7 @@ image = {
i386_pc = boot/i386/pc/startup_raw.S; i386_pc = boot/i386/pc/startup_raw.S;
objcopyflags = '-O binary'; objcopyflags = '-O binary';
ldflags = '-Wl,-Ttext,0x8200'; ldflags = '$(TARGET_IMG_LDFLAGS) -Wl,-Ttext,0x8200';
enable = i386_pc; enable = i386_pc;
}; };