[kaffe] CVS kaffe (dalibor): Fixed kaffe on powerpc64-linux

Kaffe CVS cvs-commits at kaffe.org
Thu Nov 13 06:00:03 PST 2003


PatchSet 4164 
Date: 2003/11/13 13:54:52
Author: dalibor
Branch: HEAD
Tag: (none) 
Log:
Fixed kaffe on powerpc64-linux

With this patch, kaffe builds on powerpc64-linux and passes all regression tests.
It works, since powerpc64 can run powerpc32 binaries. Of course, a powerpc64
specific port could employ some usage of the 64 bit technology. Feel free to contribute one.

Members: 
	ChangeLog:1.1756->1.1757 
	config/config.alias:1.15->1.16 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.1756 kaffe/ChangeLog:1.1757
--- kaffe/ChangeLog:1.1756	Thu Nov 13 12:48:20 2003
+++ kaffe/ChangeLog	Thu Nov 13 13:54:52 2003
@@ -1,5 +1,12 @@
 2003-11-13  Dalibor Topic <robilad at kaffe.org>
 
+	* config/config.alias:
+	Added alias for powerpc to cover powerpc64 platforms. That lets
+	kaffe build on powerpc64-linux. The regreesion test suite shows
+	all test passed.
+
+2003-11-13  Dalibor Topic <robilad at kaffe.org>
+
 	* libraries/javalib/gnu/xml/pipeline/XIncludeFilter.java,
 	libraries/javalib/org/xml/sax/ext/Attributes2.java,
 	libraries/javalib/org/xml/sax/ext/Attributes2Impl.java,
Index: kaffe/config/config.alias
diff -u kaffe/config/config.alias:1.15 kaffe/config/config.alias:1.16
--- kaffe/config/config.alias:1.15	Tue Feb 25 23:06:28 2003
+++ kaffe/config/config.alias	Thu Nov 13 13:54:54 2003
@@ -12,6 +12,7 @@
 mipsel)		Khost_cpu=mips ;;
 alpha*)		Khost_cpu=alpha ;;
 sparc*)		Khost_cpu=sparc ;;
+powerpc*)	Khost_cpu=powerpc ;;
 
 esac
 




More information about the kaffe mailing list