libstdc++ doesn't like me using <cstdint> without requesting C++11, so
just do so.
This commit is contained in:
parent
0ad077175a
commit
0f0483b305
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.inc,v 1.2 2013/12/20 12:46:42 joerg Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.3 2014/03/13 00:56:41 joerg Exp $
|
||||
|
||||
.PATH: ${NETBSDSRCDIR}/sys/lib/libunwind
|
||||
|
||||
|
@ -7,4 +7,5 @@ SRCS+= libunwind.cxx \
|
|||
|
||||
INCS+= unwind.h
|
||||
|
||||
COPTS.libunwind.cxx+= ${${ACTIVE_CXX} == "gcc":? -std=c++0x : -std=c++11 :}
|
||||
COPTS.libunwind.cxx+= -funwind-tables -fno-rtti -fno-exceptions -fvisibility=hidden -Wno-old-style-cast
|
||||
|
|
Loading…
Reference in New Issue