diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2006-10-05 20:55:37 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2006-10-05 20:55:37 +0000 |
| commit | d3fbc8d9c0275859ca588732a0a4aaa4b76b4ed8 (patch) | |
| tree | 6ca1dd199909e81e9c00be2f0f64f948cf056507 /gnu/lib/libstdc++ | |
| parent | 4517aab29328004d373ecd8983e46ff747d784ea (diff) | |
Notes
Diffstat (limited to 'gnu/lib/libstdc++')
| -rw-r--r-- | gnu/lib/libstdc++/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/lib/libstdc++/Makefile b/gnu/lib/libstdc++/Makefile index 72441157a2fe..43e0893c7309 100644 --- a/gnu/lib/libstdc++/Makefile +++ b/gnu/lib/libstdc++/Makefile @@ -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 \ |
