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
This commit is contained in:
parent
97ca93c3ae
commit
9a480d6923
3 changed files with 10 additions and 1 deletions
|
@ -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__
|
||||
|
|
Loading…
Add table
Reference in a new issue