PERFORCE change 180745 for review
Oleksandr Tymoshenko
gonzo at FreeBSD.org
Sun Jul 11 04:46:09 UTC 2010
http://p4web.freebsd.org/@@180745?ac=10
Change 180745 by gonzo at 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
More information about the p4-projects
mailing list