[kaffe] CVS kaffe (robilad): updated FAQ.win32

Kaffe CVS cvs-commits at kaffe.org
Tue Aug 7 12:05:50 PDT 2007


PatchSet 7522 
Date: 2007/08/07 19:04:41
Author: robilad
Branch: HEAD
Tag: (none) 
Log:
updated FAQ.win32

Members: 
	ChangeLog:1.5020->1.5021 
	FAQ/FAQ.win32:1.4->1.5 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.5020 kaffe/ChangeLog:1.5021
--- kaffe/ChangeLog:1.5020	Tue Aug  7 18:59:03 2007
+++ kaffe/ChangeLog	Tue Aug  7 19:04:41 2007
@@ -1,3 +1,7 @@
+2007-08-07  Dalibor Topic  <robilad at kaffe.org>
+
+	* FAQ/FAQ.win32: Updated for Kazayuki Shudo's PIC patch.
+
 2007-08-07  Kazuyuki Shudo  <2006 at shudo.net>
 
 	* config/i386/trampolines.S: Don't generate PIC code
Index: kaffe/FAQ/FAQ.win32
diff -u kaffe/FAQ/FAQ.win32:1.4 kaffe/FAQ/FAQ.win32:1.5
--- kaffe/FAQ/FAQ.win32:1.4	Sun Mar 26 13:38:00 2006
+++ kaffe/FAQ/FAQ.win32	Tue Aug  7 19:04:42 2007
@@ -42,7 +42,7 @@
 
 	../kaffe/configure --with-gc=kaffe-gc --disable-native-awt \
 	--with-staticvm --with-staticbin --with-threads=unix-jthreads \
-	--enable-pure-java-math --disable-shared --with-pic=no
+	--enable-pure-java-math --disable-shared
 
 --with-gc=kaffe-gc sets the gc to kaffe's gc. it's the default, anyway, 
 but I've had configure scripts do odd things on cygwin, so I set it 
@@ -72,14 +72,11 @@
 --disable-shared Is necessary to make sure that libtool does not try to 
 build shared libraries.
 
---with-pic=no Is necessary to avoid problems compiling the trampoline 
-code.
-
 Status
 ======
 
-With this setup, and after a round or two of make && make check, I get 146 
-passes out of 150 regression tests with the interpreter engine. 
+With this setup, and after a round or two of make && make check, I get 
+142 passes out of 150 regression tests with the interpreter engine. 
 
 There probably are various issues that the compiler warnings should be 
 able to help interested developers fix. As usual, I'd appreciate patches. 




More information about the kaffe mailing list