Merging r261384:
[oota-llvm.git] / tools / llvm-extract / Makefile
index dee057270fee6c6882db3ff0dce3bb76555936e1..d371c54759263a83a244cf40dd2e9a2b4691339a 100644 (file)
@@ -7,13 +7,11 @@
 # 
 ##===----------------------------------------------------------------------===##
 
-LEVEL = ../..
-
-TOOLNAME = llvm-extract
-LINK_COMPONENTS := ipo bitreader bitwriter asmparser
-CXXFLAGS = -fno-rtti
+LEVEL := ../..
+TOOLNAME := llvm-extract
+LINK_COMPONENTS := ipo bitreader bitwriter asmparser irreader
 
 # This tool has no plugins, optimize startup time.
-TOOL_NO_EXPORTS = 1
+TOOL_NO_EXPORTS := 1
 
 include $(LEVEL)/Makefile.common