Revision: 2058
http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2058
Author: proski
Date: 2009-04-01 16:08:42 +0000 (Wed, 01 Apr 2009)
Log Message:
-----------
2009-04-01 Manoel Abranches <[email protected]>
* aclocal.m4: Move --build-id=none from MODULE_LDFLAGS to
TARGET_LDFLAGS. This corrects a problem with grub-mkelfimage.
Modified Paths:
--------------
trunk/grub2/ChangeLog
trunk/grub2/aclocal.m4
trunk/grub2/configure
Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog 2009-04-01 13:01:05 UTC (rev 2057)
+++ trunk/grub2/ChangeLog 2009-04-01 16:08:42 UTC (rev 2058)
@@ -1,3 +1,8 @@
+2009-04-01 Manoel Abranches <[email protected]>
+
+ * aclocal.m4: Move --build-id=none from MODULE_LDFLAGS to
+ TARGET_LDFLAGS. This corrects a problem with grub-mkelfimage.
+
2009-04-01 David S. Miller <[email protected]>
* normal/sparc64/setjmp.S: Fix setjmp implementation.
Modified: trunk/grub2/aclocal.m4
===================================================================
--- trunk/grub2/aclocal.m4 2009-04-01 13:01:05 UTC (rev 2057)
+++ trunk/grub2/aclocal.m4 2009-04-01 16:08:42 UTC (rev 2058)
@@ -112,7 +112,7 @@
AC_MSG_RESULT([$grub_cv_prog_ld_build_id_none])
if test "x$grub_cv_prog_ld_build_id_none" = xyes; then
- MODULE_LDFLAGS="$MODULE_LDFLAGS -Wl,--build-id=none"
+ TARGET_LDFLAGS="$TARGET_LDFLAGS -Wl,--build-id=none"
fi
])
Modified: trunk/grub2/configure
===================================================================
--- trunk/grub2/configure 2009-04-01 13:01:05 UTC (rev 2057)
+++ trunk/grub2/configure 2009-04-01 16:08:42 UTC (rev 2058)
@@ -7649,7 +7649,7 @@
$as_echo "$grub_cv_prog_ld_build_id_none" >&6; }
if test "x$grub_cv_prog_ld_build_id_none" = xyes; then
- MODULE_LDFLAGS="$MODULE_LDFLAGS -Wl,--build-id=none"
+ TARGET_LDFLAGS="$TARGET_LDFLAGS -Wl,--build-id=none"
fi