diff options
Diffstat (limited to 'package/llvm/patches/patch-Makefile_rules')
-rw-r--r-- | package/llvm/patches/patch-Makefile_rules | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/llvm/patches/patch-Makefile_rules b/package/llvm/patches/patch-Makefile_rules new file mode 100644 index 000000000..51ead24f5 --- /dev/null +++ b/package/llvm/patches/patch-Makefile_rules @@ -0,0 +1,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 |