summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvonPalitroque2017-05-23 13:33:46 -0400
committervonPalitroque2017-05-23 13:33:46 -0400
commitf6bd69f568c8a4f213b0b6e2ae2546c79876aee4 (patch)
tree7ff0bf4f270383424f7ec44e2ba957fdd5b49329
parent2ce50bbf1c7cf4ba28ea0ece1f3482804b7d15cc (diff)
downloadaur-f6bd69f568c8a4f213b0b6e2ae2546c79876aee4.tar.gz
Updated to latest snapshot.
Updated to latest snapshot. I am aware that gcc 7.1.0 is out. However, PR79242 [1] must be resolved or worked around before we can build newlib with the latest version (and possibly other code). Sorry, fellas, it looks like we are stuck with gcc 6.3.0 for a while. [1] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79242
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf7320c95664..9e05e86457de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue May 16 14:41:35 UTC 2017
+# Tue May 23 17:33:41 UTC 2017
pkgbase = msp430-elf-newlib
pkgdesc = C library for bare metal systems for the msp430-elf target.
- pkgver = 2.5.0.20170421
+ pkgver = 2.5.0.20170519
pkgrel = 1
url = https://sourceware.org/newlib/
arch = any
@@ -13,8 +13,9 @@ pkgbase = msp430-elf-newlib
options = !makeflags
options = !strip
options = staticlibs
- source = ftp://sourceware.org/pub/newlib/newlib-2.5.0.20170421.tar.gz
- sha256sums = 714599a373c4e60da628533cc0cb281446d2e3baf75fabceb14c5919c5809618
+ options = !libtool
+ source = ftp://sourceware.org/pub/newlib/newlib-2.5.0.20170519.tar.gz
+ sha256sums = 7aa7e266436e970c9427bacd26524d06ec5c30e366050a685e85c05b5f1e5625
pkgname = msp430-elf-newlib
diff --git a/PKGBUILD b/PKGBUILD
index 299f1ea99db2..697ea1ed979b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_target=msp430-elf
pkgname=${_target}-newlib
-pkgver=2.5.0.20170421
+pkgver=2.5.0.20170519
pkgrel=1
pkgdesc="C library for bare metal systems for the ${_target} target."
arch=(any)
@@ -10,9 +10,9 @@ url="https://sourceware.org/newlib/"
license=('BSD')
groups=(devel)
depends=("${_target}-gcc-stage1" "${_target}-binutils")
-options=('!makeflags' '!strip' 'staticlibs')
+options=('!makeflags' '!strip' 'staticlibs' '!libtool')
source=("ftp://sourceware.org/pub/newlib/newlib-${pkgver}.tar.gz")
-sha256sums=('714599a373c4e60da628533cc0cb281446d2e3baf75fabceb14c5919c5809618')
+sha256sums=('7aa7e266436e970c9427bacd26524d06ec5c30e366050a685e85c05b5f1e5625')
prepare() {
cd "${srcdir}/newlib-${pkgver}"