Patch: chorusos configury

Anthony Green green@redhat.com
Mon Apr 23 09:28:00 GMT 2001


Alex wrote:
> No.  I only want to turn on gcj everywhere, which is what
> build_by_default for Java will accomplish.  AFAIK, ${libgcj} was put
> in noconfigdirs of all platforms in which it wasn't known to work or
> to being close to work.

It was, but at least one target was added with no explicit disabling of
libgcj since java was disabled.  The sooner we reenable java the better.

The chorusos configury was also in the wrong switch statement.  This patch
fixes both problems. Ok for branch and trunk?


Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>

        * configure.in: Move *-chorusos target case to the proper switch.
        Disable libgcj.

Index: configure.in
===================================================================
RCS file: /cvs/gcc/gcc/configure.in,v
retrieving revision 1.90.2.6
diff -u -p -p -r1.90.2.6 configure.in
--- configure.in        2001/04/02 01:30:20     1.90.2.6
+++ configure.in        2001/04/23 16:16:43
@@ -348,9 +348,6 @@ fi
 # per-target:

 case "${target}" in
-  *-*-chorusos)
-    noconfigdirs="$noconfigdirs target-newlib target-libgloss"
-    ;;
   v810*)
     target_makefile_frag="${target_makefile_frag} config/mt-v810"
     ;;
@@ -589,6 +586,9 @@ case "${host}" in
 esac

 case "${target}" in
+  *-*-chorusos)
+    noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
+    ;;
   *-*-netware)
     noconfigdirs="$noconfigdirs ${libstdcxx_version} target-librx
target-newli\
b target-libiberty target-libgloss ${libgcj}"
     ;;

AG



More information about the Java mailing list