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
8c60dc07
Commit
8c60dc07
authored
Jun 04, 2015
by
Ken Thomases
Committed by
Alexandre Julliard
Jun 05, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Warn for a 64-bit build without CFI directive support.
parent
0c395c24
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
configure
configure
+4
-0
configure.ac
configure.ac
+4
-0
No files found.
configure
View file @
8c60dc07
...
...
@@ -14649,6 +14649,10 @@ $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
else
$as_echo
"#define __ASM_CFI(str)
\"\"
"
>>
confdefs.h
if
test
"x
$enable_win64
"
=
"xyes"
then
as_fn_append wine_warnings
"|building 64-bit Wine without support for CFI directives; exception handling will not work properly."
fi
fi
asm_func_code
=
"
$asm_func_header
\"
code
\"
$asm_func_trailer
"
...
...
configure.ac
View file @
8c60dc07
...
...
@@ -1987,6 +1987,10 @@ then
AC_SUBST([UNWINDFLAGS],[-fasynchronous-unwind-tables])
else
AC_DEFINE([__ASM_CFI(str)],[""])
if test "x$enable_win64" = "xyes"
then
WINE_WARNING([building 64-bit Wine without support for CFI directives; exception handling will not work properly.])
fi
fi
asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
...
...
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