1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-05 09:14:03 +00:00

The ARM platform does the setjmp/longjmp type of exception handling.

This commit is contained in:
David E. O'Brien 2006-10-05 20:55:37 +00:00
parent 4517aab293
commit d3fbc8d9c0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163043

View File

@ -12,6 +12,9 @@ LIB= stdc++
SHLIB_MAJOR= 5
CFLAGS+= -DIN_GLIBCPP_V3 -DHAVE_CONFIG_H
.if ${MACHINE_ARCH} == "arm"
CFLAGS+= -D_GLIBCXX_SJLJ_EXCEPTIONS=1
.endif
CFLAGS+= -I${.CURDIR} -I${SUPDIR} -I${GCCDIR} -I${SRCDIR}/include
CFLAGS+= -frandom-seed=RepeatabilityConsideredGood
CXXFLAGS+= -fno-implicit-templates -ffunction-sections -fdata-sections \