Search
lxdream.org :: lxdream/configure :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename configure
changeset 906:268ea359f884
prev902:408568dc97d5
next909:b4a21af8ce8c
author nkeynes
date Thu Oct 30 00:06:49 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Change xlat_get_native_pc to pass in the expected code region - this lets the Mac
unwind implementation range test the IP address (which works) rather than EBP
(which doesn't for some reason).

Remove the test in configure that prevents fomit-frame-pointer being used in Mac
builds.
file annotate diff log raw
1.1 --- a/configure Mon Oct 27 07:26:49 2008 +0000
1.2 +++ b/configure Thu Oct 30 00:06:49 2008 +0000
1.3 @@ -6865,7 +6865,7 @@
1.4 _ACEOF
1.5
1.6 fi
1.7 -if test "x$enable_optimized" = "xyes" -a "x$APPLE_BUILD" != "xyes"; then
1.8 +if test "x$enable_optimized" = "xyes"; then
1.9 CFLAGS="$CFLAGS -fexceptions -fomit-frame-pointer"
1.10
1.11 cat >>confdefs.h <<\_ACEOF
.