Commit 9a480d69 by Steve Chamberlain Committed by Anthony Green

The following patches include a couple of fixes for cross toolchains,

and endian bits for the picojava port.  I am committing this (and the
rebuilt Makefile.in/configure files).

From-SVN: r29765
parent 97ca93c3
......@@ -80,6 +80,7 @@ JCFLAGS = -g
JC1FLAGS = -g @LIBGCJ_JAVAFLAGS@
LIBFFIINCS = -I$(top_srcdir)/../libffi/include -I../libffi/include
ZINCS = -I$(top_srcdir)/../zlib
INCLUDES = -I$(top_srcdir) -Iinclude -I$(top_srcdir)/include \
$(GCINCS) $(THREADINCS) \
......
......@@ -302,7 +302,7 @@ if test -n "${with_cross_host}"; then
dnl We also assume we are using gcc, which provides alloca.
AC_DEFINE(HAVE_ALLOCA)
ZLIBSPEC=-lgcj
ZLIBSPEC=-lzgcj
# If Canadian cross, then don't pick up tools from the build
# directory.
......
......@@ -66,6 +66,14 @@
#define __IEEE_BIG_ENDIAN
#endif
#ifdef __pj__
#ifdef __pjl__
#define __IEEE_LITTLE_ENDIAN
#else
#define __IEEE_BIG_ENDIAN
#endif
#endif
/* necv70 was __IEEE_LITTLE_ENDIAN. */
#ifdef __W65__
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment