aboutsummarylogtreecommitdiffstats
path: root/lld.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'lld.sh.in')
-rw-r--r--lld.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld.sh.in b/lld.sh.in
index 1912ecec22ff..77ecd8823b11 100644
--- a/lld.sh.in
+++ b/lld.sh.in
@@ -16,6 +16,6 @@ buildenv_functions+=('buildenv_lld')
buildenv_lld() {
if
check_buildoption "lld" "y"; then
- LDFLAGS+="${LDFLAGS} -fuse-ld=lld"
+ LDFLAGS+=",-fuse-ld=lld"
fi
}