This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
[patch] PR 21325 reenable libgcj for darwon on 4.0.x
- From: Andreas Tobler <toa at pop dot agri dot ch>
- To: GCC Patches <gcc-patches at gcc dot gnu dot org>, Java Patches <java-patches at gcc dot gnu dot org>
- Date: Fri, 06 May 2005 12:36:44 +0200
- Subject: [patch] PR 21325 reenable libgcj for darwon on 4.0.x
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"