summaryrefslogtreecommitdiff
path: root/libubacktrace/sysdeps/sh/Makefile.arch
diff options
context:
space:
mode:
authorCarmelo Amoroso <carmelo.amoroso@st.com>2011-04-22 12:55:43 +0200
committerCarmelo Amoroso <carmelo.amoroso@st.com>2011-04-22 12:55:43 +0200
commit7b5b79f09f0bffe1fccda00d4c5cdf7a7be45413 (patch)
tree530094b92477c849c05a92bf33527ea1bfcf7d8e /libubacktrace/sysdeps/sh/Makefile.arch
parenta4aa01c128b04c7174d57a28f61656f966d2bd6c (diff)
libubacktrace: generic implementation based dwarf
Use the initial implementation for SH4 based on dwarf for all archs. Indeed there are not obvious reason for which it should not work in general. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
Diffstat (limited to 'libubacktrace/sysdeps/sh/Makefile.arch')
-rw-r--r--libubacktrace/sysdeps/sh/Makefile.arch12
1 files changed, 0 insertions, 12 deletions
diff --git a/libubacktrace/sysdeps/sh/Makefile.arch b/libubacktrace/sysdeps/sh/Makefile.arch
deleted file mode 100644
index 9b0de385b..000000000
--- a/libubacktrace/sysdeps/sh/Makefile.arch
+++ /dev/null
@@ -1,12 +0,0 @@
-# Makefile for uClibc (sh/libubacktrace)
-#
-# Copyright (C) 2010 STMicroelectronics Ltd
-# Author: Carmelo Amoroso <carmelo.amoroso@st.com>
-
-# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
-#
-
-libubacktrace_ARCH_SRC-y := backtrace.c
-
-# -fexections is required for backtrace to work using dwarf2
-CFLAGS-backtrace.c := -fexceptions