From e6c5817dca87ebafda02ea2cb7abaf7e00db74a5 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 10 Feb 2012 14:07:44 +0000 Subject: libgo/configure: Fixes for Solaris 8 and cross-compilation. From Rainer Orth. From-SVN: r184092 --- libgo/config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libgo/config.h.in') 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 -- cgit v1.2.1