diff --git a/ChangeLog b/ChangeLog index 0a580763e..6a0a4a257 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-06-21 Robert Millan + + * configure.ac: Enable `END_SYMBOL' / `BSS_START_SYMBOL' test on + all i386 platforms. + 2009-06-21 Robert Millan Fix asm file handling on ELF, and remove workarounds. diff --git a/configure.ac b/configure.ac index 6a6d8453f..9032ee3f0 100644 --- a/configure.ac +++ b/configure.ac @@ -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