blob: 0013c51f15dc22ab8f7608e135c7cfd1759a5959 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $NetBSD: Makefile.inc,v 1.2 2013/12/20 12:46:42 joerg Exp $
.PATH: ${NETBSDSRCDIR}/sys/lib/libunwind
SRCS+= libunwind.cxx \
unwind_registers.S
INCS+= unwind.h
COPTS.libunwind.cxx+= -funwind-tables -fno-rtti -fno-exceptions -fvisibility=hidden -Wno-old-style-cast
|