[llvm-commits] CVS: llvm/lib/Support/bzip2/Makefile

Duraid Madina duraid at octopus.com.au
Sun Dec 25 21:00:36 PST 2005



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






More information about the llvm-commits mailing list