2008-07-24 Bean <bean123ch@gmail.com>
* configure.ac: Fixed a bug caused by the previous cygwin patch, variable `target_platform' should be `platform'.
This commit is contained in:
parent
42290e17c5
commit
7810e74787
3 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue