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] FYI: Update HACKING...


Committed as approved by Tom Tromey off-line.


2005-09-28 David Daney <ddaney@avtrex.com>


* HACKING: Update instructions for classpath import.

David Daney
Index: HACKING
===================================================================
RCS file: /cvs/gcc/gcc/libjava/HACKING,v
retrieving revision 1.9
diff -u -r1.9 HACKING
--- HACKING	21 Aug 2005 23:24:58 -0000	1.9
+++ HACKING	28 Sep 2005 21:42:55 -0000
@@ -22,6 +22,7 @@
   You have to make sure to use the gcc libtool.m4 and gcc lt* scripts
   cd .../classpath
   cp ../../lt* .
+  cp ../../config.sub ../../config.guess .
   aclocal -I m4 -I ../..
   autoconf
   autoheader

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