]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2009-06-21 Robert Millan <rmh.grub@aybabtu.com>
authorrobertmh <robertmh@localhost>
Sun, 21 Jun 2009 20:10:44 +0000 (20:10 +0000)
committerrobertmh <robertmh@localhost>
Sun, 21 Jun 2009 20:10:44 +0000 (20:10 +0000)
        * configure.ac: Enable `END_SYMBOL' / `BSS_START_SYMBOL' test on
        all i386 platforms.

ChangeLog
configure.ac

index 0a580763e0c029f2e8f51aa159e6e3d35776f4af..6a0a4a25764b5136178288e9ae36ff07b5cd0778 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-06-21  Robert Millan  <rmh.grub@aybabtu.com>
+
+       * configure.ac: Enable `END_SYMBOL' / `BSS_START_SYMBOL' test on
+       all i386 platforms.
+
 2009-06-21  Robert Millan  <rmh.grub@aybabtu.com>
 
        Fix asm file handling on ELF, and remove workarounds.
index 6a6d8453f7deb659c05656287e4a43edc84920f8..9032ee3f0c1996a9e40ed16f0b11e6c6753bf3a0 100644 (file)
@@ -414,7 +414,7 @@ if test "x$target_cpu" = xi386; then
     # Check symbols provided by linker script.
     CFLAGS="$TARGET_CFLAGS -nostdlib $TARGET_IMG_LDFLAGS_AC -Wl,-Ttext,8000,--defsym,___main=0x8100"
   fi
-  if test "x$platform" = xpc && test "x$TARGET_APPLE_CC" != x1 ; then
+  if test "x$TARGET_APPLE_CC" != x1 ; then
     grub_CHECK_BSS_START_SYMBOL
     grub_CHECK_END_SYMBOL
   fi