diff options
Diffstat (limited to 'sys-devel/llvm/files/llvm-2.3-dont-build-hello.patch')
-rw-r--r-- | sys-devel/llvm/files/llvm-2.3-dont-build-hello.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-devel/llvm/files/llvm-2.3-dont-build-hello.patch b/sys-devel/llvm/files/llvm-2.3-dont-build-hello.patch new file mode 100644 index 0000000..9011b8e --- /dev/null +++ b/sys-devel/llvm/files/llvm-2.3-dont-build-hello.patch @@ -0,0 +1,11 @@ +--- lib/Transforms/Makefile.orig 2008-08-21 12:37:27.000000000 +0300 ++++ lib/Transforms/Makefile 2007-12-29 22:09:26.000000000 +0200 +@@ -8,7 +8,7 @@ + ##===----------------------------------------------------------------------===## + + LEVEL = ../.. +-PARALLEL_DIRS = Utils Instrumentation Scalar IPO Hello ++PARALLEL_DIRS = Utils Instrumentation Scalar IPO + + include $(LEVEL)/Makefile.common + |