[Scummvm-git-logs] scummvm master -> 8e183b3f6d7bfc0e5f4634a1bc45e42a8d082200
criezy
noreply at scummvm.org
Mon Feb 28 20:36:53 UTC 2022
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
8e183b3f6d CONFIGURE: Add clang++ to the list of compilers to try
Commit: 8e183b3f6d7bfc0e5f4634a1bc45e42a8d082200
https://github.com/scummvm/scummvm/commit/8e183b3f6d7bfc0e5f4634a1bc45e42a8d082200
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2022-02-28T20:35:58Z
Commit Message:
CONFIGURE: Add clang++ to the list of compilers to try
Changed paths:
configure
diff --git a/configure b/configure
index d904f98f8bc..bf596be4397 100755
--- a/configure
+++ b/configure
@@ -1968,9 +1968,9 @@ if test -n "$CXX" && test_compiler "$CXX"; then
echo $CXX
else
if test -n "$_host"; then
- compilers="$_host_alias-g++ $_host_alias-c++ $_host-g++ $_host-c++"
+ compilers="$_host_alias-g++ $_host_alias-c++ $_host_alias-clang++ $_host-g++ $_host-c++ $_host-clang++"
else
- compilers="g++ c++"
+ compilers="g++ c++ clang++"
fi
# Iterate over all candidates, pick the first working one
More information about the Scummvm-git-logs
mailing list