summaryrefslogtreecommitdiff
path: root/m4/find_ld.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/find_ld.m4')
-rw-r--r--m4/find_ld.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/m4/find_ld.m4 b/m4/find_ld.m4
index a6b5c9c598..3d4443be54 100644
--- a/m4/find_ld.m4
+++ b/m4/find_ld.m4
@@ -41,6 +41,8 @@ AC_DEFUN([FIND_LD],[
;;
"LLD"*)
FP_CC_LINKER_FLAG_TRY(lld, $2) ;;
+ *" LLD "*)
+ FP_CC_LINKER_FLAG_TRY(lld, $2) ;;
*) AC_MSG_NOTICE([unknown linker version $out]) ;;
esac
if test "z$$2" = "z"; then