Makefile.inc 597 B

123456789101112131415161718
  1. # This file is part of the OpenADK project. OpenADK is copyrighted
  2. # material, please see the LICENCE file in the top-level directory.
  3. PKG_NAME:= binutils
  4. ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_24),y)
  5. PKG_VERSION:= 2.24
  6. PKG_MD5SUM:= a5dd5dd2d212a282cc1d4a84633e0d88
  7. PKG_RELEASE:= 1
  8. PKG_SITES:= ${MASTER_SITE_GNU:=binutils/}
  9. DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
  10. endif
  11. ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_22),y)
  12. PKG_VERSION:= 2.22
  13. PKG_MD5SUM:= a5dd5dd2d212a282cc1d4a84633e0d88
  14. PKG_RELEASE:= 1
  15. PKG_SITES:= ${MASTER_SITE_GNU:=binutils/}
  16. DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
  17. endif