* configure.ac: Fixed a bug caused by the previous cygwin patch,
variable `target_platform' should be `platform'.
+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.
# 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; }
# 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