xref: /openbsd/gnu/lib/libsupc++-v3/Makefile (revision cca36db2)
1# $OpenBSD: Makefile,v 1.3 2011/07/18 18:32:47 matthieu Exp $
2
3.include "${.CURDIR}/../libstdc++-v3/Makefile.common"
4
5# Static only.
6LIB=	supc++
7
8# Pulled from Makefile.common
9SRCS=	${SUPSRCS}
10
11.if ${MACHINE_ARCH} == "arm"
12CFLAGS+=	-D_GLIBCXX_SJLJ_EXCEPTIONS=1
13.endif
14
15# Build a standard .a lib with PIC objects
16NOPIC=
17CFLAGS+= ${PICFLAG}
18
19.include <bsd.lib.mk>
20