[arch-commits] Commit in tinygo/trunk (PKGBUILD)

Anatol Pomozov anatolik at gemini.archlinux.org
Wed May 4 18:52:29 UTC 2022


    Date: Wednesday, May 4, 2022 @ 18:52:28
  Author: anatolik
Revision: 1194476

upgpkg: tinygo 0.23.0-1

Modified:
  tinygo/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-04 18:18:24 UTC (rev 1194475)
+++ PKGBUILD	2022-05-04 18:52:28 UTC (rev 1194476)
@@ -1,7 +1,7 @@
 # Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
 
 pkgname=tinygo
-pkgver=0.22.0
+pkgver=0.23.0
 pkgrel=1
 pkgdesc='Go compiler for small places. Microcontrollers, WebAssembly, and command-line tools. Based on LLVM.'
 arch=(x86_64)
@@ -18,7 +18,6 @@
         git+https://github.com/ARM-software/CMSIS
         git+https://github.com/avr-rust/avr-mcu
         git+https://github.com/tinygo-org/cmsis-svd
-        git+https://github.com/llvm-mirror/compiler-rt#branch=release_80
         git+https://github.com/CraneStation/wasi-libc
         git+https://github.com/keith-packard/picolibc
         git+https://github.com/tinygo-org/stm32-svd
@@ -25,7 +24,7 @@
         git://git.musl-libc.org/musl
         git+https://github.com/WebAssembly/binaryen.git
         git+https://github.com/mingw-w64/mingw-w64.git
-        git+https://github.com/tinygo-org/llvm-project#branch=xtensa_release_13.0.0
+        git+https://github.com/tinygo-org/llvm-project#branch=xtensa_release_14.0.0-patched
         disable_static_llvm.patch)
 sha256sums=('SKIP'
             'SKIP'
@@ -39,7 +38,6 @@
             'SKIP'
             'SKIP'
             'SKIP'
-            'SKIP'
             'd50593810cff1857e24adf537a624d79f128573d177f4f6da404da1539eaa967')
 
 prepare() {
@@ -50,7 +48,6 @@
   git config -f .gitmodules 'submodule.lib/CMSIS.url' "$srcdir/CMSIS"
   git config -f .gitmodules 'submodule.lib/avr.url' "$srcdir/avr-mcu"
   git config -f .gitmodules 'submodule.lib/cmsis-svd.url' "$srcdir/cmsis-svd"
-  git config -f .gitmodules 'submodule.lib/compiler-rt.url' "$srcdir/compiler-rt"
   git config -f .gitmodules 'submodule.lib/wasi-libc.url' "$srcdir/wasi-libc"
   git config -f .gitmodules 'submodule.lib/picolibc.url' "$srcdir/picolibc"
   git config -f .gitmodules 'submodule.lib/stm32-svd.url' "$srcdir/stm32-svd"
@@ -61,9 +58,7 @@
   git submodule sync
   git submodule update
 
-  ln -s ../llvm-project
-
-  #patch -p1 < ../disable_static_llvm.patch
+  ln -sf ../llvm-project
 }
 
 build() {



More information about the arch-commits mailing list