Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
ae4557a7
Commit
ae4557a7
authored
Dec 22, 2021
by
jberryman
Browse files
Update find_ld.m4 for more robust lld detection
parent
09b6cb45
Pipeline
#45484
passed with stages
in 143 minutes and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
m4/find_ld.m4
View file @
ae4557a7
...
...
@@ -39,7 +39,8 @@ AC_DEFUN([FIND_LD],[
AC_MSG_NOTICE([Using ld.gold and assuming that it is not affected by binutils issue 22266]);
fi
;;
"LLD"*)
# NOTE: we get "Debian LLD ..." from the llvm-13 bullseye debs, for instance:
*"LLD"*)
FP_CC_LINKER_FLAG_TRY(lld, $2) ;;
*) AC_MSG_NOTICE([unknown linker version $out]) ;;
esac
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment