summaryrefslogtreecommitdiff
path: root/src/core_dump_handler
diff options
context:
space:
mode:
Diffstat (limited to 'src/core_dump_handler')
-rw-r--r--src/core_dump_handler/CMakeLists.txt2
-rw-r--r--src/core_dump_handler/README2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/core_dump_handler/CMakeLists.txt b/src/core_dump_handler/CMakeLists.txt
index 9d1df66..99cf31a 100644
--- a/src/core_dump_handler/CMakeLists.txt
+++ b/src/core_dump_handler/CMakeLists.txt
@@ -36,7 +36,7 @@ set_target_properties(dlt-cdh PROPERTIES LINKER_LANGUAGE C)
install(TARGETS dlt-cdh
RUNTIME DESTINATION bin
COMPONENT base)
-
+
#install(FILES 50-coredump.conf
# DESTINATION ${COREDUMP_CONF_DIR}
# COMPONENT base)
diff --git a/src/core_dump_handler/README b/src/core_dump_handler/README
index d47ced8..a1a9d88 100644
--- a/src/core_dump_handler/README
+++ b/src/core_dump_handler/README
@@ -1,4 +1,4 @@
-To build use cmake with -DWITH_DLT_COREDUMPHANDLER=ON
+To build use cmake with -DWITH_DLT_COREDUMPHANDLER=ON -DTARGET_CPU_NAME={i686|x86_64}
Temporary replacement of default crash handler: