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:
Natanael Copa 2017-04-05 12:59:31 +00:00
parent 1a5ce94c4a
commit e45e63328d

View File

@ -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"