diff --git a/ChangeLog b/ChangeLog index 737c73556..9478b2241 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-02-29 Vladimir Serbinenko + + * configure.ac: Fix a typo in previous commit. + 2012-02-29 Vladimir Serbinenko Don't add -Wl,-N on Apple platform. diff --git a/configure.ac b/configure.ac index 30be6d241..e42083a85 100644 --- a/configure.ac +++ b/configure.ac @@ -473,7 +473,7 @@ if test x$grub_cv_apple_target_cc = xyes ; then TARGET_LDFLAGS_OLDMAGIC="" else TARGET_APPLE_CC=0 - TARGET_LDFLAGS_OLDMAGIC="-W,-N" + TARGET_LDFLAGS_OLDMAGIC="-Wl,-N" # Use linker script if present, otherwise use builtin -N script. if test -f "${srcdir}/${grub_coredir}/conf/${target_cpu}-${platform}-${host_os}-img-ld.sc"; then TARGET_IMG_LDSCRIPT='$(top_srcdir)'"/${grub_coredir}/conf/${target_cpu}-${platform}-${host_os}-img-ld.sc"