2009-06-21 Robert Millan <rmh.grub@aybabtu.com>
* configure.ac: Enable `END_SYMBOL' / `BSS_START_SYMBOL' test on all i386 platforms.
This commit is contained in:
parent
15355c7d2f
commit
58750afcba
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2009-06-21 Robert Millan <rmh.grub@aybabtu.com>
|
||||
|
||||
* configure.ac: Enable `END_SYMBOL' / `BSS_START_SYMBOL' test on
|
||||
all i386 platforms.
|
||||
|
||||
2009-06-21 Robert Millan <rmh.grub@aybabtu.com>
|
||||
|
||||
Fix asm file handling on ELF, and remove workarounds.
|
||||
|
|
|
@ -414,7 +414,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$platform" = xpc && test "x$TARGET_APPLE_CC" != x1 ; then
|
||||
if test "x$TARGET_APPLE_CC" != x1 ; then
|
||||
grub_CHECK_BSS_START_SYMBOL
|
||||
grub_CHECK_END_SYMBOL
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue