gcc-multilib: update to 4.9.2.

This commit is contained in:
Juan RP 2014-10-30 17:37:20 +01:00
parent 3f7874105a
commit 4a167ea857

View file

@ -4,7 +4,7 @@ _triplet="x86_64-unknown-linux-gnu"
_majorver=4.9
pkgname=gcc-multilib
version=${_majorver}.1
version=${_majorver}.2
revision=1
wrksrc="gcc-${version}"
short_desc="The GNU C Compiler (multilib files)"
@ -12,10 +12,9 @@ maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://gcc.gnu.org"
license="GFDL-1.2, GPL-3, LGPL-2.1"
distfiles="http://ftp.gnu.org/pub/gnu/gcc/gcc-$version/gcc-$version.tar.bz2"
checksum=d334781a124ada6f38e63b545e2a3b8c2183049515a1abab6d513f109f1d717e
checksum=2020c98295856aa13fda0f2f3a4794490757fc24bcca918d52cc8b4917b972dd
hostmakedepends="perl flex zip unzip"
makedepends="zlib-devel libmpc-devel>=1.0.1_2 ppl-devel>=1.0 cloog-devel
isl-devel libfl-devel glibc-32bit glibc-devel-32bit"
@ -55,7 +54,6 @@ do_configure() {
do_build() {
make ${makejobs}
}
do_install() {
# Install to a tempdir and then only copy relevant files.
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
@ -88,7 +86,6 @@ gcc-c++-multilib_package() {
vmove usr/include/c++
}
}
gcc-objc-multilib_package() {
depends="gcc-multilib>=${_majorver} gcc-objc>=${_majorver} libobjc-devel-32bit>=${_majorver}"
short_desc="The GNU Objective-C compiler (multilib files)"