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
e3be5642
Commit
e3be5642
authored
Sep 09, 2005
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added a define check for __x86_64__.
parent
14e70340
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
0 deletions
+32
-0
configure
configure
+31
-0
configure.ac
configure.ac
+1
-0
No files found.
configure
View file @
e3be5642
...
...
@@ -18414,6 +18414,37 @@ if test $ac_cv_cpp_def___i386__ = yes; then
LINTFLAGS
=
"
$LINTFLAGS
-D__i386__"
fi
;;
*
x86_64
*
)
echo
"
$as_me
:
$LINENO
: checking whether we need to define __x86_64__"
>
&5
echo
$ECHO_N
"checking whether we need to define __x86_64__...
$ECHO_C
"
>
&6
if
test
"
${
ac_cv_cpp_def___x86_64__
+set
}
"
=
set
;
then
echo
$ECHO_N
"(cached)
$ECHO_C
"
>
&6
else
cat
>
conftest.
$ac_ext
<<
_ACEOF
/* confdefs.h. */
_ACEOF
cat
confdefs.h
>>
conftest.
$ac_ext
cat
>>
conftest.
$ac_ext
<<
_ACEOF
/* end confdefs.h. */
#ifndef __x86_64__
yes
#endif
_ACEOF
if
(
eval
"
$ac_cpp
conftest.
$ac_ext
"
)
2>&5 |
$EGREP
"yes"
>
/dev/null 2>&1
;
then
ac_cv_cpp_def___x86_64__
=
yes
else
ac_cv_cpp_def___x86_64__
=
no
fi
rm
-f
conftest
*
fi
echo
"
$as_me
:
$LINENO
: result:
$ac_cv_cpp_def___x86_64__
"
>
&5
echo
"
${
ECHO_T
}
$ac_cv_cpp_def___x86_64__
"
>
&6
if
test
$ac_cv_cpp_def___x86_64__
=
yes
;
then
CFLAGS
=
"
$CFLAGS
-D__x86_64__"
LINTFLAGS
=
"
$LINTFLAGS
-D__x86_64__"
fi
;;
*
alpha
*
)
echo
"
$as_me
:
$LINENO
: checking whether we need to define __ALPHA__"
>
&5
echo
$ECHO_N
"checking whether we need to define __ALPHA__...
$ECHO_C
"
>
&6
if
test
"
${
ac_cv_cpp_def___ALPHA__
+set
}
"
=
set
;
then
...
...
configure.ac
View file @
e3be5642
...
...
@@ -1435,6 +1435,7 @@ dnl *** check for the need to define platform-specific symbols
case $host_cpu in
*i[[3456789]]86*) WINE_CHECK_DEFINE([__i386__]) ;;
*x86_64*) WINE_CHECK_DEFINE([__x86_64__]) ;;
*alpha*) WINE_CHECK_DEFINE([__ALPHA__]) ;;
*sparc*) WINE_CHECK_DEFINE([__sparc__]) ;;
*powerpc*) WINE_CHECK_DEFINE([__powerpc__]) ;;
...
...
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