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
74518c8d
Commit
74518c8d
authored
Jun 25, 2012
by
André Hentschel
Committed by
Alexandre Julliard
Jun 25, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Downgrade the Thumb2 requirement to Thumb on ARM.
parent
e7730053
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
configure
configure
+4
-4
configure.ac
configure.ac
+3
-3
No files found.
configure
View file @
74518c8d
...
...
@@ -4142,15 +4142,15 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
fi
;;
arm
*
)
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: checking whether
$CC
supports Thumb
2
"
>
&5
$as_echo_n
"checking whether
$CC
supports Thumb
2
... "
>
&6
;
}
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: checking whether
$CC
supports Thumb"
>
&5
$as_echo_n
"checking whether
$CC
supports Thumb... "
>
&6
;
}
cat
confdefs.h -
<<
_ACEOF
>conftest.
$ac_ext
/* end confdefs.h. */
int ac_test(int i) { return i; }
int
main ()
{
asm(".
syntax unified\n.thumb\nb.w
ac_test\n.arm"); if (ac_test(1)) return 1
asm(".
thumb\nblx
ac_test\n.arm"); if (ac_test(1)) return 1
;
return 0;
}
...
...
@@ -4161,7 +4161,7 @@ $as_echo "yes" >&6; }
else
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: result: no"
>
&5
$as_echo
"no"
>
&6
;
}
as_fn_error
$?
"You need a target with Thumb
2
support to build Wine for ARM."
"
$LINENO
"
5
as_fn_error
$?
"You need a target with Thumb support to build Wine for ARM."
"
$LINENO
"
5
fi
rm
-f
core conftest.err conftest.
$ac_objext
\
conftest
$ac_exeext
conftest.
$ac_ext
...
...
configure.ac
View file @
74518c8d
...
...
@@ -169,11 +169,11 @@ case $host in
fi
;;
arm*)
AC_MSG_CHECKING([whether $CC supports Thumb
2
])
WINE_TRY_ASM_LINK([".
syntax unified\n.thumb\nb.w
ac_test\n.arm"],[int ac_test(int i) { return i; }], [if (ac_test(1)) return 1],
AC_MSG_CHECKING([whether $CC supports Thumb])
WINE_TRY_ASM_LINK([".
thumb\nblx
ac_test\n.arm"],[int ac_test(int i) { return i; }], [if (ac_test(1)) return 1],
[AC_MSG_RESULT([yes])],
[AC_MSG_RESULT([no])
AC_MSG_ERROR([You need a target with Thumb
2
support to build Wine for ARM.])])
AC_MSG_ERROR([You need a target with Thumb support to build Wine for ARM.])])
CFLAGS="$CFLAGS -marm"
;;
*-mingw32*|*-cygwin*)
...
...
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