diff options
author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2011-04-22 12:55:43 +0200 |
---|---|---|
committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2011-04-22 12:55:43 +0200 |
commit | 7b5b79f09f0bffe1fccda00d4c5cdf7a7be45413 (patch) | |
tree | 530094b92477c849c05a92bf33527ea1bfcf7d8e /libubacktrace/sysdeps/sh/Makefile.arch | |
parent | a4aa01c128b04c7174d57a28f61656f966d2bd6c (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.arch | 12 |
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 |