Merge pull request #11881 from fauxpark/avr-binutils-fix
avr-binutils: fix file conflict
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user