Makefile.arch 353 B

123456789101112
  1. # Makefile for uClibc (sh/libubacktrace)
  2. #
  3. # Copyright (C) 2010 STMicroelectronics Ltd
  4. # Author: Carmelo Amoroso <carmelo.amoroso@st.com>
  5. # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  6. #
  7. libubacktrace_ARCH_SRC-y := backtrace.c
  8. # -fexections is required for backtrace to work using dwarf2
  9. CFLAGS-backtrace.c := -fexceptions