[Git][wine/wine][master] 3 commits: winebuild: Check for LLVM tool name too when using cc_command in find_tool.

"Alexandre Julliard (@julliard) via Wine-commits" <[email protected]> Tue, 10 Feb 2026 15:50:18 -0600
Newsgroups gmane.comp.emulators.wine.cvs
Message-ID <[email protected]>
----==_mimepart_698ba81a96b9b_37bc84f99fc2519873
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit



Alexandre Julliard pushed to branch master at wine / wine


Commits:
a3526fa7 by Jacek Caban at 2026-02-10T22:16:19+01:00
winebuild: Check for LLVM tool name too when using cc_command in find_tool.

Similar to how we check for in case of clang from the PATH.

- - - - -
0636893a by Jacek Caban at 2026-02-10T22:16:19+01:00
winegcc: Add --cc-cmd option support.

Similar to winebuild's --cc-cmd option.

- - - - -
cad3c22f by Jacek Caban at 2026-02-10T22:16:19+01:00
makedep: Pass configured compiler with --cc-cmd to winegcc and winebuild.

- - - - -


3 changed files:

- tools/makedep.c
- tools/winebuild/utils.c
- tools/winegcc/winegcc.c


View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/88f02a2c4589d6f42d8b170f449336b57b40382e...cad3c22fede8988ee5c9d460812788d81a425c7c

-- 
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/88f02a2c4589d6f42d8b170f449336b57b40382e...cad3c22fede8988ee5c9d460812788d81a425c7c
You're receiving this email because of your account on gitlab.winehq.org.



----==_mimepart_698ba81a96b9b_37bc84f99fc2519873
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www=
.w3.org/TR/REC-html40/loose.dtd">
<html lang=3D"en" style=3D'--code-editor-font: var(--default-mono-font, "=
GitLab Mono"), JetBrains Mono, Menlo, DejaVu Sans Mono, Liberation Mono, =
Consolas, Ubuntu Mono, Courier New, andale mono, lucida console, monospac=
e;'>
<head>
<meta content=3D"text/html; charset=3Dutf-8" http-equiv=3D"Content-Type">=

<title>
GitLab
</title>

<style data-premailer=3D"ignore" type=3D"text/css">
a { color: #1068bf; }
</style>


<style>img {
max-width: 100%; height: auto;
}
body {
font-size: .875rem;
}
body {
-webkit-text-shadow: rgba(255,255,255,.01) 0 0 1px;
}
body {
font-family: "GitLab Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Ro=
boto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Colo=
r Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; font-size=
: inherit;
}
</style>
</head>
<body style=3D'font-size: inherit; -webkit-text-shadow: rgba(255,255,255,=
.01) 0 0 1px; font-family: "GitLab Sans",-apple-system,BlinkMacSystemFont=
,"Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-ser=
if,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emo=
ji";'>
<div class=3D"content">

<h3 style=3D"margin-top: 20px; margin-bottom: 10px;">
Alexandre Julliard pushed to branch master at <a href=3D"https://gitlab.w=
inehq.org/wine/wine">wine / wine</a>
</h3>
<h4 style=3D"margin-top: 10px; margin-bottom: 10px;">
Commits:
</h4>
<ul>
<li>
<strong style=3D"font-weight: 600;"><a href=3D"https://gitlab.winehq.org/=
wine/wine/-/commit/a3526fa71f29e6ea7430df4ecc654f4b340a6c86">a3526fa7</a>=
</strong>
<div>
<span> by Jacek Caban </span> <i> at 2026-02-10T22:16:19+01:00 </i>
</div>
<pre class=3D"commit-message" style=3D'white-space: pre-wrap; display: bl=
ock; font-size: 14px; color: #3a383f; position: relative; font-family: "G=
itLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation M=
ono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida co=
nsole", monospace; font-variant-ligatures: none; word-break: break-all; w=
ord-wrap: break-word; background-color: #fbfafd; border-radius: 2px; marg=
in: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>winebuild: Check fo=
r LLVM tool name too when using cc_command in find_tool.

Similar to how we check for in case of clang from the PATH.
</pre>
</li>
<li>
<strong style=3D"font-weight: 600;"><a href=3D"https://gitlab.winehq.org/=
wine/wine/-/commit/0636893a4b9edc481519528d2ee1ef99e22b373d">0636893a</a>=
</strong>
<div>
<span> by Jacek Caban </span> <i> at 2026-02-10T22:16:19+01:00 </i>
</div>
<pre class=3D"commit-message" style=3D'white-space: pre-wrap; display: bl=
ock; font-size: 14px; color: #3a383f; position: relative; font-family: "G=
itLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation M=
ono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida co=
nsole", monospace; font-variant-ligatures: none; word-break: break-all; w=
ord-wrap: break-word; background-color: #fbfafd; border-radius: 2px; marg=
in: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>winegcc: Add --cc-c=
md option support.

Similar to winebuild's --cc-cmd option.
</pre>
</li>
<li>
<strong style=3D"font-weight: 600;"><a href=3D"https://gitlab.winehq.org/=
wine/wine/-/commit/cad3c22fede8988ee5c9d460812788d81a425c7c">cad3c22f</a>=
</strong>
<div>
<span> by Jacek Caban </span> <i> at 2026-02-10T22:16:19+01:00 </i>
</div>
<pre class=3D"commit-message" style=3D'white-space: pre-wrap; display: bl=
ock; font-size: 14px; color: #3a383f; position: relative; font-family: "G=
itLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation M=
ono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida co=
nsole", monospace; font-variant-ligatures: none; word-break: break-all; w=
ord-wrap: break-word; background-color: #fbfafd; border-radius: 2px; marg=
in: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>makedep: Pass confi=
gured compiler with --cc-cmd to winegcc and winebuild.
</pre>
</li>
</ul>
<h4 style=3D"margin-top: 10px; margin-bottom: 10px;">
3 changed files:
</h4>
<ul>
<li class=3D"file-stats">
<a href=3D"https://gitlab.winehq.org/wine/wine/-/compare/88f02a2c4589d6f4=
2d8b170f449336b57b40382e...cad3c22fede8988ee5c9d460812788d81a425c7c#b176e=
fa0f1948e9f53b7d2197803bfdd0a75db1e">
tools/makedep.c
</a>
</li>
<li class=3D"file-stats">
<a href=3D"https://gitlab.winehq.org/wine/wine/-/compare/88f02a2c4589d6f4=
2d8b170f449336b57b40382e...cad3c22fede8988ee5c9d460812788d81a425c7c#a03a7=
968d09628ab651a1acb05d26437f480c718">
tools/winebuild/utils.c
</a>
</li>
<li class=3D"file-stats">
<a href=3D"https://gitlab.winehq.org/wine/wine/-/compare/88f02a2c4589d6f4=
2d8b170f449336b57b40382e...cad3c22fede8988ee5c9d460812788d81a425c7c#7794a=
4c81281af356ec77f93bd62a33068b40271">
tools/winegcc/winegcc.c
</a>
</li>
</ul>

</div>
<div class=3D"footer" style=3D"margin-top: 10px;">
<p style=3D"font-size: small; color: #626168;">
=E2=80=94
<br>
<a href=3D"https://gitlab.winehq.org/wine/wine/-/compare/88f02a2c4589d6f4=
2d8b170f449336b57b40382e...cad3c22fede8988ee5c9d460812788d81a425c7c">View=
 it on GitLab</a>.
<br>
You're receiving this email because of your account on <a target=3D"_blan=
k" rel=3D"noopener noreferrer" href=3D"https://gitlab.winehq.org">gitlab.=
winehq.org</a>. <a href=3D"https://gitlab.winehq.org/-/profile/notificati=
ons" target=3D"_blank" rel=3D"noopener noreferrer" class=3D"mng-notif-lin=
k">Manage all notifications</a> =C2=B7 <a href=3D"https://gitlab.winehq.o=
rg/help" target=3D"_blank" rel=3D"noopener noreferrer" class=3D"help-link=
">Help</a>
<span style=3D"color: transparent; font-size: 0; display: none; overflow:=
 hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0;">
Notification message regarding https://gitlab.winehq.org/wine/wine/-/comp=
are/88f02a2c4589d6f42d8b170f449336b57b40382e...cad3c22fede8988ee5c9d46081=
2788d81a425c7c at 1770760218
</span>



</p>
</div>
</body>
</html>

----==_mimepart_698ba81a96b9b_37bc84f99fc2519873--