Changes in directory llvm/lib/Support/bzip2:

Makefile updated: 1.3 -> 1.4
---
Log message:

HP aCC chokes on this, but it's not required anyway: according to
the bzip2 homepage, only ancient (gcc 2.7.x ?) versions of GCC
require this? It certainly isn't needed for the current bzip2
sources.



---
Diffs of the changes:  (+0 -2)

 Makefile |    2 --
 1 files changed, 2 deletions(-)


Index: llvm/lib/Support/bzip2/Makefile
diff -u llvm/lib/Support/bzip2/Makefile:1.3 llvm/lib/Support/bzip2/Makefile:1.4
--- llvm/lib/Support/bzip2/Makefile:1.3 Sat Dec  4 16:34:21 2004
+++ llvm/lib/Support/bzip2/Makefile     Sun Dec 25 23:00:25 2005
@@ -13,6 +13,4 @@
 EXTRA_DIST = bzlib.h bzlib_private.h CHANGES LICENSE README \
             README.COMPILATION.PROBLEMS Y2K_INFO
 
-CFLAGS=-fno-strength-reduce 
-
 include $(LEVEL)/Makefile.common



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to