diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2018-02-03 20:09:20 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2018-02-03 20:09:20 +0000 |
commit | 70cdfe3a983037ad955aeb36134b6cee14b4f9ca (patch) | |
tree | 7eb95970b792115ad31f793875fe1755ca370ca4 /toolchain/newlib | |
parent | 1f032e95500d0e2ec60381e4ed3a5fde698427c7 (diff) |
newlib: update to 3.0.0
Diffstat (limited to 'toolchain/newlib')
-rw-r--r-- | toolchain/newlib/Makefile.inc | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/toolchain/newlib/Makefile.inc b/toolchain/newlib/Makefile.inc index ca97e5660..fb74b9f73 100644 --- a/toolchain/newlib/Makefile.inc +++ b/toolchain/newlib/Makefile.inc @@ -8,20 +8,13 @@ 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_2_5_0),y) -PKG_VERSION:= 2.5.0 +ifeq ($(ADK_TARGET_LIB_NEWLIB_3_0_0),y) +PKG_VERSION:= 3.0.0 PKG_RELEASE:= 1 -PKG_HASH:= 5b76a9b97c9464209772ed25ce55181a7bb144a66e5669aaec945aa64da3189b +PKG_HASH:= c8566335ee74e5fcaeb8595b4ebd0400c4b043d6acb3263ecb1314f8f5501332 PKG_SITES:= ftp://sourceware.org/pub/newlib/ DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz endif -ifeq ($(ADK_TARGET_LIB_NEWLIB_RISCV),y) -PKG_VERSION:= riscv-newlib-2.4.0 -PKG_GIT:= branch -PKG_RELEASE:= 1 -PKG_SITES:= https://github.com/riscv/riscv-newlib.git -DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz -endif ifeq ($(ADK_TARGET_LIB_NEWLIB_XTENSA),y) PKG_VERSION:= xtensa PKG_GIT:= branch |