make/jdk_generic_profile.sh

Print this page
rev 6031 : [mq]: shark-jdk.patch

@@ -357,11 +357,11 @@
     fi
     if [ ! -x "${LLVM_CONFIG}" ] ; then
       echo "ERROR: Unable to locate llvm-config"
       exit 1
     fi
-    llvm_components="jit engine nativecodegen"
+    llvm_components="jit mcjit engine nativecodegen"
 
     unset LLVM_CFLAGS
     for flag in $("${LLVM_CONFIG}" --cxxflags $llvm_components); do
       if echo "${flag}" | grep -q '^-[ID]'; then
         if [ "${flag}" != "-D_DEBUG" ] ; then