diff options
author | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-02-10 14:07:44 +0000 |
---|---|---|
committer | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-02-10 14:07:44 +0000 |
commit | 84a2471067575918f5ad3038cb135464a5d39317 (patch) | |
tree | feda6ef2eb4bb1b1f94d43d9714629032ff78cf1 /libgo/config.h.in | |
parent | d34430114a1c24c97fdcc37f005576a981ad7d94 (diff) | |
download | gcc-84a2471067575918f5ad3038cb135464a5d39317.tar.gz |
libgo/configure: Fixes for Solaris 8 and cross-compilation.
From Rainer Orth.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@184092 138bc75d-0d04-0410-961f-82ee72b054a4
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 |