Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
or1k-elf-newlib
Commits:
8b11b743 by Antonio Rojas at 2026-01-23T23:30:55+01:00
upgpkg: 4.6.0.20260123-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,15 @@
pkgbase = or1k-elf-newlib
pkgdesc = A C standard library implementation intended for use on
embedded systems (OpenRISC 1000 bare metal)
- pkgver = 4.1.0
+ pkgver = 4.6.0.20260123
pkgrel = 1
url = https://www.sourceware.org/newlib/
arch = any
license = BSD
makedepends = or1k-elf-gcc
options = !emptydirs
+ options = !debug
options = !strip
- source = https://sourceware.org/pub/newlib/newlib-4.1.0.tar.gz
- sha256sums =
f296e372f51324224d387cc116dc37a6bd397198756746f93a2b02e9a5d40154
+ source = https://sourceware.org/pub/newlib/newlib-4.6.0.20260123.tar.gz
+ sha256sums =
6ff27e3bf022666f43f7802255be680eeff722ac181b1725d21e2e8318604ee3
pkgname = or1k-elf-newlib
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_target=or1k-elf
pkgname=$_target-newlib
-pkgver=4.1.0
+pkgver=4.6.0.20260123
pkgrel=1
_upstream_ver=$pkgver
pkgdesc='A C standard library implementation intended for use on embedded
systems (OpenRISC 1000 bare metal)'
@@ -11,9 +11,9 @@ arch=(any)
url='https://www.sourceware.org/newlib/'
license=(BSD)
makedepends=($_target-gcc)
-options=(!emptydirs !strip)
+options=(!emptydirs !debug !strip)
source=(https://sourceware.org/pub/newlib/newlib-$_upstream_ver.tar.gz)
-sha256sums=('f296e372f51324224d387cc116dc37a6bd397198756746f93a2b02e9a5d40154')
+sha256sums=('6ff27e3bf022666f43f7802255be680eeff722ac181b1725d21e2e8318604ee3')
build() {
rm -rf build-{newlib,nano}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/or1k-elf-newlib/-/commit/8b11b743d1ccfc85120100427328d2d8b0a048b2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/or1k-elf-newlib/-/commit/8b11b743d1ccfc85120100427328d2d8b0a048b2
You're receiving this email because of your account on gitlab.archlinux.org.