Commit ab31268c by Tom Tromey Committed by Tom Tromey

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
parent 025fd00e
1999-09-28 Tom Tromey <tromey@cygnus.com> 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. * aclocal.m4, configure: Rebuilt.
* acinclude.m4 (LIB_AC_PROG_CC, LIB_AC_PROG_CXX): Provide * acinclude.m4 (LIB_AC_PROG_CC, LIB_AC_PROG_CXX): Provide
appropriate AC_PROG_ symbol. appropriate AC_PROG_ symbol.
......
...@@ -2418,7 +2418,7 @@ fi ...@@ -2418,7 +2418,7 @@ fi
case "$TARGET_ECOS" in case "$TARGET_ECOS" in
no) no)
FILE_DESCRIPTOR=natFileDescriptorPosix.cc FILE_DESCRIPTOR=natFileDescriptorPosix.cc
PROCESS=Posix PROCESS=${PROCESS-Posix}
;; ;;
*) *)
FILE_DESCRIPTOR=natFileDescriptorEcos.cc FILE_DESCRIPTOR=natFileDescriptorEcos.cc
......
...@@ -50,6 +50,8 @@ case "${host}" in ...@@ -50,6 +50,8 @@ case "${host}" in
libgcj_flags="${libgcj_flags} -G 0" libgcj_flags="${libgcj_flags} -G 0"
LDFLAGS="$LDFLAGS -Tjmr3904dram.ld" LDFLAGS="$LDFLAGS -Tjmr3904dram.ld"
AM_RUNTESTFLAGS="--target_board=jmr3904-sim" AM_RUNTESTFLAGS="--target_board=jmr3904-sim"
# Use "Ecos" processes since they are a no-op.
PROCESS=Ecos
;; ;;
i686-*|i586-*) i686-*|i586-*)
libgcj_flags="${libgcj_flags} -ffloat-store" libgcj_flags="${libgcj_flags} -ffloat-store"
......
...@@ -63,7 +63,7 @@ TARGET_ECOS="$with_ecos" ...@@ -63,7 +63,7 @@ TARGET_ECOS="$with_ecos"
case "$TARGET_ECOS" in case "$TARGET_ECOS" in
no) no)
FILE_DESCRIPTOR=natFileDescriptorPosix.cc FILE_DESCRIPTOR=natFileDescriptorPosix.cc
PROCESS=Posix PROCESS=${PROCESS-Posix}
;; ;;
*) *)
FILE_DESCRIPTOR=natFileDescriptorEcos.cc FILE_DESCRIPTOR=natFileDescriptorEcos.cc
......
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