This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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] 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"



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