changeset 1667:0841adbc32b5

2009-02-23 Gary Benson <gbenson@redhat.com> Robert Schuster <robertschuster@fsfe.org> * configure.ac (llvm_components): Add nativecodegen. (transplanted from eb9c06e57a89fd095fade0af8753ff4ea23bd304)
author Gary Benson <gbenson@redhat.com>
date Mon, 23 Feb 2009 07:49:42 -0500
parents d971be768632
children 860c644885b2
files ChangeLog configure.ac
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Mar 03 00:52:27 2009 +0000
+++ b/ChangeLog	Mon Feb 23 07:49:42 2009 -0500
@@ -70,6 +70,11 @@
 	* patches/icedtea-libraries.patch: Recreated.
 
 2009-02-23  Gary Benson  <gbenson@redhat.com>
+            Robert Schuster  <robertschuster@fsfe.org>
+
+    * configure.ac (llvm_components): Add nativecodegen.
+
+2009-02-23  Gary Benson  <gbenson@redhat.com>
 
 	* ports/hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp
 	(CppInterpreter::deopt_entry): Remove Shark conditional.
--- a/configure.ac	Tue Mar 03 00:52:27 2009 +0000
+++ b/configure.ac	Mon Feb 23 07:49:42 2009 -0500
@@ -524,7 +524,7 @@
 
 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'`