[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[automake-commit] branch master updated: compile: look for clang-cl.
From: |
Karl Berry |
Subject: |
[automake-commit] branch master updated: compile: look for clang-cl. |
Date: |
Mon, 25 Jul 2022 20:50:05 -0400 |
This is an automated email from the git hooks/post-receive script.
karl pushed a commit to branch master
in repository automake.
View the commit online:
https://git.savannah.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=5f3e37dabb21a2b41e16d3d03890ed436630a034
The following commit(s) were added to refs/heads/master by this push:
new 5f3e37dab compile: look for clang-cl.
5f3e37dab is described below
commit 5f3e37dabb21a2b41e16d3d03890ed436630a034
Author: Alexander Neumann <neumann@imt.uni-luebeck.de>
AuthorDate: Mon Jul 25 17:49:53 2022 -0700
compile: look for clang-cl.
* lib/compile: check for clang-cl, calling func_cl_wrapper.
* THANKS: add new contributor.
---
THANKS | 1 +
lib/compile | 1 +
2 files changed, 2 insertions(+)
diff --git a/THANKS b/THANKS
index f2f3188ce..9ef9eb4a7 100644
--- a/THANKS
+++ b/THANKS
@@ -14,6 +14,7 @@ Alex Unleashed unledev@gmail.com
Alexander V. Lukyanov lav@yars.free.net
Alexander Mai st002279@hrzpub.tu-darmstadt.de
Alexander Martens alexander.martens@gtd.es
+Alexander Neumann neumann@imt.uni-luebeck.de
Alexander Turbov zaufi@sendmail.ru
Alexandre Duret-Lutz duret_g@epita.fr
Alexey Mahotkin alexm@hsys.msk.ru
diff --git a/lib/compile b/lib/compile
index 2078fc833..dfc946593 100755
--- a/lib/compile
+++ b/lib/compile
@@ -256,6 +256,7 @@ EOF
exit $?
;;
cl | *[/\\]cl | cl.exe | *[/\\]cl.exe | \
+ clang-cl | *[/\\]clang-cl | clang-cl.exe | *[/\\]clang-cl.exe | \
icl | *[/\\]icl | icl.exe | *[/\\]icl.exe )
func_cl_wrapper "$@" # Doesn't return...
;;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [automake-commit] branch master updated: compile: look for clang-cl.,
Karl Berry <=