summaryrefslogtreecommitdiffhomepage
path: root/sofort/cfgtest
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-06-09 00:58:24 +0000
committermidipix <writeonce@midipix.org>2021-06-09 01:00:21 +0000
commitae614a9d3a0d80368d32a5cd8ac155f8f8d63f8b (patch)
treed5a614c9be080c03289fecf950fa0b676290729a /sofort/cfgtest
parenta49f524e6e53ee7a22090a281d4e85bb768610d0 (diff)
downloadperk-ae614a9d3a0d80368d32a5cd8ac155f8f8d63f8b.tar.bz2
perk-ae614a9d3a0d80368d32a5cd8ac155f8f8d63f8b.tar.xz
build system: cfgtest: cfgtest_common_init(): output ldflags to log.
Diffstat (limited to 'sofort/cfgtest')
-rw-r--r--sofort/cfgtest/cfgtest.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/sofort/cfgtest/cfgtest.sh b/sofort/cfgtest/cfgtest.sh
index 3a2b0f7..1e3d707 100644
--- a/sofort/cfgtest/cfgtest.sh
+++ b/sofort/cfgtest/cfgtest.sh
@@ -280,6 +280,10 @@ cfgtest_common_init()
printf ' \\\n\t%s' "$cfgtest_cflag" >&3
done
+ for cfgtest_ldflag in $(printf '%s' "$mb_cfgtest_ldflags"); do
+ printf ' \\\n\t%s' "$cfgtest_ldflag" >&3
+ done
+
if [ "$cfgtest_type" = 'lib' ]; then
for cfgtest_lib in $(printf '%s' "$cfgtest_libs"); do
printf ' \\\n\t%s' "$cfgtest_lib" >&3