summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2015-06-03 14:22:41 +0100
committerMichael Tokarev <mjt@tls.msk.ru>2015-06-23 19:57:27 +0300
commita4969e90b8110d6880d1a7fcb3cab27c316a0d3e (patch)
treeed1b1c73e55c24acd888e979404f018720512332 /configure
parent6966b2a07190004e18ede33ce50a65009b36f3a6 (diff)
downloadhqemu-a4969e90b8110d6880d1a7fcb3cab27c316a0d3e.zip
hqemu-a4969e90b8110d6880d1a7fcb3cab27c316a0d3e.tar.gz
configure: append --extra-ldflags to LDFLAGS
The help text says --extra-ldflags is appended to LDFLAGS so make it so. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 6fed07b..2fd958d 100755
--- a/configure
+++ b/configure
@@ -355,7 +355,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"
OpenPOWER on IntegriCloud