summaryrefslogtreecommitdiff
path: root/toolchain/newlib
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-12-14 08:11:12 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-12-14 16:55:40 +0100
commit7980ad76c8814a9a358598f6815b85d754334f66 (patch)
tree2beb3a329186a8da5927675fcfaba75e2d48fadd /toolchain/newlib
parent786e61eee01563dbf2bd3b3a6ad62cceb37df21c (diff)
only support latest C library version, this is the best tested one
Diffstat (limited to 'toolchain/newlib')
-rw-r--r--toolchain/newlib/Makefile.inc14
1 files changed, 0 insertions, 14 deletions
diff --git a/toolchain/newlib/Makefile.inc b/toolchain/newlib/Makefile.inc
index fb42fe17d..222a1496d 100644
--- a/toolchain/newlib/Makefile.inc
+++ b/toolchain/newlib/Makefile.inc
@@ -15,17 +15,3 @@ PKG_HASH:= 545b3d235e350d2c61491df8b9f775b1b972f191380db8f52ec0b1c829c52706
PKG_SITES:= ftp://sourceware.org/pub/newlib/
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
endif
-ifeq ($(ADK_TARGET_LIB_NEWLIB_2_3_0),y)
-PKG_VERSION:= 2.3.0.20160226
-PKG_RELEASE:= 1
-PKG_HASH:= a9489dd28276e4fb29d65a1388a359b1f005d2ba6a4b92a6e5a802b95e1ad7d1
-PKG_SITES:= ftp://sourceware.org/pub/newlib/
-DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
-endif
-ifeq ($(ADK_TARGET_LIB_NEWLIB_2_2_0),y)
-PKG_VERSION:= 2.2.0.20151023
-PKG_RELEASE:= 1
-PKG_HASH:= fd1d3d358dd66922f37563518e787196e1fba8adaa6d8b1e955d145b38b3fa60
-PKG_SITES:= ftp://sourceware.org/pub/newlib/
-DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
-endif