OSDN Git Service

* configure: Rebuilt.
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 28 Sep 1999 22:16:57 +0000 (22:16 +0000)
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 28 Sep 1999 22:16:57 +0000 (22:16 +0000)
* configure.in (PROCESS): In POSIX case, only set if not already
set.
* configure.host (PROCESS): Set in mips-tx39 case.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29700 138bc75d-0d04-0410-961f-82ee72b054a4

libjava/ChangeLog
libjava/configure
libjava/configure.host
libjava/configure.in

index 7cf2586..fc5d548 100644 (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.
index d2dd1d2..a5a49ea 100755 (executable)
@@ -2418,7 +2418,7 @@ fi
 case "$TARGET_ECOS" in
    no)
       FILE_DESCRIPTOR=natFileDescriptorPosix.cc
-      PROCESS=Posix
+      PROCESS=${PROCESS-Posix}
       ;;
    *)
       FILE_DESCRIPTOR=natFileDescriptorEcos.cc
index e5a4f2f..8f7363d 100644 (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"
index c83ef9b..6614370 100644 (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