diff options
author | Robert Schuster <robertschuster@fsfe.org> | 2010-06-16 10:15:58 +0200 |
---|---|---|
committer | Robert Schuster <robertschuster@fsfe.org> | 2010-06-16 10:15:58 +0200 |
commit | 588548bdc61b444de758108bb267a942ffd395dc (patch) | |
tree | 796e34b55f302ed663db5a4f1e2f2823328ea1cd | |
parent | 7764d0b2511db7890a3bd6a6839a0f59145d0adf (diff) |
llvm2.7 2.7: Removed the link patch - its not needed for the CMake-build
-rw-r--r-- | recipes/llvm/llvm2.7/link.patch | 12 | ||||
-rw-r--r-- | recipes/llvm/llvm2.7_2.7.bb | 5 |
2 files changed, 2 insertions, 15 deletions
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" |