summaryrefslogtreecommitdiff
path: root/libgo/config.h.in
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2012-02-10 14:07:44 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2012-02-10 14:07:44 +0000
commite6c5817dca87ebafda02ea2cb7abaf7e00db74a5 (patch)
treefeda6ef2eb4bb1b1f94d43d9714629032ff78cf1 /libgo/config.h.in
parent0f3b7e9a446183d8b27c7907d97f542be53eda90 (diff)
libgo/configure: Fixes for Solaris 8 and cross-compilation.
From Rainer Orth. From-SVN: r184092
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 44ae4282e18..afbb9ee9c53 100644
--- a/libgo/config.h.in
+++ b/libgo/config.h.in
@@ -198,6 +198,9 @@
/* Define if setcontext clobbers TLS variables */
#undef SETCONTEXT_CLOBBERS_TLS
+/* The size of `void *', as computed by sizeof. */
+#undef SIZEOF_VOID_P
+
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS