diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2019-11-01 10:00:15 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2019-11-01 10:00:15 +0100 |
commit | 64e87769cef8a887a66edd80eafae9999a616b8a (patch) | |
tree | 772fc2569b2e8ace4ce64fa083029b3362dbd9e0 /toolchain/newlib | |
parent | a2e184cb3cc70d0b648bcac610fab1a0f25e124e (diff) |
newlib: update to 3.1.0
Diffstat (limited to 'toolchain/newlib')
-rw-r--r-- | toolchain/newlib/Makefile.inc | 6 | ||||
-rw-r--r-- | toolchain/newlib/patches/3.1.0/fix-tooldir.patch (renamed from toolchain/newlib/patches/3.0.0/fix-tooldir.patch) | 0 | ||||
-rw-r--r-- | toolchain/newlib/patches/riscv-newlib-2.4.0/fix-tooldir.patch | 12 |
3 files changed, 3 insertions, 15 deletions
diff --git a/toolchain/newlib/Makefile.inc b/toolchain/newlib/Makefile.inc index d01745a93..8d8c3ff00 100644 --- a/toolchain/newlib/Makefile.inc +++ b/toolchain/newlib/Makefile.inc @@ -8,10 +8,10 @@ PKG_RELEASE:= 1 PKG_SITES:= git://sourceware.org/git/newlib-cygwin.git DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz endif -ifeq ($(ADK_TARGET_LIB_NEWLIB_3_0_0),y) -PKG_VERSION:= 3.0.0 +ifeq ($(ADK_TARGET_LIB_NEWLIB_3_1_0),y) +PKG_VERSION:= 3.1.0 PKG_RELEASE:= 1 -PKG_HASH:= c8566335ee74e5fcaeb8595b4ebd0400c4b043d6acb3263ecb1314f8f5501332 +PKG_HASH:= fb4fa1cc21e9060719208300a61420e4089d6de6ef59cf533b57fe74801d102a PKG_SITES:= ftp://sourceware.org/pub/newlib/ DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz endif diff --git a/toolchain/newlib/patches/3.0.0/fix-tooldir.patch b/toolchain/newlib/patches/3.1.0/fix-tooldir.patch index 652f7494b..652f7494b 100644 --- a/toolchain/newlib/patches/3.0.0/fix-tooldir.patch +++ b/toolchain/newlib/patches/3.1.0/fix-tooldir.patch diff --git a/toolchain/newlib/patches/riscv-newlib-2.4.0/fix-tooldir.patch b/toolchain/newlib/patches/riscv-newlib-2.4.0/fix-tooldir.patch deleted file mode 100644 index 652f7494b..000000000 --- a/toolchain/newlib/patches/riscv-newlib-2.4.0/fix-tooldir.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Nur newlib-2.2.0-1.orig/configure newlib-2.2.0-1/configure ---- newlib-2.2.0-1.orig/configure 2014-07-05 23:09:07.000000000 +0200 -+++ newlib-2.2.0-1/configure 2015-11-25 06:33:11.461178398 +0100 -@@ -6985,7 +6985,7 @@ - - # Some systems (e.g., one of the i386-aix systems the gas testers are - # using) don't handle "\$" correctly, so don't use it here. --tooldir='${exec_prefix}'/${target_noncanonical} -+tooldir='${exec_prefix}' - build_tooldir=${tooldir} - - # Create a .gdbinit file which runs the one in srcdir |