Kill unneccesary &*
[oota-llvm.git] / Makefile.Linux
index ca3c16fc1a3c7281e0f59ec7889cc00897c9777c..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.
 #
@@ -29,3 +33,9 @@ endif
 # LLC itself can be run so disable the diffs, not LLC itself.
 # 
 DISABLE_LLC_DIFFS := 1
+
+# This platform has a JIT compiler!  FIXME: This should be changed to be an
+# option printed by LLI itself at some point.
+#
+TARGET_HAS_JIT := 1
+