Revision: 1728
http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=1728
Author: bean
Date: 2008-07-24 18:14:41 +0000 (Thu, 24 Jul 2008)
Log Message:
-----------
2008-07-24 Bean <[EMAIL PROTECTED]>
* configure.ac: Fixed a bug caused by the previous cygwin patch,
variable `target_platform' should be `platform'.
Modified Paths:
--------------
trunk/grub2/ChangeLog
trunk/grub2/configure
trunk/grub2/configure.ac
Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog 2008-07-24 15:02:36 UTC (rev 1727)
+++ trunk/grub2/ChangeLog 2008-07-24 18:14:41 UTC (rev 1728)
@@ -1,5 +1,10 @@
2008-07-24 Bean <[EMAIL PROTECTED]>
+ * configure.ac: Fixed a bug caused by the previous cygwin patch,
+ variable `target_platform' should be `platform'.
+
+2008-07-24 Bean <[EMAIL PROTECTED]>
+
* video/reader/png.c (DELFATE_HLIT_MAX): Change value.
(grub_png_init_fixed_block): New function.
(grub_png_decode_image_data): Handle fixed huffman code compression.
Modified: trunk/grub2/configure
===================================================================
--- trunk/grub2/configure 2008-07-24 15:02:36 UTC (rev 1727)
+++ trunk/grub2/configure 2008-07-24 18:14:41 UTC (rev 1728)
@@ -7072,7 +7072,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$target_platform" = xpc; then
+ if test "x$platform" = xpc; then
{ echo "$as_me:$LINENO: checking if start is defined by the compiler" >&5
echo $ECHO_N "checking if start is defined by the compiler... $ECHO_C" >&6; }
Modified: trunk/grub2/configure.ac
===================================================================
--- trunk/grub2/configure.ac 2008-07-24 15:02:36 UTC (rev 1727)
+++ trunk/grub2/configure.ac 2008-07-24 18:14:41 UTC (rev 1728)
@@ -330,7 +330,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$target_platform" = xpc; then
+ if test "x$platform" = xpc; then
grub_CHECK_START_SYMBOL
grub_CHECK_BSS_START_SYMBOL
grub_CHECK_END_SYMBOL