summaryrefslogtreecommitdiff
path: root/libgo/config.h.in
diff options
context:
space:
mode:
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2011-02-03 01:53:36 +0000
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2011-02-03 01:53:36 +0000
commitc0dd1a830641098eff8f8ecfe1fd954361dbaa90 (patch)
tree4c14f86ce89f5533332a96c295ccd2adc1ed0f59 /libgo/config.h.in
parent71314d3d11d6cb06ea9fbbe7a66ca143fd133f42 (diff)
downloadgcc-c0dd1a830641098eff8f8ecfe1fd954361dbaa90.tar.gz
Check whether we are using setjmp/longjmp exceptions.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@169777 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgo/config.h.in')
-rw-r--r--libgo/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/libgo/config.h.in b/libgo/config.h.in
index 382362beb40..22d6f721e2d 100644
--- a/libgo/config.h.in
+++ b/libgo/config.h.in
@@ -70,6 +70,9 @@
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
+/* Define if the C++ compiler is configured for setjmp/longjmp exceptions. */
+#undef LIBGO_SJLJ_EXCEPTIONS
+
/* Define if the linker support split stack adjustments */
#undef LINKER_SUPPORTS_SPLIT_STACK