2011-11-01 18:57:33 +00:00
|
|
|
# $Id: PKGBUILD 141367 2011-10-30 06:46:41Z allan $
|
2011-01-05 07:28:13 +00:00
|
|
|
# Maintainer: Allan McRae <allan@archlinux.org>
|
2009-10-08 03:40:19 +00:00
|
|
|
|
2011-01-05 07:28:13 +00:00
|
|
|
# toolchain build order: linux-api-headers->glibc->binutils->gcc->binutils->glibc
|
2010-07-13 12:29:35 +00:00
|
|
|
# NOTE: libtool requires rebuilt with each new gcc version
|
|
|
|
|
2011-12-09 20:46:15 +00:00
|
|
|
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
2016-05-07 04:14:06 +00:00
|
|
|
# - use GitHub gcc mirror commit archive (order of magnitude size difference)
|
2013-04-04 15:40:31 +00:00
|
|
|
# - removed ada packages
|
2011-05-17 03:14:00 +00:00
|
|
|
# - removed gnat (ada stuff) from gcc packaging
|
|
|
|
# - disabled make check, too much stress, kills plugs :(
|
2012-11-05 16:01:23 +00:00
|
|
|
# - specifid build host, disabled distcc
|
2013-04-04 15:40:31 +00:00
|
|
|
# - replaced bugurl with our GitHub issue page
|
2015-01-13 03:16:10 +00:00
|
|
|
# - patch to disable LDRD/STRD instructions on ARMv5
|
2011-02-05 01:42:15 +00:00
|
|
|
|
|
|
|
noautobuild=1
|
|
|
|
|
2013-02-18 05:44:57 +00:00
|
|
|
pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-go')
|
2016-09-09 02:40:13 +00:00
|
|
|
pkgver=6.2.1
|
2016-05-07 04:14:06 +00:00
|
|
|
_pkgver=6
|
|
|
|
_islver=0.16.1
|
2016-09-09 02:40:13 +00:00
|
|
|
pkgrel=1
|
|
|
|
_commit=c2103c17
|
2010-07-13 12:29:35 +00:00
|
|
|
pkgdesc="The GNU Compiler Collection"
|
2011-02-05 01:42:15 +00:00
|
|
|
arch=('i686' 'x86_64')
|
2011-05-17 03:14:00 +00:00
|
|
|
license=('GPL' 'LGPL' 'FDL' 'custom')
|
2010-07-13 12:29:35 +00:00
|
|
|
url="http://gcc.gnu.org"
|
2016-02-22 13:18:27 +00:00
|
|
|
makedepends=('binutils>=2.26' 'libmpc' 'doxygen')
|
2013-04-15 04:26:00 +00:00
|
|
|
checkdepends=('dejagnu' 'inetutils')
|
2013-10-25 01:47:56 +00:00
|
|
|
options=('!emptydirs' '!distcc')
|
2016-05-07 04:14:06 +00:00
|
|
|
source=(https://github.com/gcc-mirror/gcc/archive/${_commit}.tar.gz
|
2014-11-07 03:55:58 +00:00
|
|
|
http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2
|
2016-06-13 04:35:40 +00:00
|
|
|
0001-ARMv5-disable-LDRD-STRD.patch)
|
2016-09-09 02:40:13 +00:00
|
|
|
md5sums=('bfa1b0a973f829beb14fe96e8c14225c'
|
2016-05-07 04:14:06 +00:00
|
|
|
'ac1f25a0677912952718a51f5bc20f32'
|
2016-06-13 04:35:40 +00:00
|
|
|
'a5165d78c473b487637d293a49e01740')
|
2009-10-08 03:40:19 +00:00
|
|
|
|
2013-12-02 04:31:51 +00:00
|
|
|
_libdir="usr/lib/gcc/$CHOST/$pkgver"
|
|
|
|
|
2013-04-15 04:26:00 +00:00
|
|
|
prepare() {
|
2016-05-07 04:14:06 +00:00
|
|
|
mv gcc-${_commit}* gcc
|
|
|
|
cd ${srcdir}/gcc
|
2010-07-13 12:29:35 +00:00
|
|
|
|
2015-05-22 00:54:49 +00:00
|
|
|
# link isl for in-tree build
|
2014-11-07 03:55:58 +00:00
|
|
|
ln -s ../isl-${_islver} isl
|
|
|
|
|
2010-07-13 12:29:35 +00:00
|
|
|
# Do not run fixincludes
|
|
|
|
sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
|
|
|
|
|
2015-07-07 06:21:57 +00:00
|
|
|
# Arch Linux installs 64bit libraries /lib
|
|
|
|
[[ $CARCH == "aarch64" ]] && sed -i '/lp64=/s/lib64/lib/' gcc/config/aarch64/t-aarch64-linux
|
|
|
|
|
2013-04-15 04:26:00 +00:00
|
|
|
# hack! - some configure tests for header files using "$CPP $CPPFLAGS"
|
|
|
|
sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {libiberty,gcc}/configure
|
|
|
|
|
2013-09-18 01:12:26 +00:00
|
|
|
# ALARM: Specify build host types, triplet patch
|
2014-11-08 22:18:37 +00:00
|
|
|
[[ $CARCH == "arm" ]] && CONFIGFLAG="--host=armv5tel-unknown-linux-gnueabi --build=armv5tel-unknown-linux-gnueabi --with-arch=armv5te --with-float=soft"
|
2013-09-18 01:12:26 +00:00
|
|
|
[[ $CARCH == "armv6h" ]] && CONFIGFLAG="--host=armv6l-unknown-linux-gnueabihf --build=armv6l-unknown-linux-gnueabihf --with-arch=armv6 --with-float=hard --with-fpu=vfp"
|
|
|
|
[[ $CARCH == "armv7h" ]] && CONFIGFLAG="--host=armv7l-unknown-linux-gnueabihf --build=armv7l-unknown-linux-gnueabihf --with-arch=armv7-a --with-float=hard --with-fpu=vfpv3-d16"
|
2015-07-05 01:44:43 +00:00
|
|
|
[[ $CARCH == "aarch64" ]] && CONFIGFLAG="--host=aarch64-unknown-linux-gnu --build=aarch64-unknown-linux-gnu --with-arch=armv8-a"
|
2013-09-18 01:12:26 +00:00
|
|
|
|
2013-04-15 04:26:00 +00:00
|
|
|
mkdir ${srcdir}/gcc-build
|
2015-01-13 03:16:10 +00:00
|
|
|
|
|
|
|
# Disable LDRD/STRD on ARMv5 (64-bit alignment issues)
|
|
|
|
patch -p1 -i ../0001-ARMv5-disable-LDRD-STRD.patch
|
2013-04-15 04:26:00 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd ${srcdir}/gcc-build
|
|
|
|
|
2013-01-27 04:07:09 +00:00
|
|
|
# using -pipe causes spurious test-suite failures
|
|
|
|
# http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48565
|
|
|
|
CFLAGS=${CFLAGS/-pipe/}
|
|
|
|
CXXFLAGS=${CXXFLAGS/-pipe/}
|
|
|
|
|
2016-05-07 04:14:06 +00:00
|
|
|
${srcdir}/gcc/configure --prefix=/usr \
|
2011-01-05 07:28:13 +00:00
|
|
|
--libdir=/usr/lib --libexecdir=/usr/lib \
|
2011-02-05 01:42:15 +00:00
|
|
|
--mandir=/usr/share/man --infodir=/usr/share/info \
|
2013-04-04 15:40:31 +00:00
|
|
|
--with-bugurl=https://github.com/archlinuxarm/PKGBUILDs/issues \
|
2013-02-18 05:44:57 +00:00
|
|
|
--enable-languages=c,c++,fortran,go,lto,objc,obj-c++ \
|
2015-06-23 00:48:04 +00:00
|
|
|
--enable-shared --enable-threads=posix \
|
2015-05-22 00:54:49 +00:00
|
|
|
--with-system-zlib --with-isl --enable-__cxa_atexit \
|
2011-05-17 03:14:00 +00:00
|
|
|
--disable-libunwind-exceptions --enable-clocale=gnu \
|
2013-12-02 04:31:51 +00:00
|
|
|
--disable-libstdcxx-pch --disable-libssp \
|
2011-05-17 03:14:00 +00:00
|
|
|
--enable-gnu-unique-object --enable-linker-build-id \
|
2013-12-15 17:37:48 +00:00
|
|
|
--enable-lto --enable-plugin --enable-install-libiberty \
|
2015-05-22 00:54:49 +00:00
|
|
|
--with-linker-hash-style=gnu --enable-gnu-indirect-function \
|
2013-12-02 04:31:51 +00:00
|
|
|
--disable-multilib --disable-werror \
|
2015-05-22 00:54:49 +00:00
|
|
|
--enable-checking=release \
|
|
|
|
$CONFIGFLAG
|
2015-03-08 04:57:14 +00:00
|
|
|
|
2012-01-04 22:37:44 +00:00
|
|
|
make
|
2012-11-05 16:01:23 +00:00
|
|
|
|
|
|
|
# make documentation
|
2013-12-02 04:31:51 +00:00
|
|
|
make -C $CHOST/libstdc++-v3/doc doc-man-doxygen
|
2011-05-17 03:14:00 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
check() {
|
2012-11-05 16:01:23 +00:00
|
|
|
cd ${srcdir}/gcc-build
|
2011-02-05 01:42:15 +00:00
|
|
|
|
|
|
|
# increase stack size to prevent test failures
|
|
|
|
# http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31827
|
2015-05-22 00:54:49 +00:00
|
|
|
ulimit -s 32768
|
2011-02-05 01:42:15 +00:00
|
|
|
|
|
|
|
# do not abort on error as some are "expected"
|
2015-05-22 00:54:49 +00:00
|
|
|
make -k check || true
|
2016-05-07 04:14:06 +00:00
|
|
|
${srcdir}/gcc/contrib/test_summary
|
2010-07-13 12:29:35 +00:00
|
|
|
}
|
|
|
|
|
2016-05-07 04:14:06 +00:00
|
|
|
|
2010-07-13 12:29:35 +00:00
|
|
|
package_gcc-libs()
|
|
|
|
{
|
2011-02-05 01:42:15 +00:00
|
|
|
pkgdesc="Runtime libraries shipped by GCC"
|
2010-07-13 12:29:35 +00:00
|
|
|
groups=('base')
|
2016-08-05 13:36:36 +00:00
|
|
|
depends=('glibc>=2.24')
|
2014-09-16 01:43:49 +00:00
|
|
|
options=('!emptydirs' '!strip')
|
2010-07-13 12:29:35 +00:00
|
|
|
|
2012-11-05 16:01:23 +00:00
|
|
|
cd ${srcdir}/gcc-build
|
2013-12-02 04:31:51 +00:00
|
|
|
|
|
|
|
make -C $CHOST/libgcc DESTDIR=${pkgdir} install-shared
|
|
|
|
rm ${pkgdir}/${_libdir}/libgcc_eh.a
|
|
|
|
|
2014-05-02 12:15:51 +00:00
|
|
|
for lib in libatomic \
|
|
|
|
libgfortran \
|
2015-12-21 13:38:09 +00:00
|
|
|
libgo \
|
2013-12-02 04:31:51 +00:00
|
|
|
libgomp \
|
|
|
|
libitm \
|
|
|
|
libquadmath \
|
2014-10-04 00:36:30 +00:00
|
|
|
libstdc++-v3/src; do
|
2013-12-02 04:31:51 +00:00
|
|
|
make -C $CHOST/$lib DESTDIR=${pkgdir} install-toolexeclibLTLIBRARIES
|
2010-07-13 12:29:35 +00:00
|
|
|
done
|
|
|
|
|
2013-12-02 04:31:51 +00:00
|
|
|
make -C $CHOST/libobjc DESTDIR=${pkgdir} install-libs
|
2011-05-17 03:14:00 +00:00
|
|
|
|
2013-12-02 04:31:51 +00:00
|
|
|
make -C $CHOST/libstdc++-v3/po DESTDIR=${pkgdir} install
|
2010-07-13 12:29:35 +00:00
|
|
|
|
2013-12-02 04:31:51 +00:00
|
|
|
for lib in libgomp \
|
|
|
|
libitm \
|
|
|
|
libquadmath; do
|
|
|
|
make -C $CHOST/$lib DESTDIR=${pkgdir} install-info
|
|
|
|
done
|
2010-07-13 12:29:35 +00:00
|
|
|
|
|
|
|
# Install Runtime Library Exception
|
2016-05-07 04:14:06 +00:00
|
|
|
install -Dm644 ${srcdir}/gcc/COPYING.RUNTIME \
|
2010-07-13 12:29:35 +00:00
|
|
|
${pkgdir}/usr/share/licenses/gcc-libs/RUNTIME.LIBRARY.EXCEPTION
|
2009-10-08 03:40:19 +00:00
|
|
|
}
|
|
|
|
|
2010-07-13 12:29:35 +00:00
|
|
|
package_gcc()
|
|
|
|
{
|
2011-02-05 01:42:15 +00:00
|
|
|
pkgdesc="The GNU Compiler Collection - C and C++ frontends"
|
2016-02-22 13:18:27 +00:00
|
|
|
depends=("gcc-libs=$pkgver-$pkgrel" 'binutils>=2.26' 'libmpc')
|
2010-07-13 12:29:35 +00:00
|
|
|
groups=('base-devel')
|
2013-10-25 01:47:56 +00:00
|
|
|
options=('staticlibs')
|
2010-07-13 12:29:35 +00:00
|
|
|
|
2012-11-05 16:01:23 +00:00
|
|
|
cd ${srcdir}/gcc-build
|
2010-07-13 12:29:35 +00:00
|
|
|
|
2013-12-02 04:31:51 +00:00
|
|
|
make -C gcc DESTDIR=${pkgdir} install-driver install-cpp install-gcc-ar \
|
|
|
|
c++.install-common install-headers install-plugin install-lto-wrapper
|
|
|
|
|
2015-05-22 00:54:49 +00:00
|
|
|
install -m755 -t $pkgdir/usr/bin/ gcc/gcov{,-tool}
|
2013-12-02 04:31:51 +00:00
|
|
|
install -m755 -t $pkgdir/${_libdir}/ gcc/{cc1,cc1plus,collect2,lto1}
|
|
|
|
|
|
|
|
make -C $CHOST/libgcc DESTDIR=${pkgdir} install
|
|
|
|
rm ${pkgdir}/usr/lib/libgcc_s.so*
|
|
|
|
|
|
|
|
make -C $CHOST/libstdc++-v3/src DESTDIR=${pkgdir} install
|
|
|
|
make -C $CHOST/libstdc++-v3/include DESTDIR=${pkgdir} install
|
|
|
|
make -C $CHOST/libstdc++-v3/libsupc++ DESTDIR=${pkgdir} install
|
|
|
|
make -C $CHOST/libstdc++-v3/python DESTDIR=${pkgdir} install
|
2012-05-13 23:37:54 +00:00
|
|
|
|
2015-05-22 00:54:49 +00:00
|
|
|
make DESTDIR=${pkgdir} install-libcc1
|
2012-05-13 23:37:54 +00:00
|
|
|
install -d $pkgdir/usr/share/gdb/auto-load/usr/lib
|
2013-12-28 14:39:07 +00:00
|
|
|
mv $pkgdir/usr/lib/libstdc++.so.6.*-gdb.py \
|
|
|
|
$pkgdir/usr/share/gdb/auto-load/usr/lib/
|
2013-12-02 04:31:51 +00:00
|
|
|
rm ${pkgdir}/usr/lib/libstdc++.so*
|
|
|
|
|
|
|
|
make DESTDIR=${pkgdir} install-fixincludes
|
|
|
|
make -C gcc DESTDIR=${pkgdir} install-mkheaders
|
2015-05-22 00:54:49 +00:00
|
|
|
|
2013-12-02 04:31:51 +00:00
|
|
|
make -C lto-plugin DESTDIR=${pkgdir} install
|
2015-05-22 00:54:49 +00:00
|
|
|
install -dm755 ${pkgdir}/usr/lib/bfd-plugins/
|
|
|
|
ln -s /usr/lib/gcc/$CHOST/${pkgver}/liblto_plugin.so \
|
|
|
|
${pkgdir}/usr/lib/bfd-plugins/
|
2013-12-02 04:31:51 +00:00
|
|
|
|
|
|
|
make -C $CHOST/libgomp DESTDIR=${pkgdir} install-nodist_toolexeclibHEADERS \
|
|
|
|
install-nodist_libsubincludeHEADERS
|
|
|
|
make -C $CHOST/libitm DESTDIR=${pkgdir} install-nodist_toolexeclibHEADERS
|
|
|
|
make -C $CHOST/libquadmath DESTDIR=${pkgdir} install-nodist_libsubincludeHEADERS
|
2013-12-15 17:37:48 +00:00
|
|
|
|
|
|
|
make -C libiberty DESTDIR=${pkgdir} install
|
2014-05-02 12:15:51 +00:00
|
|
|
# install PIC version of libiberty
|
|
|
|
install -m644 ${srcdir}/gcc-build/libiberty/pic/libiberty.a ${pkgdir}/usr/lib
|
2012-05-13 23:37:54 +00:00
|
|
|
|
2013-12-02 04:31:51 +00:00
|
|
|
make -C gcc DESTDIR=${pkgdir} install-man install-info
|
|
|
|
rm ${pkgdir}/usr/share/man/man1/{gccgo,gfortran}.1
|
2014-01-17 23:29:59 +00:00
|
|
|
rm ${pkgdir}/usr/share/info/{gccgo,gfortran}.info
|
2013-12-02 04:31:51 +00:00
|
|
|
|
|
|
|
make -C libcpp DESTDIR=${pkgdir} install
|
|
|
|
make -C gcc DESTDIR=${pkgdir} install-po
|
2013-10-25 01:47:56 +00:00
|
|
|
|
2012-08-18 01:16:49 +00:00
|
|
|
# many packages expect this symlink
|
2012-05-13 23:37:54 +00:00
|
|
|
ln -s gcc ${pkgdir}/usr/bin/cc
|
2012-02-05 22:59:17 +00:00
|
|
|
|
2011-01-05 07:28:13 +00:00
|
|
|
# POSIX conformance launcher scripts for c89 and c99
|
|
|
|
cat > $pkgdir/usr/bin/c89 <<"EOF"
|
|
|
|
#!/bin/sh
|
|
|
|
fl="-std=c89"
|
|
|
|
for opt; do
|
|
|
|
case "$opt" in
|
|
|
|
-ansi|-std=c89|-std=iso9899:1990) fl="";;
|
|
|
|
-std=*) echo "`basename $0` called with non ANSI/ISO C option $opt" >&2
|
|
|
|
exit 1;;
|
|
|
|
esac
|
|
|
|
done
|
|
|
|
exec gcc $fl ${1+"$@"}
|
|
|
|
EOF
|
|
|
|
|
|
|
|
cat > $pkgdir/usr/bin/c99 <<"EOF"
|
|
|
|
#!/bin/sh
|
|
|
|
fl="-std=c99"
|
|
|
|
for opt; do
|
|
|
|
case "$opt" in
|
|
|
|
-std=c99|-std=iso9899:1999) fl="";;
|
|
|
|
-std=*) echo "`basename $0` called with non ISO C99 option $opt" >&2
|
|
|
|
exit 1;;
|
|
|
|
esac
|
|
|
|
done
|
|
|
|
exec gcc $fl ${1+"$@"}
|
|
|
|
EOF
|
|
|
|
|
|
|
|
chmod 755 $pkgdir/usr/bin/c{8,9}9
|
|
|
|
|
2010-07-13 12:29:35 +00:00
|
|
|
# install the libstdc++ man pages
|
2013-12-02 04:31:51 +00:00
|
|
|
make -C $CHOST/libstdc++-v3/doc DESTDIR=$pkgdir doc-install-man
|
2009-10-08 03:40:19 +00:00
|
|
|
|
2010-07-13 12:29:35 +00:00
|
|
|
# Install Runtime Library Exception
|
2013-12-02 04:31:51 +00:00
|
|
|
install -d ${pkgdir}/usr/share/licenses/gcc/
|
|
|
|
ln -s ../gcc-libs/RUNTIME.LIBRARY.EXCEPTION ${pkgdir}/usr/share/licenses/gcc/
|
2009-10-08 03:40:19 +00:00
|
|
|
}
|
|
|
|
|
2010-07-13 12:29:35 +00:00
|
|
|
package_gcc-fortran()
|
|
|
|
{
|
|
|
|
pkgdesc="Fortran front-end for GCC"
|
2011-01-05 07:28:13 +00:00
|
|
|
depends=("gcc=$pkgver-$pkgrel")
|
2014-12-28 14:39:13 +00:00
|
|
|
options=('!emptydirs')
|
2010-07-13 12:29:35 +00:00
|
|
|
|
2012-11-05 16:01:23 +00:00
|
|
|
cd ${srcdir}/gcc-build
|
2016-05-07 04:14:06 +00:00
|
|
|
make -C $CHOST/libgfortran DESTDIR=$pkgdir install-cafexeclibLTLIBRARIES \
|
2015-05-22 00:54:49 +00:00
|
|
|
install-{toolexeclibDATA,nodist_fincludeHEADERS}
|
2013-12-02 04:31:51 +00:00
|
|
|
make -C $CHOST/libgomp DESTDIR=$pkgdir install-nodist_fincludeHEADERS
|
|
|
|
make -C gcc DESTDIR=$pkgdir fortran.install-{common,man,info}
|
|
|
|
install -Dm755 gcc/f951 $pkgdir/${_libdir}/f951
|
2010-07-13 12:29:35 +00:00
|
|
|
|
2012-05-13 23:37:54 +00:00
|
|
|
ln -s gfortran ${pkgdir}/usr/bin/f95
|
2010-07-13 12:29:35 +00:00
|
|
|
|
|
|
|
# Install Runtime Library Exception
|
2013-12-02 04:31:51 +00:00
|
|
|
install -d ${pkgdir}/usr/share/licenses/gcc-fortran/
|
|
|
|
ln -s ../gcc-libs/RUNTIME.LIBRARY.EXCEPTION ${pkgdir}/usr/share/licenses/gcc-fortran/
|
2010-07-13 12:29:35 +00:00
|
|
|
}
|
2009-10-08 03:40:19 +00:00
|
|
|
|
2010-07-13 12:29:35 +00:00
|
|
|
package_gcc-objc()
|
|
|
|
{
|
|
|
|
pkgdesc="Objective-C front-end for GCC"
|
2011-01-05 07:28:13 +00:00
|
|
|
depends=("gcc=$pkgver-$pkgrel")
|
2009-10-08 03:40:19 +00:00
|
|
|
|
2012-11-05 16:01:23 +00:00
|
|
|
cd ${srcdir}/gcc-build
|
2013-12-02 04:31:51 +00:00
|
|
|
make DESTDIR=$pkgdir -C $CHOST/libobjc install-headers
|
|
|
|
install -dm755 $pkgdir/${_libdir}
|
|
|
|
install -m755 gcc/cc1obj{,plus} $pkgdir/${_libdir}/
|
2009-10-08 03:40:19 +00:00
|
|
|
|
2010-07-13 12:29:35 +00:00
|
|
|
# Install Runtime Library Exception
|
2013-12-02 04:31:51 +00:00
|
|
|
install -d ${pkgdir}/usr/share/licenses/gcc-objc/
|
|
|
|
ln -s ../gcc-libs/RUNTIME.LIBRARY.EXCEPTION ${pkgdir}/usr/share/licenses/gcc-objc/
|
2009-10-08 03:40:19 +00:00
|
|
|
}
|
2013-02-18 05:44:57 +00:00
|
|
|
|
|
|
|
package_gcc-go()
|
|
|
|
{
|
|
|
|
pkgdesc="Go front-end for GCC"
|
|
|
|
depends=("gcc=$pkgver-$pkgrel")
|
2015-05-22 00:54:49 +00:00
|
|
|
conflicts=('go')
|
2014-12-28 14:39:13 +00:00
|
|
|
options=('!emptydirs')
|
2013-02-18 05:44:57 +00:00
|
|
|
|
|
|
|
cd ${srcdir}/gcc-build
|
2013-12-02 04:31:51 +00:00
|
|
|
make -C $CHOST/libgo DESTDIR=$pkgdir install-exec-am
|
2015-12-21 13:38:09 +00:00
|
|
|
rm ${pkgdir}/usr/lib/libgo.so*
|
2013-12-02 04:31:51 +00:00
|
|
|
make -C gcc DESTDIR=$pkgdir go.install-{common,man,info}
|
|
|
|
install -Dm755 gcc/go1 $pkgdir/${_libdir}/go1
|
|
|
|
|
2015-05-22 00:54:49 +00:00
|
|
|
make DESTDIR=${pkgdir} install-gotools
|
|
|
|
|
2013-02-18 05:44:57 +00:00
|
|
|
# Install Runtime Library Exception
|
2013-12-02 04:31:51 +00:00
|
|
|
install -d ${pkgdir}/usr/share/licenses/gcc-go/
|
|
|
|
ln -s ../gcc-libs/RUNTIME.LIBRARY.EXCEPTION ${pkgdir}/usr/share/licenses/gcc-go/
|
2013-02-18 05:44:57 +00:00
|
|
|
}
|