Date: Saturday, May 5, 2018 @ 23:01:52 Author: anatolik Revision: 319002
Remove unused patches Modified: arm-none-eabi-newlib/trunk/PKGBUILD ----------+ PKGBUILD | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-05 21:37:03 UTC (rev 319001) +++ PKGBUILD 2018-05-05 23:01:52 UTC (rev 319002) @@ -12,19 +12,9 @@ license=(BSD) makedepends=($_target-gcc) options=(!emptydirs !strip) -source=(ftp://sourceware.org/pub/newlib/newlib-$_upstream_ver.tar.gz - fix_build1.patch::'https://www.sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;a=patch;h=b8272e3b8df8337744423e4dd23e727cf963d528' - fix_build2.patch::'https://www.sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;a=patch;h=b7e0f286a2ecab3b687ec9b3f95f5a88b9f85310') -sha256sums=('d0b40c874c3047eccbf06fe916d3fc746bd94e8a4cd14c54381b2f72f68c5665' - '2be98412600b8d62b4f1456e95ae4bc3b7a6810981d3fde49fad1f42df0c49da' - '641978987fcfc9fc5c529192f34771db44d3257f95bc682da16e8351356177cf') +source=(ftp://sourceware.org/pub/newlib/newlib-$_upstream_ver.tar.gz) +sha256sums=('d0b40c874c3047eccbf06fe916d3fc746bd94e8a4cd14c54381b2f72f68c5665') -prepare() { - cd newlib-$_upstream_ver -# patch -p1 < ../fix_build1.patch -# patch -p1 < ../fix_build2.patch -} - build() { rm -rf build-{newlib,nano} mkdir build-{newlib,nano}
