Add mfasr and mtasr
[oota-llvm.git] / lib / ExecutionEngine / JIT / Makefile
index 95b89ae63ed1c3400943bc25e7504dfacf447cc2..aafa3d9d420f046a91f9f4fdc9c61ec8b0bbca42 100644 (file)
@@ -1,5 +1,14 @@
+##===- lib/ExecutionEngine/JIT/Makefile --------------------*- Makefile -*-===##
+#
+#                     The LLVM Compiler Infrastructure
+#
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
+#
+##===----------------------------------------------------------------------===##
+
 LEVEL = ../../..
-LIBRARYNAME = lli-jit
+LIBRARYNAME = LLVMJIT
 
 # Get the $(ARCH) setting
 include $(LEVEL)/Makefile.config
@@ -15,7 +24,7 @@ ifdef ENABLE_X86_JIT
   CPPFLAGS += -DENABLE_X86_JIT
 endif
 
-# Enable the X86 JIT if compiling on X86
+# Enable the Sparc JIT if compiling on Sparc
 ifeq ($(ARCH), Sparc)
   ENABLE_SPARC_JIT = 1
 endif