mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
main/gcc: trigger rebuild for resetting triplet on armhf
We change the triplet from armv6-alpine-linux-muslgnueabihf to armv6-alpine-linux-musleabihf and need to trigger a rebuild to do so.
This commit is contained in:
parent
1a5ce94c4a
commit
e45e63328d
@ -7,7 +7,7 @@ _pkgbase=6.3.0
|
||||
[ "$CHOST" != "$CTARGET" ] && _target="-$CTARGET_ARCH" || _target=""
|
||||
|
||||
pkgname="$pkgname$_target"
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="The GNU Compiler Collection"
|
||||
url="http://gcc.gnu.org"
|
||||
arch="all"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user