This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Patch: BC compile Qt peers
- From: Thomas Fitzsimmons <fitzsim at redhat dot com>
- To: java-patches at gcc dot gnu dot org
- Date: Tue, 30 Aug 2005 18:14:03 -0400
- Subject: Patch: BC compile Qt peers
Hi,
This patch should be applied during the next GNU Classpath merge. It
causes the Qt peers to be compiled binary-compatible.
Tom
2005-08-30 Thomas Fitzsimmons <fitzsim@redhat.com>
* scripts/makemake.tcl (verbose): Add gnu/java/awt/peer/qt to BC
list.
Index: scripts/makemake.tcl
===================================================================
RCS file: /cvs/gcc/gcc/libjava/scripts/makemake.tcl,v
retrieving revision 1.4
diff -u -r1.4 makemake.tcl
--- scripts/makemake.tcl 20 Jul 2005 23:39:44 -0000 1.4
+++ scripts/makemake.tcl 30 Aug 2005 21:55:08 -0000
@@ -42,6 +42,7 @@
set package_map(javax/xml) bc
set package_map(gnu/java/beans) bc
set package_map(gnu/java/awt/peer/gtk) bc
+set package_map(gnu/java/awt/peer/qt) bc
set package_map(org/xml) bc
set package_map(org/w3c) bc