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
e80de55b
Commit
e80de55b
authored
Jan 22, 2013
by
André Hentschel
Committed by
Alexandre Julliard
Jan 23, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Add ARM64 define.
parent
83846cd1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
0 deletions
+27
-0
configure
configure
+26
-0
configure.ac
configure.ac
+1
-0
No files found.
configure
View file @
e80de55b
...
...
@@ -14995,6 +14995,32 @@ if test $ac_cv_cpp_def___powerpc__ = yes; then :
CFLAGS
=
"
$CFLAGS
-D__powerpc__"
LINTFLAGS
=
"
$LINTFLAGS
-D__powerpc__"
fi
;;
*
aarch64
*
)
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: checking whether we need to define __aarch64__"
>
&5
$as_echo_n
"checking whether we need to define __aarch64__... "
>
&6
;
}
if
${
ac_cv_cpp_def___aarch64__
+
:
}
false
;
then
:
$as_echo_n
"(cached) "
>
&6
else
cat
confdefs.h -
<<
_ACEOF
>conftest.
$ac_ext
/* end confdefs.h. */
#ifndef __aarch64__
yes
#endif
_ACEOF
if
(
eval
"
$ac_cpp
conftest.
$ac_ext
"
)
2>&5 |
$EGREP
"yes"
>
/dev/null 2>&1
;
then
:
ac_cv_cpp_def___aarch64__
=
yes
else
ac_cv_cpp_def___aarch64__
=
no
fi
rm
-f
conftest
*
fi
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: result:
$ac_cv_cpp_def___aarch64__
"
>
&5
$as_echo
"
$ac_cv_cpp_def___aarch64__
"
>
&6
;
}
if
test
$ac_cv_cpp_def___aarch64__
=
yes
;
then
:
CFLAGS
=
"
$CFLAGS
-D__aarch64__"
LINTFLAGS
=
"
$LINTFLAGS
-D__aarch64__"
fi
;;
*
arm
*
)
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: checking whether we need to define __arm__"
>
&5
$as_echo_n
"checking whether we need to define __arm__... "
>
&6
;
}
if
${
ac_cv_cpp_def___arm__
+
:
}
false
;
then
:
...
...
configure.ac
View file @
e80de55b
...
...
@@ -2486,6 +2486,7 @@ case $host_cpu in
*sparc*) WINE_CHECK_DEFINE([__sparc__]) ;;
*powerpc64*) WINE_CHECK_DEFINE([__powerpc64__]) ;;
*powerpc*) WINE_CHECK_DEFINE([__powerpc__]) ;;
*aarch64*) WINE_CHECK_DEFINE([__aarch64__]) ;;
*arm*) WINE_CHECK_DEFINE([__arm__]) ;;
esac
...
...
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