Check .rela instead of ELF64 for the compensation vaue resetting
[oota-llvm.git] / tools / llvm-extract / Makefile
index dee057270fee6c6882db3ff0dce3bb76555936e1..a1e93f5ce468c692dbb56de04888efad94b6af03 100644 (file)
@@ -7,13 +7,11 @@
 # 
 ##===----------------------------------------------------------------------===##
 
-LEVEL = ../..
-
-TOOLNAME = llvm-extract
+LEVEL := ../..
+TOOLNAME := llvm-extract
 LINK_COMPONENTS := ipo bitreader bitwriter asmparser
-CXXFLAGS = -fno-rtti
 
 # This tool has no plugins, optimize startup time.
-TOOL_NO_EXPORTS = 1
+TOOL_NO_EXPORTS := 1
 
 include $(LEVEL)/Makefile.common