summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Esilevich <aesilevich@pathscale.com>2010-10-01 18:53:43 +0000
committerAlexander Esilevich <aesilevich@pathscale.com>2010-10-01 18:53:43 +0000
commitdddd8c2d603b8694e04b92cfdc4756effeedec1c (patch)
treeafbbef16af42320618dddd1533009b1bf8c0421d
parent70d23830fa15d900bc7abb7272fd0a04c8555c98 (diff)
downloadlibunwind-dddd8c2d603b8694e04b92cfdc4756effeedec1c.tar.gz
Fixes in standalone build for new libunwind version
-rw-r--r--src/CMakeLists.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 4b7375f3..4f598435 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -64,12 +64,12 @@ set(libunwind_sources_x8664_32
x86/Linit.c
x86/Linit_local.c
x86/Linit_remote.c
- x86/Lis_signal_frame.c
x86/Lget_proc_info.c
x86/Lregs.c
x86/Lresume.c
x86/getcontext.c
x86/Lstep.c
+ x86/Los-linux.c
)
@@ -96,13 +96,13 @@ set(libunwind_sources_x8664_64
x86_64/Linit.c
x86_64/Linit_local.c
x86_64/Linit_remote.c
- x86_64/Lis_signal_frame.c
x86_64/Lget_proc_info.c
x86_64/Lregs.c
x86_64/Lresume.c
x86_64/Lstep.c
${CMAKE_CURRENT_BINARY_DIR}/getcontext.o
${CMAKE_CURRENT_BINARY_DIR}/setcontext.o
+ x86_64/Los-linux.c
)
@@ -110,6 +110,7 @@ add_definitions(-DHAVE_CONFIG_H
-D_GNU_SOURCE
-fPIC
-DPIC
+ -fexceptions
)
include_directories(.