summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-12-08 22:31:31 -0500
committermidipix <writeonce@midipix.org>2016-12-08 22:36:03 -0500
commitd46af0ad9217a855691b4d58adb71d2bf34484a0 (patch)
tree2b99046f199638cdd7699cbbc5ade6b781505571 /configure
parent530d34de6c9be97057c0dd9258a6ea9186ab57d9 (diff)
downloadbfirm-d46af0ad9217a855691b4d58adb71d2bf34484a0.tar.bz2
bfirm-d46af0ad9217a855691b4d58adb71d2bf34484a0.tar.xz
build system: configure: pass --sysroot to the linker as a compiler argument.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index c13f5f4..1c326f7 100755
--- a/configure
+++ b/configure
@@ -226,7 +226,7 @@ common_defaults()
fi
if [ -z "$mb_ldflags_sysroot" ]; then
- mb_ldflags_sysroot="-Wl,--sysroot,$mb_sysroot"
+ mb_ldflags_sysroot="--sysroot=$mb_sysroot"
fi
fi