summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-12-11 16:39:50 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-12-11 16:39:50 +0100
commit4ac203ed9ae436d9bb5674761a0c47f7a56c8adc (patch)
tree21b6ec93923f0dc9659a3d7abfa007616cb7a2a3 /scripts
parent880a9489f343eb1742e215447a622311b63a5980 (diff)
downloadptxdist-4ac203ed9ae436d9bb5674761a0c47f7a56c8adc.tar.gz
ptxdist-4ac203ed9ae436d9bb5674761a0c47f7a56c8adc.tar.xz
wrapper: allow package specific LDFLAGS for host packages
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/wrapper/libwrapper.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/wrapper/libwrapper.sh b/scripts/wrapper/libwrapper.sh
index 2f1915e4b..665f2c764 100644
--- a/scripts/wrapper/libwrapper.sh
+++ b/scripts/wrapper/libwrapper.sh
@@ -151,6 +151,7 @@ cc_add_target_ld_args() {
cc_add_host_ld_args() {
if ${LINKING}; then
+ add_arg ${pkg_ldflags}
add_late_arg ${PTXDIST_HOST_LDFLAGS}
fi
}