diff options
author | Tony Theodore <tonyt@logyst.com> | 2013-06-23 09:48:03 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2013-06-23 09:48:03 (GMT) |
commit | ad3fbcfcbb5636fcdeb0ddfd46909aa27e0fd9ee (patch) | |
tree | 059f20400f152a81f6adcbda6766f5cc7f4dc324 | |
parent | eb2a3e6551d8078a0a2012d5f7cdbc891da3549b (diff) | |
download | mxe-ad3fbcfcbb5636fcdeb0ddfd46909aa27e0fd9ee.zip mxe-ad3fbcfcbb5636fcdeb0ddfd46909aa27e0fd9ee.tar.gz mxe-ad3fbcfcbb5636fcdeb0ddfd46909aa27e0fd9ee.tar.bz2 |
update package llvm
-rw-r--r-- | index.html | 2 | ||||
-rw-r--r-- | src/llvm-1-build-without-tools.patch | 20 | ||||
-rw-r--r-- | src/llvm.mk | 2 |
3 files changed, 2 insertions, 22 deletions
@@ -1684,7 +1684,7 @@ aptitude -t squeeze-backports install cmake yasm</pre> </tr> <tr> <td id="llvm-package">llvm</td> - <td id="llvm-version">3.2</td> + <td id="llvm-version">3.3</td> <td id="llvm-website"><a href="http://llvm.org/">llvm</a></td> </tr> <tr> diff --git a/src/llvm-1-build-without-tools.patch b/src/llvm-1-build-without-tools.patch deleted file mode 100644 index 7af9a79..0000000 --- a/src/llvm-1-build-without-tools.patch +++ /dev/null @@ -1,20 +0,0 @@ -This file is part of MXE. -See index.html for further information. - -This patch has been taken from: -http://thread.gmane.org/gmane.comp.compilers.llvm.cvs/128419/focus=128572 - -diff -ur llvm-3.2.src.orig/cmake/modules/AddLLVM.cmake llvm-3.2.src/cmake/modules/AddLLVM.cmake ---- llvm-3.2.src.orig/cmake/modules/AddLLVM.cmake 2012-12-27 14:33:13.000000000 +1100 -+++ llvm-3.2.src/cmake/modules/AddLLVM.cmake 2012-12-27 14:35:37.000000000 +1100 -@@ -277,7 +277,9 @@ - COMMAND ${LIT_COMMAND} ${ARG_DEFAULT_ARGS} - COMMENT "${comment}" - ) -- add_dependencies(${target} ${ARG_DEPENDS}) -+ if( ARG_DEPENDS ) -+ add_dependencies(${target} ${ARG_DEPENDS}) -+ endif() - endfunction() - - # A function to add a set of lit test suites to be driven through 'check-*' targets. diff --git a/src/llvm.mk b/src/llvm.mk index d91a34f..38f7c04 100644 --- a/src/llvm.mk +++ b/src/llvm.mk @@ -3,7 +3,7 @@ PKG := llvm $(PKG)_IGNORE := -$(PKG)_CHECKSUM := 42d139ab4c9f0c539c60f5ac07486e9d30fc1280 +$(PKG)_CHECKSUM := c6c22d5593419e3cb47cbcf16d967640e5cce133 $(PKG)_SUBDIR := llvm-$($(PKG)_VERSION).src $(PKG)_FILE := llvm-$($(PKG)_VERSION).src.tar.gz $(PKG)_URL := http://llvm.org/releases/$($(PKG)_VERSION)/$($(PKG)_FILE) |