summaryrefslogtreecommitdiff
path: root/package/llvm/patches/patch-Makefile_rules
blob: 51ead24f5a6bf9277c704c16f92e3a73273d7b44 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- llvm-2.9.orig/Makefile.rules	2011-03-25 07:26:58.000000000 +0100
+++ llvm-2.9/Makefile.rules	2011-07-30 12:32:43.143700539 +0200
@@ -550,7 +550,7 @@ endif
 ifndef KEEP_SYMBOLS
   Strip := $(PLATFORMSTRIPOPTS)
   StripWarnMsg := "(without symbols)"
-  Install.StripFlag += -s
+  Install.StripFlag +=
 endif
 
 ifdef TOOL_NO_EXPORTS