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
cfd561f6
Commit
cfd561f6
authored
Sep 16, 2007
by
Peter Oberndorfer
Committed by
Alexandre Julliard
Sep 17, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Recognize i686-mingw32 prefix for crosscompiling.
parent
157a0199
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
aclocal.m4
aclocal.m4
+1
-1
configure
configure
+4
-4
No files found.
aclocal.m4
View file @
cfd561f6
...
...
@@ -141,7 +141,7 @@ dnl
AC_DEFUN([WINE_CHECK_MINGW_PROG],
[AC_CHECK_PROGS([$1],
m4_foreach([ac_wine_prefix],
[i586-mingw32msvc, i386-mingw32msvc, i386-mingw32, mingw32, mingw],
[i586-mingw32msvc, i386-mingw32msvc, i
686-mingw32, i
386-mingw32, mingw32, mingw],
[ac_wine_prefix-$2 ]),
[$3],[$4])])
...
...
configure
View file @
cfd561f6
...
...
@@ -8876,7 +8876,7 @@ echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
if
test
"
$cross_compiling
"
=
"no"
then
for
ac_prog
in
i586-mingw32msvc-gcc i386-mingw32msvc-gcc i386-mingw32-gcc mingw32-gcc mingw-gcc
for
ac_prog
in
i586-mingw32msvc-gcc i386-mingw32msvc-gcc i
686-mingw32-gcc i
386-mingw32-gcc mingw32-gcc mingw-gcc
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set
dummy
$ac_prog
;
ac_word
=
$2
...
...
@@ -8919,7 +8919,7 @@ fi
done
test
-n
"
$CROSSCC
"
||
CROSSCC
=
"false"
for
ac_prog
in
i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i386-mingw32-dlltool mingw32-dlltool mingw-dlltool
for
ac_prog
in
i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i
686-mingw32-dlltool i
386-mingw32-dlltool mingw32-dlltool mingw-dlltool
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set
dummy
$ac_prog
;
ac_word
=
$2
...
...
@@ -8962,7 +8962,7 @@ fi
done
test
-n
"
$DLLTOOL
"
||
DLLTOOL
=
"false"
for
ac_prog
in
i586-mingw32msvc-windres i386-mingw32msvc-windres i386-mingw32-windres mingw32-windres mingw-windres
for
ac_prog
in
i586-mingw32msvc-windres i386-mingw32msvc-windres i
686-mingw32-windres i
386-mingw32-windres mingw32-windres mingw-windres
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set
dummy
$ac_prog
;
ac_word
=
$2
...
...
@@ -9005,7 +9005,7 @@ fi
done
test
-n
"
$CROSSWINDRES
"
||
CROSSWINDRES
=
"false"
for
ac_prog
in
i586-mingw32msvc-ar i386-mingw32msvc-ar i386-mingw32-ar mingw32-ar mingw-ar
for
ac_prog
in
i586-mingw32msvc-ar i386-mingw32msvc-ar i
686-mingw32-ar i
386-mingw32-ar mingw32-ar mingw-ar
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set
dummy
$ac_prog
;
ac_word
=
$2
...
...
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