[kaffe] CVS kaffe (robilad): Fixlet for configure script's trampoline check

Kaffe CVS cvs-commits at kaffe.org
Wed Mar 16 04:54:25 PST 2005


PatchSet 5572 
Date: 2005/03/16 12:49:40
Author: robilad
Branch: HEAD
Tag: (none) 
Log:
Fixlet for configure script's trampoline check

2005-03-16  Dalibor Topic  <robilad at kaffe.org>

* configure.ac: Check for tramploines.S instead of trampolines.c.

Reported and suggested by: Christian Thalinger <twisti at complang.tuwien.ac.at>

Members: 
	ChangeLog:1.3746->1.3747 
	configure:1.433->1.434 
	configure.ac:1.123->1.124 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.3746 kaffe/ChangeLog:1.3747
--- kaffe/ChangeLog:1.3746	Wed Mar 16 10:30:44 2005
+++ kaffe/ChangeLog	Wed Mar 16 12:49:40 2005
@@ -1,3 +1,9 @@
+2005-03-16  Dalibor Topic  <robilad at kaffe.org>
+
+	* configure.ac: Check for tramploines.S instead of trampolines.c.
+
+	Reported and suggested by: Christian Thalinger <twisti at complang.tuwien.ac.at>
+
 2005-03-15  Dalibor Topic  <robilad at kaffe.org>
 
 	* config/powerpc/trampolines.c: Use common powerpc assembler
Index: kaffe/configure
diff -u kaffe/configure:1.433 kaffe/configure:1.434
--- kaffe/configure:1.433	Wed Mar 16 10:30:47 2005
+++ kaffe/configure	Wed Mar 16 12:49:42 2005
@@ -29030,7 +29030,7 @@
 if test x"$with_engine" != x"intrp" ; then
 	echo "$as_me:$LINENO: checking for trampolines" >&5
 echo $ECHO_N "checking for trampolines... $ECHO_C" >&6
-	if test -f $srcdir/config/$Khost_cpu/trampolines.c ; then
+	if test -f $srcdir/config/$Khost_cpu/trampolines.S ; then
 		KAFFEVM_TRAMPOLINES_S="\$(top_srcdir)/config/$Khost_cpu/trampolines.S"
 
 		echo "$as_me:$LINENO: result: yes" >&5
Index: kaffe/configure.ac
diff -u kaffe/configure.ac:1.123 kaffe/configure.ac:1.124
--- kaffe/configure.ac:1.123	Wed Mar 16 10:30:53 2005
+++ kaffe/configure.ac	Wed Mar 16 12:49:47 2005
@@ -780,7 +780,7 @@
 KAFFEVM_TRAMPOLINES_S=
 if test x"$with_engine" != x"intrp" ; then
 	AC_MSG_CHECKING(for trampolines)
-	if test -f $srcdir/config/$Khost_cpu/trampolines.c ; then
+	if test -f $srcdir/config/$Khost_cpu/trampolines.S ; then
 		KAFFEVM_TRAMPOLINES_S="\$(top_srcdir)/config/$Khost_cpu/trampolines.S"
 		AC_SUBST(KAFFEVM_TRAMPOLINES_S)
 		AC_MSG_RESULT(yes)




More information about the kaffe mailing list