Changes between Version 1 and Version 2 of Ticket #36226, comment 10
- Timestamp:
- Aug 28, 2013, 3:53:53 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36226, comment 10
v1 v2 1 1 Actually, from the link failure above, I suspect that the problem isn't so much with the deployment target as with gcc48 probably not checking that deployment target. 2 2 3 Looking at the apple-gcc42 sources, there is a macro set in config.h that indicates whether or not __Unwind_GetIPInfois available. I suspect that backtrace.c ignores it, so the fix would be to change something like this:3 Looking at the apple-gcc42 sources, there is a macro set in config.h that indicates whether or not `__Unwind_GetIPInfo` is available. I suspect that backtrace.c ignores it, so the fix would be to change something like this: 4 4 {{{ 5 5 _Unwind_GetIPInfo(context, ipBefore);