summaryrefslogtreecommitdiff
path: root/src/core_dump_handler
diff options
context:
space:
mode:
authorStefan Vacek <stefan.vacek@intel.com>2016-01-29 09:07:27 +0100
committerLutz Helwing <lutz_helwing@mentor.com>2016-01-29 09:50:41 +0100
commit83e8c26524b20514407adad503d862f1a91b0182 (patch)
tree5bcade0a6c661fd04bd3901e3fd9413b493da7f3 /src/core_dump_handler
parentbb266e20627343fb97977acda7f015484a912045 (diff)
downloadDLT-daemon-83e8c26524b20514407adad503d862f1a91b0182.tar.gz
Fix CMakeLists to build logstorage, and coredumphandler
Signed-off-by: Stefan Vacek <stefan.vacek@intel.com>
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: