[2354] 2009-06-21 Robert Millan <[email protected]>

Robert Millan <[email protected]> Sun, 21 Jun 2009 20:10:45 +0000
Newsgroups gmane.comp.boot-loaders.grub.cvs
Message-ID <[email protected]>
Revision: 2354
          http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2354
Author:   robertmh
Date:     2009-06-21 20:10:44 +0000 (Sun, 21 Jun 2009)
Log Message:
-----------
2009-06-21  Robert Millan  <[email protected]>

        * configure.ac: Enable `END_SYMBOL' / `BSS_START_SYMBOL' test on
        all i386 platforms.

Modified Paths:
--------------
    trunk/grub2/ChangeLog
    trunk/grub2/configure.ac

Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog	2009-06-21 17:24:30 UTC (rev 2353)
+++ trunk/grub2/ChangeLog	2009-06-21 20:10:44 UTC (rev 2354)
@@ -1,5 +1,10 @@
 2009-06-21  Robert Millan  <[email protected]>
 
+	* configure.ac: Enable `END_SYMBOL' / `BSS_START_SYMBOL' test on
+	all i386 platforms.
+
+2009-06-21  Robert Millan  <[email protected]>
+
 	Fix asm file handling on ELF, and remove workarounds.
 
 	* genmk.rb (class Programs): Detect assembly files, and set ASFLAGS

Modified: trunk/grub2/configure.ac
===================================================================
--- trunk/grub2/configure.ac	2009-06-21 17:24:30 UTC (rev 2353)
+++ trunk/grub2/configure.ac	2009-06-21 20:10:44 UTC (rev 2354)
@@ -414,7 +414,7 @@
     # 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