* configure.ac: Enable `END_SYMBOL' / `BSS_START_SYMBOL' test on
all i386 platforms.
+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.
# 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