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

2007-05-06 Thread Chris Lattner
Changes in directory llvm/lib/Support: Makefile updated: 1.12 -> 1.13 --- Log message: don't build bzip2 for now --- Diffs of the changes: (+0 -1) Makefile |1 - 1 files changed, 1 deletion(-) Index: llvm/lib/Support/Makefile diff -u llvm/lib/Support/Makefile:1.12 llvm/lib/Support/Ma

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

2006-08-23 Thread Reid Spencer
Changes in directory llvm/lib/Support: Makefile updated: 1.11 -> 1.12 --- Log message: For PR797: http://llvm.org/PR797 : This library no longer throws nor handles exceptions, so turn off the REQUIRES_EH flag. --- Diffs of the changes: (+0 -1) Makefile |1 - 1 files changed, 1 deletion

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

2006-07-28 Thread Chris Lattner
Changes in directory llvm/lib/Support: Makefile updated: 1.10 -> 1.11 --- Log message: libsupport still throws. --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+) Index: llvm/lib/Support/Makefile diff -u llvm/lib/Support/Makefile:1.10 llvm/lib/Support/Ma

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

2005-10-23 Thread Chris Lattner
Changes in directory llvm/lib/Support: Makefile updated: 1.9 -> 1.10 --- Log message: DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Support/Makefile diff -

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

2005-10-23 Thread Chris Lattner
Changes in directory llvm/lib/Support: Makefile updated: 1.8 -> 1.9 --- Log message: Only build .a file versions of these libraries, instead of .a and .o versions. This should speed up build times. --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+) Index