[kaffe] CVS kaffe (robilad): fix for interpreter only platforms
Kaffe CVS
cvs-commits at kaffe.org
Mon Jul 10 01:07:19 PDT 2006
PatchSet 7327
Date: 2006/07/10 07:48:42
Author: robilad
Branch: HEAD
Tag: (none)
Log:
fix for interpreter only platforms
2006-07-09 Dalibor Topic <robilad at kaffe.org>
* configure.ac: Only link callKaffeException.h if we
are not building the interpreter.
Members:
ChangeLog:1.4830->1.4831
configure:1.547->1.548
configure.ac:1.225->1.226
config/Makefile.in:1.220->1.221
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.4830 kaffe/ChangeLog:1.4831
--- kaffe/ChangeLog:1.4830 Mon Jul 10 01:07:18 2006
+++ kaffe/ChangeLog Mon Jul 10 07:48:42 2006
@@ -1,5 +1,10 @@
2006-07-09 Dalibor Topic <robilad at kaffe.org>
+ * configure.ac: Only link callKaffeException.h if we
+ are not building the interpreter.
+
+2006-07-09 Dalibor Topic <robilad at kaffe.org>
+
* configure.ac: AC_SUBST KAFFE_CFLAGS after config.frag
has been sourced. This may fix the problem Riccardo reported
on Darwin with -no-cpp-precomp not being honoured.
Index: kaffe/configure
diff -u kaffe/configure:1.547 kaffe/configure:1.548
--- kaffe/configure:1.547 Mon Jul 10 01:07:24 2006
+++ kaffe/configure Mon Jul 10 07:48:46 2006
@@ -51213,6 +51213,8 @@
if test x"$with_engine" != x"intrp" ; then
ac_config_links="$ac_config_links config/jit-md.h:$CONFIG_JIT_MD_H"
+ ac_config_links="$ac_config_links config/callKaffeException.h:$CONFIG_CALLKAFFEEXCEPTION_H"
+
fi
if test x"$xprofiling" = x"yes"; then
@@ -51222,8 +51224,6 @@
ac_config_links="$ac_config_links config/md.h:$CONFIG_MD_H"
- ac_config_links="$ac_config_links config/callKaffeException.h:$CONFIG_CALLKAFFEEXCEPTION_H"
-
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
@@ -52151,9 +52151,9 @@
"test/regression/run_time/CompileScript" ) CONFIG_FILES="$CONFIG_FILES test/regression/run_time/CompileScript" ;;
"test/jni/Makefile" ) CONFIG_FILES="$CONFIG_FILES test/jni/Makefile" ;;
"config/jit-md.h" ) CONFIG_LINKS="$CONFIG_LINKS config/jit-md.h:$CONFIG_JIT_MD_H" ;;
+ "config/callKaffeException.h" ) CONFIG_LINKS="$CONFIG_LINKS config/callKaffeException.h:$CONFIG_CALLKAFFEEXCEPTION_H" ;;
"config/xprofile-md.h" ) CONFIG_LINKS="$CONFIG_LINKS config/xprofile-md.h:$CONFIG_XPROFILE_MD_H" ;;
"config/md.h" ) CONFIG_LINKS="$CONFIG_LINKS config/md.h:$CONFIG_MD_H" ;;
- "config/callKaffeException.h" ) CONFIG_LINKS="$CONFIG_LINKS config/callKaffeException.h:$CONFIG_CALLKAFFEEXCEPTION_H" ;;
"depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
"default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
"$ac_stdint_h" ) CONFIG_COMMANDS="$CONFIG_COMMANDS $ac_stdint_h" ;;
Index: kaffe/configure.ac
diff -u kaffe/configure.ac:1.225 kaffe/configure.ac:1.226
--- kaffe/configure.ac:1.225 Mon Jul 10 01:07:35 2006
+++ kaffe/configure.ac Mon Jul 10 07:48:53 2006
@@ -2614,6 +2614,7 @@
if test x"$with_engine" != x"intrp" ; then
AC_CONFIG_LINKS([config/jit-md.h:$CONFIG_JIT_MD_H])
+ AC_CONFIG_LINKS([config/callKaffeException.h:$CONFIG_CALLKAFFEEXCEPTION_H])
fi
if test x"$xprofiling" = x"yes"; then
@@ -2621,6 +2622,5 @@
fi
AC_CONFIG_LINKS([config/md.h:$CONFIG_MD_H])
-AC_CONFIG_LINKS([config/callKaffeException.h:$CONFIG_CALLKAFFEEXCEPTION_H])
AC_OUTPUT
Index: kaffe/config/Makefile.in
diff -u kaffe/config/Makefile.in:1.220 kaffe/config/Makefile.in:1.221
--- kaffe/config/Makefile.in:1.220 Sun Jul 9 16:58:40 2006
+++ kaffe/config/Makefile.in Mon Jul 10 07:48:54 2006
@@ -75,7 +75,7 @@
$(ACLOCAL_M4)
mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirs
CONFIG_HEADER = config.h
-CONFIG_CLEAN_FILES = jit-md.h xprofile-md.h md.h callKaffeException.h
+CONFIG_CLEAN_FILES = jit-md.h callKaffeException.h xprofile-md.h md.h
SOURCES =
DIST_SOURCES =
HEADERS = $(noinst_HEADERS)
More information about the kaffe
mailing list