]> git.proxmox.com Git - grub2.git/commitdiff
* configure.ac: Use 0x8000 for address instead of 8000.
authorVladimir Serbinenko <phcoder@gmail.com>
Sat, 2 Nov 2013 18:13:41 +0000 (19:13 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Sat, 2 Nov 2013 18:13:41 +0000 (19:13 +0100)
ChangeLog
configure.ac

index dc1d07168c0b1fa28f7e5ff83daab3e5f546de2f..8f8504d9da31ce7457811b4bf069770b559f708d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-11-02  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * configure.ac: Use 0x8000 for address instead of 8000.
+
 2013-11-02  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * grub-core/loader/sparc64/ieee1275/linux.c (get_physbase): Fix
index 46bb8415f86eded0033e83ee9544ebeae2c93fd5..83ab044124f9a8cab36b081dde813e4343ed5c90 100644 (file)
@@ -844,7 +844,7 @@ if test "x$target_cpu" = xi386; then
   if test "$platform" != emu && test "x$TARGET_APPLE_CC" != x1 ; then
     if test ! -z "$TARGET_IMG_LDSCRIPT"; then
       # Check symbols provided by linker script.
-      CFLAGS="$TARGET_CFLAGS -nostdlib ${TARGET_IMG_LDFLAGS_AC} ${TARGET_IMG_BASE_LDOPT},8000 -Wl,--defsym,___main=0x8100"
+      CFLAGS="$TARGET_CFLAGS -nostdlib ${TARGET_IMG_LDFLAGS_AC} ${TARGET_IMG_BASE_LDOPT},0x8000 -Wl,--defsym,___main=0x8100"
     fi
     grub_CHECK_BSS_START_SYMBOL
     grub_CHECK_END_SYMBOL