Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
a09019b7
Commit
a09019b7
authored
Jul 06, 2023
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Allow using clang as cross-compiler for multiple archs.
parent
449bdc33
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
8 deletions
+6
-8
configure
configure
+3
-4
configure.ac
configure.ac
+3
-4
No files found.
configure
View file @
a09019b7
...
...
@@ -10354,15 +10354,14 @@ else $as_nop
if
test
"x
$with_mingw
"
!=
xno
then
test
$HOST_ARCH
=
unknown
||
cross_archs
=
$HOST_ARCH
case
"x
$with_mingw
"
in
x|xyes
)
;;
*
)
eval
"
${
cross_archs
}
_CC=
\$
with_mingw"
;;
esac
fi
fi
for
wine_arch
in
$cross_archs
do
case
"x
$with_mingw
"
in
xclang|x
*
/clang
)
eval
"
${
wine_arch
}
_CC=
\$
with_mingw"
;;
esac
if
eval
\$
{
${
wine_arch
}
_CC:+false
}
:
then
:
case
$wine_arch
in
...
...
configure.ac
View file @
a09019b7
...
...
@@ -818,14 +818,13 @@ AS_VAR_SET_IF([enable_archs],
[if test "x$with_mingw" != xno
then
test $HOST_ARCH = unknown || cross_archs=$HOST_ARCH
case "x$with_mingw" in
x|xyes) ;;
*) AS_VAR_SET(${cross_archs}_CC,$with_mingw) ;;
esac
fi])
for wine_arch in $cross_archs
do
case "x$with_mingw" in
xclang|x*/clang) AS_VAR_SET(${wine_arch}_CC,$with_mingw) ;;
esac
AS_VAR_IF([${wine_arch}_CC],[],
[case $wine_arch in
aarch64)
...
...
Write
Preview
Markdown
is supported
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