Fix llvm-nm to print the full 64-bit address for symbols in 64-bit object files.
[oota-llvm.git] / tools / llvm-nm / Makefile
index bdefaa6248e7a84c0e569d6c5bd2491cb1eee55b..b95e9208734b87e893d62024522ac72e95aba311 100644 (file)
@@ -6,13 +6,12 @@
 # License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
-LEVEL = ../..
 
-TOOLNAME = llvm-nm
-LINK_COMPONENTS = archive bitreader
+LEVEL := ../..
+TOOLNAME := llvm-nm
+LINK_COMPONENTS := bitreader object
 
 # This tool has no plugins, optimize startup time.
-TOOL_NO_EXPORTS = 1
-CXXFLAGS = -fno-rtti
+TOOL_NO_EXPORTS := 1
 
 include $(LEVEL)/Makefile.common