sparc-linux-gnu-toolchain: add gdb

This commit is contained in:
2022-02-22 10:50:17 +01:00
parent 4f867b4acc
commit dc23fe55e7
2 changed files with 60 additions and 5 deletions

View File

@@ -1,11 +1,11 @@
pkgname=sparc-linux-gnu-toolchain
pkgver=1
pkgver=2
pkgrel=1
arch=("any")
makedepends=("crosstool-ng")
source=(".config")
sha256sums=('b8c5eff2fa459707b038ec0875de1df35b0a30d595aaede8a7258f949560f751')
sha256sums=('73fa72608f4d9a4ac34e80ab0e5f040effbabad44789f7c46196204d5d59f862')
options=(staticlibs)
build() {
@@ -16,4 +16,6 @@ build() {
package() {
mkdir -p "$pkgdir"
cp -r "$srcdir/bin/sparc-linux-gnu" "$pkgdir/usr"
rm -rf "$pkgdir/usr/share/gdb"
}