Adjust to new AA interface
[oota-llvm.git] / Makefile.Linux
index bb714e4f03b9ca497a0da93a5a68627d3fe07177..a8206c4865e8d5e97de49661e492046d55560e0c 100644 (file)
@@ -18,6 +18,10 @@ MakeSharedObjectOption := -shared
 #
 PLATFORMLINKOPTS := -Wl,--export-dynamic
 
+# PLATFORMSTRIPOPTS - Command to pass to the link phase to cause symbols to be 
+# stripped from the resultant binary.
+PLATFORMSTRIPOPTS := -Wl,-x
+
 # Path to location for LLVM front-end for this architecture.  This setting may
 # be overriden by the Makefile.config option, and should not override it if set.
 #