Date: Sun, 11 Jul 2010 04:46:08 GMT From: Oleksandr Tymoshenko <gonzo@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 180745 for review Message-ID: <201007110446.o6B4k8dm066233@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@180745?ac=10 Change 180745 by gonzo@gonzo_figaro on 2010/07/11 04:46:01 Exceptions for AVR32 are setjmp/longjmp Affected files ... .. //depot/projects/avr32/src/gnu/lib/libstdc++/Makefile#3 edit Differences ... ==== //depot/projects/avr32/src/gnu/lib/libstdc++/Makefile#3 (text+ko) ==== @@ -14,7 +14,7 @@ SHLIB_MAJOR= 6 CFLAGS+= -DIN_GLIBCPP_V3 -DHAVE_CONFIG_H -.if ${MACHINE_ARCH} == "arm" +.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "avr32" CFLAGS+= -D_GLIBCXX_SJLJ_EXCEPTIONS=1 .endif CFLAGS+= -I${.CURDIR} -I${SUPDIR} -I${GCCDIR} -I${SRCDIR}/include
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007110446.o6B4k8dm066233>