mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
core/gcc to 5.3.0-3
This commit is contained in:
parent
1f334b7cb3
commit
aa7f73e22a
1 changed files with 3 additions and 1 deletions
|
@ -18,7 +18,7 @@ pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-go')
|
||||||
pkgver=5.3.0
|
pkgver=5.3.0
|
||||||
_pkgver=5
|
_pkgver=5
|
||||||
_islver=0.15
|
_islver=0.15
|
||||||
pkgrel=2.1
|
pkgrel=3
|
||||||
#_snapshot=5-20150623
|
#_snapshot=5-20150623
|
||||||
pkgdesc="The GNU Compiler Collection"
|
pkgdesc="The GNU Compiler Collection"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -129,6 +129,7 @@ package_gcc-libs()
|
||||||
|
|
||||||
for lib in libatomic \
|
for lib in libatomic \
|
||||||
libgfortran \
|
libgfortran \
|
||||||
|
libgo \
|
||||||
libgomp \
|
libgomp \
|
||||||
libitm \
|
libitm \
|
||||||
libquadmath \
|
libquadmath \
|
||||||
|
@ -291,6 +292,7 @@ package_gcc-go()
|
||||||
|
|
||||||
cd ${srcdir}/gcc-build
|
cd ${srcdir}/gcc-build
|
||||||
make -C $CHOST/libgo DESTDIR=$pkgdir install-exec-am
|
make -C $CHOST/libgo DESTDIR=$pkgdir install-exec-am
|
||||||
|
rm ${pkgdir}/usr/lib/libgo.so*
|
||||||
make -C gcc DESTDIR=$pkgdir go.install-{common,man,info}
|
make -C gcc DESTDIR=$pkgdir go.install-{common,man,info}
|
||||||
install -Dm755 gcc/go1 $pkgdir/${_libdir}/go1
|
install -Dm755 gcc/go1 $pkgdir/${_libdir}/go1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue