diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-31 17:59:00 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-31 17:59:00 +0000 |
commit | d5daf43be3c98e6ad55b32e1ebc292a2261a9d80 (patch) | |
tree | bc348a02e8d8ff111504c382b42de33176097ae9 /libjava/include/config.h.in | |
parent | f5699769ed6b81b7ccc607e8da234fca2be386e0 (diff) | |
download | gcc-d5daf43be3c98e6ad55b32e1ebc292a2261a9d80.tar.gz |
* aclocal.m4, configure, include/config.h.in: Rebuilt.
* acinclude.m4 (CHECK_FOR_BROKEN_MINGW_LD): Resurrected; was in
aclocal.m4 and lost in some merge.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62188 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/include/config.h.in')
-rw-r--r-- | libjava/include/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libjava/include/config.h.in b/libjava/include/config.h.in index 9f958e79a14..5fb650327b6 100644 --- a/libjava/include/config.h.in +++ b/libjava/include/config.h.in @@ -394,6 +394,9 @@ /* Define if the compiler is configured for setjmp/longjmp exceptions. */ #undef SJLJ_EXCEPTIONS +/* Indicate that linker is not able to 8-byte align static data */ +#undef JV_LINKER_CANNOT_8BYTE_ALIGN_STATICS + /* Required define if using POSIX threads */ #undef _REENTRANT |