This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PING: Remove accross.m4 from the build system in libjava


http://gcc.gnu.org/ml/gcc-patches/2005-05/msg00216.html

This patch replaces the two config/accross.m4 macros
AC_COMPILE_CHECK_SIZEOF and AC_C_BIGENDIAN_CROSS with the more
comprehensive versions that came with autoconf 2.59: AC_CHECK_SIZEOF
and AC_C_BIGENDIAN.

Hunks of this patch and a similar one have been installed for
libiberty, gcc, and bfd.

Could someone look over the versions for libjava, so I can commit the
obvious followup patch to delete accross.m4?

It has been bootstrapped and regtested under powerpc-apple-darwin8.0. 
It also was checked with a i686-pc-gnu-linux -> powerpc-unknown-elf
newlib cross.

Attachment: accross2.patch
Description: 1602222529-accross2.patch


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]