]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/Makefile.core.def (lzma_decompress): Add missing
authorSeth Goldberg <seth.goldberg@oracle.com>
Fri, 23 Dec 2011 10:39:30 +0000 (11:39 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 23 Dec 2011 10:39:30 +0000 (11:39 +0100)
TARGET_IMG_LDFLAGS.

ChangeLog
grub-core/Makefile.core.def

index 9236d27f87cebd2e4a0eb4b8d0d27195a2ae06ce..d76f07ac456cb1845dd67934a68cf600c6df4135 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        * util/getroot.c (ESCAPED_PATH_MAX): New define.
index c00773446fb3943aaf96f302de8e9f892adb862b..218f3df641bb400b52cff6c0bf1901c351a55a09 100644 (file)
@@ -373,7 +373,7 @@ image = {
   i386_pc = boot/i386/pc/startup_raw.S;
 
   objcopyflags = '-O binary';
-  ldflags = '-Wl,-Ttext,0x8200';
+  ldflags = '$(TARGET_IMG_LDFLAGS) -Wl,-Ttext,0x8200';
   enable = i386_pc;
 };