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
2
configure
vendored
2
configure
vendored
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue