aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarian Buschsieweke <marian.buschsieweke@ovgu.de>2020-10-05 10:22:00 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-10-10 02:01:15 +0000
commita5f5d08084f891f7b206d248f9fee7369e812d98 (patch)
tree367a417037858621a3b09b076e31e50ff6a1ce97
parent1c32a8d363d13db2becb47498c8b9c3ca25219bd (diff)
downloadalpine_aports-a5f5d08084f891f7b206d248f9fee7369e812d98.tar.bz2
alpine_aports-a5f5d08084f891f7b206d248f9fee7369e812d98.tar.xz
alpine_aports-a5f5d08084f891f7b206d248f9fee7369e812d98.zip
community/binutils-cross-embedded: Add AVR
Also add Stefan Wagner as co-maintainer, who previously maintained the separate binutils-avr package.
-rw-r--r--community/binutils-cross-embedded/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/community/binutils-cross-embedded/APKBUILD b/community/binutils-cross-embedded/APKBUILD
index f060e6cdc9..3db8238288 100644
--- a/community/binutils-cross-embedded/APKBUILD
+++ b/community/binutils-cross-embedded/APKBUILD
@@ -1,8 +1,10 @@
1# Contributor: Stefan Wagner <stw@bit-strickerei.de>
1# Maintainer: Marian Buschsieweke <marian.buschsieweke@ovgu.de> 2# Maintainer: Marian Buschsieweke <marian.buschsieweke@ovgu.de>
2# Based on binutils-avr 3# Based on binutils-avr
3_pkgbase=binutils 4_pkgbase=binutils
4_targets=" 5_targets="
5 arm-none-eabi 6 arm-none-eabi
7 avr
6 mips-mti-elf 8 mips-mti-elf
7 msp430-elf 9 msp430-elf
8 or1k-elf 10 or1k-elf
@@ -10,7 +12,7 @@ _targets="
10 " 12 "
11pkgname="$_pkgbase-cross-embedded" 13pkgname="$_pkgbase-cross-embedded"
12pkgver=2.35.1 14pkgver=2.35.1
13pkgrel=0 15pkgrel=1
14pkgdesc="Tools necessary to build programs for embedded targets" 16pkgdesc="Tools necessary to build programs for embedded targets"
15url="https://www.gnu.org/software/binutils/" 17url="https://www.gnu.org/software/binutils/"
16makedepends="gettext libtool autoconf automake bison texinfo zlib-dev" 18makedepends="gettext libtool autoconf automake bison texinfo zlib-dev"