MC: Prune \return corresponding to r239552. [-Wdocumentation]
[oota-llvm.git] / tools / llvm-as / Makefile
index d6fbd710fa35f529250114f4adfabf49a433195b..dfd71b295a9a81f4fb64ae76e3f8b9c7189c351b 100644 (file)
@@ -7,12 +7,11 @@
 # 
 ##===----------------------------------------------------------------------===##
 
-LEVEL = ../..
-TOOLNAME = llvm-as
+LEVEL := ../..
+TOOLNAME := llvm-as
 LINK_COMPONENTS := asmparser bitwriter
-CXXFLAGS = -fno-rtti
 
 # This tool has no plugins, optimize startup time.
-TOOL_NO_EXPORTS = 1
+TOOL_NO_EXPORTS := 1
 
 include $(LEVEL)/Makefile.common