summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/pv/pv.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pv/pv.mk b/package/pv/pv.mk
index 00502d3b4e..5f1a54bdad 100644
--- a/package/pv/pv.mk
+++ b/package/pv/pv.mk
@@ -17,7 +17,7 @@ PV_LICENSE_FILES = doc/COPYING
# the correct one. By passing the below values for LD and LDFLAGS, we
# ensure that 'gcc' is used to do these partial linking steps.
PV_MAKE_OPT = \
- LD=$(TARGET_CC) \
+ LD="$(TARGET_CC)" \
LDFLAGS="-Wl,-r -nostdlib"
$(eval $(autotools-package))
OpenPOWER on IntegriCloud