[patch] PR 21325 reenable libgcj for darwon on 4.0.x

Andreas Tobler toa@pop.agri.ch
Fri May 6 10:37:00 GMT 2005


Hi,

the appended patch was tested on 4.0.x branch. Built went fine even with 
libjava awt enabled.

Ok, for branch ?

Andreas

2005-05-06  Andreas Tobler  <a.tobler@schweiz.ch>

	PR target/21325
	* configure.in (powerpc-*-darwin*): Remove ${libgcj} from noconfigdirs.
	* configure: Regenerated.


Index: configure.in
===================================================================
RCS file: /cvs/gcc/gcc/configure.in,v
retrieving revision 1.341.2.2
diff -u -r1.341.2.2 configure.in
--- configure.in        21 Apr 2005 02:45:11 -0000      1.341.2.2
+++ configure.in        6 May 2005 10:36:29 -0000
@@ -364,7 +364,7 @@
      noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
      ;;
    powerpc-*-darwin*)
-    noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes gdb gprof 
${libgcj}"
+    noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes gdb gprof"
      ;;
    *-*-darwin*)
      noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes gdb gprof"



More information about the Gcc-patches mailing list