Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
0fea4a50
Commit
0fea4a50
authored
Feb 12, 2009
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Set the target flags from the --host option even if cross-compiling is not detected.
parent
c891f6bc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
configure
configure
+2
-2
configure.ac
configure.ac
+2
-2
No files found.
configure
View file @
0fea4a50
...
...
@@ -3943,9 +3943,9 @@ fi
$as_echo
"
$wine_cv_toolsdir
"
>
&6
;
}
TOOLSDIR
=
$wine_cv_toolsdir
if
test
"
$cross_compiling
"
=
"ye
s"
if
test
-n
"
$host_alia
s
"
then
TARGETFLAGS
=
"-b
$host_alias
"
TARGETFLAGS
=
"-b
$host_alias
$TARGETFLAGS
"
fi
...
...
configure.ac
View file @
0fea4a50
...
...
@@ -169,9 +169,9 @@ AC_CACHE_CHECK([for the directory containing the Wine tools], wine_cv_toolsdir,
AC_MSG_ERROR([could not find Wine tools in $with_wine_tools.])
fi])
AC_SUBST(TOOLSDIR,$wine_cv_toolsdir)
if test
"$cross_compiling" = "ye
s"
if test
-n "$host_alia
s"
then
AC_SUBST(TARGETFLAGS,"-b $host_alias")
AC_SUBST(TARGETFLAGS,"-b $host_alias
$TARGETFLAGS
")
fi
dnl Check for flex
...
...
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