]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2009-04-01 Manoel Abranches <mrabran@linux.vnet.ibm.com>
authorproski <proski@localhost>
Wed, 1 Apr 2009 16:08:42 +0000 (16:08 +0000)
committerproski <proski@localhost>
Wed, 1 Apr 2009 16:08:42 +0000 (16:08 +0000)
* aclocal.m4: Move --build-id=none from MODULE_LDFLAGS to
TARGET_LDFLAGS.  This corrects a problem with grub-mkelfimage.

ChangeLog
aclocal.m4
configure

index 46996817655661dd75f7b08a15d8852c76e80cdc..686ef0ebce4e0384e5d0d9e42bd395ec8eeb9415 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-04-01  Manoel Abranches  <mrabran@linux.vnet.ibm.com>
+
+       * 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  <davem@davemloft.net>
 
        * normal/sparc64/setjmp.S: Fix setjmp implementation.
index afd135d8f34c99eff6bb0e7c86da5495eed1bfad..779df3d39eff1d23bf32ccbc54912e907ab01a93 100644 (file)
@@ -112,7 +112,7 @@ LDFLAGS="$save_LDFLAGS"
 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
 ])
 
index d1f476d441a8fb57302d4addb78b308ec3f48a44..84291ecbc0df102ac74a8ce744aa277bc644d6e8 100644 (file)
--- a/configure
+++ b/configure
@@ -7649,7 +7649,7 @@ fi
 $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