blob: be8642093183e68ab59ec060bddbd724229bbbd4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.
PKG_NAME:= binutils
ifeq ($(ADK_LINUX_AVR32),y)
PKG_VERSION:= 2.21
PKG_MD5SUM:= c84c5acc9d266f1a7044b51c85a823f5
else
PKG_VERSION:= 2.24
PKG_MD5SUM:= e0f71a7b2ddab0f8612336ac81d9636b
endif
PKG_RELEASE:= 1
PKG_SITES:= ${MASTER_SITE_GNU:=binutils/}
DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.bz2
|