summaryrefslogtreecommitdiff
path: root/toolchain/elf2flt/Makefile.inc
blob: dd8157f7c4a661f209cdcf38b016b706b3000b02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.

PKG_NAME:=		elf2flt
ifeq ($(ADK_TOOLCHAIN_ELF2FLT_GIT),y)
PKG_VERSION:=		26dfb54a59c8c0106418a0c46ccb4288d9e066fd
PKG_GIT:=		hash
PKG_RELEASE:=		1
PKG_SITES:=		https://github.com/uclinux-dev/elf2flt.git
endif
ifeq ($(ADK_TOOLCHAIN_ELF2FLT_2021_08),y)
PKG_VERSION:=		v2021.08
PKG_GIT:=		tag
PKG_RELEASE:=		1
PKG_SITES:=		https://github.com/uclinux-dev/elf2flt.git
endif
ifeq ($(ADK_TOOLCHAIN_ELF2FLT_OLD),y)
PKG_VERSION:=		453398f917d167f8c308c8f997270c48ae8f8b12
PKG_GIT:=		hash
PKG_RELEASE:=		1
PKG_SITES:=		https://github.com/uclinux-dev/elf2flt.git
endif
ifeq ($(ADK_TOOLCHAIN_ELF2FLT_LM32),y)
PKG_VERSION:=		3051fec89bbd30de6f952dc3100712feff3ca076
PKG_GIT:=		hash
PKG_RELEASE:=		1
PKG_SITES:=		https://github.com/m-labs/elf2flt-lm32.git
endif