llvm2.7 2.7: Removed the link patch - its not needed for the CMake-build
authorRobert Schuster <robertschuster@fsfe.org>
Wed, 16 Jun 2010 08:15:58 +0000 (10:15 +0200)
committerRobert Schuster <robertschuster@fsfe.org>
Wed, 16 Jun 2010 08:15:58 +0000 (10:15 +0200)
recipes/llvm/llvm2.7/link.patch [deleted file]
recipes/llvm/llvm2.7_2.7.bb

diff --git a/recipes/llvm/llvm2.7/link.patch b/recipes/llvm/llvm2.7/link.patch
deleted file mode 100644 (file)
index 059bd92..0000000
+++ /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
-
index 623f6fa..67633e2 100644 (file)
@@ -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"