2009-06-11 Pavel Roskin <proski@gnu.org>
* configure.ac: Always define ___main if using -nostdlib. This fixes tests on Cygwin.
This commit is contained in:
parent
948f48e731
commit
7d83bd47b7
2 changed files with 8 additions and 3 deletions
|
@ -1,10 +1,15 @@
|
||||||
|
2009-06-11 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* configure.ac: Always define ___main if using -nostdlib. This
|
||||||
|
fixes tests on Cygwin.
|
||||||
|
|
||||||
2009-06-11 Giuseppe Caizzone <acaizzo@gmail.com>
|
2009-06-11 Giuseppe Caizzone <acaizzo@gmail.com>
|
||||||
|
|
||||||
UDF fix
|
UDF fix
|
||||||
|
|
||||||
* fs/udf.c (grub_udf_read_block): handle the fact that ad->length
|
* fs/udf.c (grub_udf_read_block): handle the fact that ad->length
|
||||||
is in bytes and not in blocks
|
is in bytes and not in blocks
|
||||||
|
|
||||||
2009-06-11 Pavel Roskin <proski@gnu.org>
|
2009-06-11 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
* kern/i386/halt.c (grub_halt): Make `i' unsigned to fix a
|
* kern/i386/halt.c (grub_halt): Make `i' unsigned to fix a
|
||||||
|
|
|
@ -396,7 +396,7 @@ AC_SUBST(TARGET_LDFLAGS)
|
||||||
|
|
||||||
# Set them to their new values for the tests below.
|
# Set them to their new values for the tests below.
|
||||||
CC="$TARGET_CC"
|
CC="$TARGET_CC"
|
||||||
CFLAGS="$TARGET_CFLAGS -nostdlib"
|
CFLAGS="$TARGET_CFLAGS -nostdlib -Wl,--defsym,___main=0x8100"
|
||||||
CPPFLAGS="$TARGET_CPPFLAGS"
|
CPPFLAGS="$TARGET_CPPFLAGS"
|
||||||
LDFLAGS="$TARGET_LDFLAGS"
|
LDFLAGS="$TARGET_LDFLAGS"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue