This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch]: Sandro's GCJ on Darwin/i386 patches pt.4


This is the fourth patch from Sandro Tolaini's original
patches which were posted...

http://gcc.gnu.org/ml/java-patches/2006-q1/msg00347.html

with the changelog entries as listed in...

http://gcc.gnu.org/ml/java-patches/2006-q1/msg00353.html

and applied to current gcc trunk to generate the
diffs shown below.

2006-03-28 Sandro Tolaini <tolaini@libero.it>

* configure.in: Enable libgcj build on Darwin/i386

Index: configure.in
===================================================================
--- configure.in	(revision 116989)
+++ configure.in	(working copy)
@@ -368,14 +368,9 @@ case "${target}" in
   *-*-chorusos)
     noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
     ;;
-  powerpc-*-darwin*)
-    noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes gdb gprof"
-    noconfigdirs="$noconfigdirs sim target-rda"
-    ;;
   *-*-darwin*)
-    noconfigdirs="$noconfigdirs ld gas gdb gprof"
+    noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes gdb gprof"
     noconfigdirs="$noconfigdirs sim target-rda"
-    noconfigdirs="$noconfigdirs ${libgcj}"
     ;;
   *-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*)
     noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]