Merge pull request #11881 from fauxpark/avr-binutils-fix

avr-binutils: fix file conflict
This commit is contained in:
Christoph Reiter
2022-06-19 09:50:53 +02:00
committed by GitHub

View File

@@ -6,7 +6,7 @@ _target=avr
pkgbase=mingw-w64-${_target}-${_realname}
pkgname=${MINGW_PACKAGE_PREFIX}-${_target}-${_realname}
pkgver=2.38
pkgrel=1
pkgrel=2
pkgdesc='GNU Binutils for the AVR target (mingw-w64)'
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
@@ -50,7 +50,7 @@ package() {
cd ${pkgdir}${MINGW_PREFIX}
for info in as bfd binutils gprof ld; do
for info in as bfd binutils ctf-spec gprof ld; do
mv share/info/${info}.info share/info/${_target}-${info}.info
done
}