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
266c9710
Commit
266c9710
authored
Nov 15, 2022
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Skip the rest of the PE checks if the cross-compiler isn't detected.
Wine-Bug:
https://bugs.winehq.org/show_bug.cgi?id=53923
parent
c44eb6d6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
3 deletions
+17
-3
configure
configure
+8
-1
configure.ac
configure.ac
+9
-2
No files found.
configure
View file @
266c9710
...
...
@@ -10886,10 +10886,17 @@ then :
CFLAGS
=
"
$CFLAGS
-target
$target
$llvm_cflags
"
fi
}
eval
"
${
wine_arch
}
_TARGET=
\$
target"
PE_ARCHS
=
"
$PE_ARCHS
$wine_arch
"
fi
if
test
-z
"
$target
"
then
CC
=
$saved_CC
CFLAGS
=
$saved_CFLAGS
continue
fi
as_fn_append PE_ARCHS
"
$wine_arch
"
as_wine_cv_crosscc_c99
=
`
printf
"%s
\n
"
"ac_cv_
${
wine_arch
}
_crosscc_c99"
|
$as_tr_sh
`
{
printf
"%s
\n
"
"
$as_me
:
${
as_lineno
-
$LINENO
}
: checking for
$CC
option to enable C99 features"
>
&5
...
...
configure.ac
View file @
266c9710
...
...
@@ -951,10 +951,17 @@ do
AS_VAR_SET([${wine_arch}_DELAYLOADFLAG],["-Wl,-delayload,"])
AS_VAR_APPEND([${wine_arch}_EXTRACFLAGS],[" -target $target"])
CFLAGS="$CFLAGS -target $target $llvm_cflags"])
AS_VAR_SET([${wine_arch}_TARGET],[$target])
PE_ARCHS="$PE_ARCHS $wine_arch"])
AS_VAR_SET([${wine_arch}_TARGET],[$target])])
AS_VAR_POPDEF([wine_cv_crosscc])
if test -z "$target"
then
CC=$saved_CC
CFLAGS=$saved_CFLAGS
continue
fi
AS_VAR_APPEND([PE_ARCHS],[" $wine_arch"])
AS_VAR_PUSHDEF([wine_cv_crosscc_c99],[ac_cv_${wine_arch}_crosscc_c99])
AC_MSG_CHECKING([for $CC option to enable C99 features])
AC_CACHE_VAL([wine_cv_crosscc_c99],
...
...
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