qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-trivial] [PULL 01/21] configure: append --extra-ldflags to LDFLAGS


From: Michael Tokarev
Subject: [Qemu-trivial] [PULL 01/21] configure: append --extra-ldflags to LDFLAGS
Date: Mon, 22 Jun 2015 14:16:08 +0300

From: Alex Bennée <address@hidden>

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

Signed-off-by: Alex Bennée <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 222694f..a5d8924 100755
--- a/configure
+++ b/configure
@@ -354,7 +354,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.1.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]