configure: Rebuilt.

* configure: Rebuilt.
	* configure.in (PROCESS): In POSIX case, only set if not already
	set.
	* configure.host (PROCESS): Set in mips-tx39 case.

From-SVN: r29700
This commit is contained in:
Tom Tromey 1999-09-28 22:16:57 +00:00 committed by Tom Tromey
parent 025fd00efa
commit ab31268c62
4 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,10 @@
1999-09-28 Tom Tromey <tromey@cygnus.com>
* configure: Rebuilt.
* configure.in (PROCESS): In POSIX case, only set if not already
set.
* configure.host (PROCESS): Set in mips-tx39 case.
* aclocal.m4, configure: Rebuilt.
* acinclude.m4 (LIB_AC_PROG_CC, LIB_AC_PROG_CXX): Provide
appropriate AC_PROG_ symbol.

2
libjava/configure vendored
View File

@ -2418,7 +2418,7 @@ fi
case "$TARGET_ECOS" in
no)
FILE_DESCRIPTOR=natFileDescriptorPosix.cc
PROCESS=Posix
PROCESS=${PROCESS-Posix}
;;
*)
FILE_DESCRIPTOR=natFileDescriptorEcos.cc

View File

@ -50,6 +50,8 @@ case "${host}" in
libgcj_flags="${libgcj_flags} -G 0"
LDFLAGS="$LDFLAGS -Tjmr3904dram.ld"
AM_RUNTESTFLAGS="--target_board=jmr3904-sim"
# Use "Ecos" processes since they are a no-op.
PROCESS=Ecos
;;
i686-*|i586-*)
libgcj_flags="${libgcj_flags} -ffloat-store"

View File

@ -63,7 +63,7 @@ TARGET_ECOS="$with_ecos"
case "$TARGET_ECOS" in
no)
FILE_DESCRIPTOR=natFileDescriptorPosix.cc
PROCESS=Posix
PROCESS=${PROCESS-Posix}
;;
*)
FILE_DESCRIPTOR=natFileDescriptorEcos.cc