diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2012-02-10 14:07:44 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2012-02-10 14:07:44 +0000 |
commit | e6c5817dca87ebafda02ea2cb7abaf7e00db74a5 (patch) | |
tree | feda6ef2eb4bb1b1f94d43d9714629032ff78cf1 /libgo/config.h.in | |
parent | 0f3b7e9a446183d8b27c7907d97f542be53eda90 (diff) | |
download | gcc-e6c5817dca87ebafda02ea2cb7abaf7e00db74a5.tar.gz |
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.in | 3 |
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 |