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
b195d9fe
Commit
b195d9fe
authored
Apr 12, 2003
by
Hans Leidekker
Committed by
Alexandre Julliard
Apr 12, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add aliases to configure check for mingw cross compiler and dlltool.
parent
26ba64b5
Show 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 @
b195d9fe
...
...
@@ -11978,7 +11978,7 @@ echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6
if
test
"
$cross_compiling
"
=
"no"
then
for
ac_prog
in
i586-mingw32msvc-gcc
for
ac_prog
in
i586-mingw32msvc-gcc
i386-mingw32-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
...
...
@@ -12019,7 +12019,7 @@ fi
done
test
-n
"
$CROSSCC
"
||
CROSSCC
=
"false"
for
ac_prog
in
i586-mingw32msvc-dlltool
for
ac_prog
in
i586-mingw32msvc-dlltool
i386-mingw32-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
...
...
configure.ac
View file @
b195d9fe
...
...
@@ -848,8 +848,8 @@ case $host_os in
AC_SUBST(CROSSTEST,"")
if test "$cross_compiling" = "no"
then
AC_CHECK_PROGS(CROSSCC,i586-mingw32msvc-gcc,false)
AC_CHECK_PROGS(DLLTOOL,i586-mingw32msvc-dlltool,false)
AC_CHECK_PROGS(CROSSCC,i586-mingw32msvc-gcc
i386-mingw32-gcc
,false)
AC_CHECK_PROGS(DLLTOOL,i586-mingw32msvc-dlltool
i386-mingw32-dlltool
,false)
if test "$CROSSCC" != "false"; then CROSSTEST="\$(CROSSTEST)"; fi
fi
;;
...
...
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