patch-Makefile_rules 335 B

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