diff --git a/configure b/configure index 6fed07b5e2ee95f7c12b456fb8d0357591402186..2fd958d9566135c0268214b30fb19576e2dfb096 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"