changeset in /hg/icedtea6: 2009-02-23 Gary Benson <gbenson at red...

Gary Benson gbenson at redhat.com
Mon Feb 23 04:53:06 PST 2009


changeset eb9c06e57a89 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=eb9c06e57a89
description:
	2009-02-23  Gary Benson  <gbenson at redhat.com>
	            Robert Schuster  <robertschuster at fsfe.org>

	    * configure.ac (llvm_components): Add nativecodegen.

diffstat:

2 files changed, 6 insertions(+), 1 deletion(-)
ChangeLog    |    5 +++++
configure.ac |    2 +-

diffs (24 lines):

diff -r c90d22c7678d -r eb9c06e57a89 ChangeLog
--- a/ChangeLog	Mon Feb 23 10:33:28 2009 +0000
+++ b/ChangeLog	Mon Feb 23 07:49:42 2009 -0500
@@ -1,3 +1,8 @@ 2009-02-23  Gary Benson  <gbenson at redhat
+2009-02-23  Gary Benson  <gbenson at redhat.com>
+            Robert Schuster  <robertschuster at fsfe.org>
+
+    * configure.ac (llvm_components): Add nativecodegen.
+
 2009-02-23  Gary Benson  <gbenson at redhat.com>
 
 	* ports/hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp
diff -r c90d22c7678d -r eb9c06e57a89 configure.ac
--- a/configure.ac	Mon Feb 23 10:33:28 2009 +0000
+++ b/configure.ac	Mon Feb 23 07:49:42 2009 -0500
@@ -488,7 +488,7 @@ AC_SUBST(LIBFFI_LIBS)
 
 if test "x${SHARK_BUILD_TRUE}" = x; then
   FIND_TOOL([LLVM_CONFIG], [llvm-config])
-  llvm_components=engine
+  llvm_components="engine nativecodegen"
   LLVM_CFLAGS=`$LLVM_CONFIG --cflags $llvm_components | \
     sed -e 's/-O.//g' | sed -e 's/-fomit-frame-pointer//g' | \
     sed -e 's/-D_DEBUG//g'`



More information about the distro-pkg-dev mailing list