From a71c60d4af3a1d81261150983c44ce3cde5f0e87 Mon Sep 17 00:00:00 2001 From: David P Date: Mon, 23 Sep 2019 18:56:10 -0300 Subject: cross-newlib: use https [From Arch] FS#63320: use configuration flags that match official toolchain Signed-off-by: David P --- cross/cross-newlib/PKGBUILD | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'cross') diff --git a/cross/cross-newlib/PKGBUILD b/cross/cross-newlib/PKGBUILD index 3cdb570b9..cf0020c51 100644 --- a/cross/cross-newlib/PKGBUILD +++ b/cross/cross-newlib/PKGBUILD @@ -102,7 +102,7 @@ url='http://www.sourceware.org/newlib/' license=(BSD) makedepends=($_target-gcc) options=(!emptydirs !strip) -source=(ftp://sourceware.org/pub/newlib/newlib-$_upstream_ver.tar.gz) +source=(https://sourceware.org/pub/newlib/newlib-$_upstream_ver.tar.gz) sha256sums=('fb4fa1cc21e9060719208300a61420e4089d6de6ef59cf533b57fe74801d102a') build() { @@ -113,10 +113,12 @@ build() { ../newlib-$_upstream_ver/configure \ --target=$_target \ --prefix=/usr \ - --disable-newlib-supplied-syscalls \ - --disable-nls \ --enable-newlib-io-long-long \ - --enable-newlib-register-fini + --enable-newlib-io-c99-formats \ + --enable-newlib-register-fini \ + --enable-newlib-retargetable-locking \ + --disable-newlib-supplied-syscalls \ + --disable-nls make } -- cgit v1.2.3