core/gcc to 7.2.1+20171224-2

This commit is contained in:
Kevin Mihelich 2018-01-09 13:34:02 +00:00
parent 9162a33ed3
commit 3353ad6f2c

View file

@ -19,7 +19,7 @@ pkgname=(gcc gcc-libs gcc-fortran gcc-objc gcc-go)
pkgver=7.2.1+20171224
_majorver=${pkgver:0:1}
_islver=0.18
pkgrel=1
pkgrel=2
pkgdesc='The GNU Compiler Collection'
arch=(x86_64)
license=(GPL LGPL FDL custom)
@ -219,7 +219,7 @@ package_gcc() {
make -C lto-plugin DESTDIR="$pkgdir" install
install -dm755 "$pkgdir"/usr/lib/bfd-plugins/
ln -s /usr/lib/gcc/$CHOST/$pkgver/liblto_plugin.so \
ln -s /${_libdir}/liblto_plugin.so \
"$pkgdir/usr/lib/bfd-plugins/"
make -C $CHOST/libgomp DESTDIR="$pkgdir" install-nodist_{libsubinclude,toolexeclib}HEADERS