aboutsummaryrefslogtreecommitdiff
path: root/libjava/include
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2003-01-31 17:59:00 +0000
committerTom Tromey <tromey@gcc.gnu.org>2003-01-31 17:59:00 +0000
commit60c7f4ef5edf29fc4d16a9d690397d0e007bd84d (patch)
treebc348a02e8d8ff111504c382b42de33176097ae9 /libjava/include
parent5aac1dac6279f13c13e4068c4c734c48f0084205 (diff)
downloadgcc-60c7f4ef5edf29fc4d16a9d690397d0e007bd84d.zip
gcc-60c7f4ef5edf29fc4d16a9d690397d0e007bd84d.tar.gz
gcc-60c7f4ef5edf29fc4d16a9d690397d0e007bd84d.tar.bz2
aclocal.m4, [...]: Rebuilt.
* 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. From-SVN: r62188
Diffstat (limited to 'libjava/include')
-rw-r--r--libjava/include/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/libjava/include/config.h.in b/libjava/include/config.h.in
index 9f958e7..5fb6503 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