This is an automated email from the git hooks/post-receive script.
ildumi pushed a commit to branch development
in repository libtool.
The following commit(s) were added to refs/heads/development by this push:
new 504261db m4: Fix flang -Wl flags on FreeBSD
504261db is described below
commit 504261db0e6c9732d5ba03b94479175b58be9ff4
Author: Gleb Popov <[email protected]>
AuthorDate: Tue Jul 1 21:15:30 2025 +0300
m4: Fix flang -Wl flags on FreeBSD
---
m4/libtool.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/m4/libtool.m4 b/m4/libtool.m4
index 48e47748..2e95aaf3 100644
--- a/m4/libtool.m4
+++ b/m4/libtool.m4
@@ -4877,7 +4877,7 @@ m4_if([$1], [CXX], [
_LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
;;
- linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
+ linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu* | freebsd*)
case $cc_basename in
# old Intel for x86_64, which still supported -KPIC.
ecc*)