All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] configure: append --extra-ldflags to LDFLAGS
@ 2015-06-03 13:22 Alex Bennée
  2015-06-04 10:11 ` Michael Tokarev
  0 siblings, 1 reply; 2+ messages in thread
From: Alex Bennée @ 2015-06-03 13:22 UTC (permalink / raw)
  To: qemu-trivial; +Cc: Alex Bennée, qemu-devel

The help text says --extra-ldflags is appended to LDFLAGS so make it so.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index d1b7b1c..cfccdfa 100755
--- a/configure
+++ b/configure
@@ -356,7 +356,7 @@ for opt do
   --extra-cflags=*) QEMU_CFLAGS="$QEMU_CFLAGS $optarg"
                     EXTRA_CFLAGS="$optarg"
   ;;
-  --extra-ldflags=*) LDFLAGS="$optarg $LDFLAGS"
+  --extra-ldflags=*) LDFLAGS="$LDFLAGS $optarg"
                      EXTRA_LDFLAGS="$optarg"
   ;;
   --enable-debug-info) debug_info="yes"
-- 
2.4.2

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] [PATCH] configure: append --extra-ldflags to LDFLAGS
  2015-06-03 13:22 [Qemu-devel] [PATCH] configure: append --extra-ldflags to LDFLAGS Alex Bennée
@ 2015-06-04 10:11 ` Michael Tokarev
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Tokarev @ 2015-06-04 10:11 UTC (permalink / raw)
  To: Alex Bennée, qemu-trivial; +Cc: qemu-devel

Applied to -trivial, thank you!

/mjt

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-06-04 10:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-03 13:22 [Qemu-devel] [PATCH] configure: append --extra-ldflags to LDFLAGS Alex Bennée
2015-06-04 10:11 ` Michael Tokarev

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.