]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2008-07-24 Bean <bean123ch@gmail.com>
authorbean <bean@localhost>
Thu, 24 Jul 2008 18:14:41 +0000 (18:14 +0000)
committerbean <bean@localhost>
Thu, 24 Jul 2008 18:14:41 +0000 (18:14 +0000)
* configure.ac: Fixed a bug caused by the previous cygwin patch,
variable `target_platform' should be `platform'.

ChangeLog
configure
configure.ac

index 4665a96c0f49906ca7d2b8223720acd04939f706..f014086e1b13d4f66157a1d47016fa2591da1298 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-07-24  Bean  <bean123ch@gmail.com>
+
+       * configure.ac: Fixed a bug caused by the previous cygwin patch,
+       variable `target_platform' should be `platform'.
+
 2008-07-24  Bean  <bean123ch@gmail.com>
 
        * video/reader/png.c (DELFATE_HLIT_MAX): Change value.
index f54b431163722e8049aad3d74c0e79828fcca4d1..69509d6034c506e1814c84ef91481b687c24b6f6 100644 (file)
--- a/configure
+++ b/configure
@@ -7072,7 +7072,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$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; }
index a5868c3b2c11fdf8c4da83663e5ebccb3c1c2f79..7a5938a38fca72098c04f98c734db332c17de5fb 100644 (file)
@@ -330,7 +330,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$target_platform" = xpc; then
+  if test "x$platform" = xpc; then
     grub_CHECK_START_SYMBOL
     grub_CHECK_BSS_START_SYMBOL
     grub_CHECK_END_SYMBOL