From: Robert Schuster Date: Wed, 16 Jun 2010 08:15:58 +0000 (+0200) Subject: llvm2.7 2.7: Removed the link patch - its not needed for the CMake-build X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=588548bdc61b444de758108bb267a942ffd395dc;p=openembedded.git llvm2.7 2.7: Removed the link patch - its not needed for the CMake-build --- diff --git a/recipes/llvm/llvm2.7/link.patch b/recipes/llvm/llvm2.7/link.patch deleted file mode 100644 index 059bd92295..0000000000 --- a/recipes/llvm/llvm2.7/link.patch +++ /dev/null @@ -1,12 +0,0 @@ -Index: llvm-2.7/tools/llvm-shlib/Makefile -=================================================================== ---- llvm-2.7/tools/llvm-shlib/Makefile (revision 103711) -+++ llvm-2.7/tools/llvm-shlib/Makefile (working copy) -@@ -56,5 +56,5 @@ - LLVMLibsOptions := -Wl,--whole-archive $(LLVMLibsOptions) - -Wl,--no-whole-archive - # Don't allow unresolved symbols. -- LLVMLibsOptions += -Wl,--no-undefined -+ LLVMLibsOptions += -lgcc -Wl,--no-undefined - endif - diff --git a/recipes/llvm/llvm2.7_2.7.bb b/recipes/llvm/llvm2.7_2.7.bb index 623f6fa4b8..67633e22b4 100644 --- a/recipes/llvm/llvm2.7_2.7.bb +++ b/recipes/llvm/llvm2.7_2.7.bb @@ -1,20 +1,19 @@ require llvm.inc -PR = "r1" +PR = "r2" DEPENDS = "llvm-common llvm2.7-native" SRC_URI = "\ http://llvm.org/releases/${PV}/llvm-${PV}.tgz \ file://BX_to_BLX.patch \ - file://link.patch \ " EXTRA_OECMAKE += "\ -DLLVM_TARGET_ARCH:STRING=${LLVM_ARCH} \ -DLLVM_ENABLE_ASSERTIONS:BOOL=ON \ - -DBUILD_SHARED_LIBS:BOOL=ON \ -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \ + -DBUILD_SHARED_LIBS:BOOL=ON \ " LLVM_RELEASE = "2.7"