From 6b03d332cc71071a72b0df53b229b5abb1ccb22b Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Tue, 4 May 2021 07:59:21 +0200 Subject: community/newlib-stage1: upgrade to 4.1.0 Also disable MIPS for now, as compilation fails --- community/newlib-stage1/APKBUILD | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/community/newlib-stage1/APKBUILD b/community/newlib-stage1/APKBUILD index 777a198a1a4..4e7eb8082ee 100644 --- a/community/newlib-stage1/APKBUILD +++ b/community/newlib-stage1/APKBUILD @@ -1,8 +1,8 @@ # Maintainer: Marian Buschsieweke +# mips-mti-elf fails with "Error: unrecognized opcode `cfc1 $3,$31'" _targets=" arm-none-eabi - mips-mti-elf msp430-elf riscv-none-elf aarch64-none-elf @@ -12,14 +12,14 @@ case "$CARCH" in x86_64|aarch64|ppc64le|mips64) _targets="$_targets or1k-elf" esac pkgname=newlib-stage1 -pkgver=3.3.0 -pkgrel=4 +pkgver=4.1.0 +pkgrel=0 pkgdesc="C standard library implementation intended for use on embedded systems" url="http://www.sourceware.org/newlib/" makedepends="texinfo" arch="all" license="GPL-2.0-only AND LGPL-2.1-only AND 0BSD AND BSD-3-Clause AND GPL-3.0-only AND LGPL-3.0-only" -source="ftp://sourceware.org/pub/newlib/newlib-$pkgver.tar.gz" +source="https://sourceware.org/ftp/newlib/newlib-$pkgver.tar.gz" options="!check" for target in $_targets; do @@ -156,4 +156,6 @@ aarch64_none_elf() { _install_subpkg } -sha512sums="2f0c6666487520e1a0af0b6935431f85d2359e27ded0d01d02567d0d1c6479f2f0e6bbc60405e88e46b92c2a18780a01a60fc9281f7e311cfd40b8d5881d629c newlib-3.3.0.tar.gz" +sha512sums=" +6a24b64bb8136e4cd9d21b8720a36f87a34397fd952520af66903e183455c5cf19bb0ee4607c12a05d139c6c59382263383cb62c461a839f969d23d3bc4b1d34 newlib-4.1.0.tar.gz +" -- cgit v1.2.3