changeset 1678:eb9c06e57a89

2009-02-23 Gary Benson <gbenson@redhat.com> Robert Schuster <robertschuster@fsfe.org> * configure.ac (llvm_components): Add nativecodegen.
author Gary Benson <gbenson@redhat.com>
date Mon, 23 Feb 2009 07:49:42 -0500
parents c90d22c7678d
children 0848286d8e5c
files ChangeLog configure.ac
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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@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
--- 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 @@
 
 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'`