From 99fb1b3aa8d05652986ac6b46e88e1088b12ec56 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20K=C3=B6cher?= Date: Wed, 26 Aug 2015 21:07:30 +0200 Subject: [PATCH] gcc: updated to v4.9.3 --- gcc/packages/gcc.package | 4 ++-- gcc/platforms/supported/centos7.platform | 21 +++++++++++++++++++++ project-gcc.cfg | 3 ++- 3 files changed, 25 insertions(+), 3 deletions(-) create mode 100644 gcc/platforms/supported/centos7.platform diff --git a/gcc/packages/gcc.package b/gcc/packages/gcc.package index ac6bb78..bb3e7d3 100644 --- a/gcc/packages/gcc.package +++ b/gcc/packages/gcc.package @@ -5,8 +5,8 @@ PACKING=.tar.bz2 CHECKSUM=ignore BUILDCHAIN=autotools -if [ ${GCC} = "4.9.2" ]; then - CHECKSUM=4df8ee253b7f3863ad0b86359cd39c43 +if [ ${GCC} = "4.9.3" ]; then + CHECKSUM=6f831b4d251872736e8e9cc09746f327 fi CONFOPTS="--disable-multilib" diff --git a/gcc/platforms/supported/centos7.platform b/gcc/platforms/supported/centos7.platform new file mode 100644 index 0000000..fd6253f --- /dev/null +++ b/gcc/platforms/supported/centos7.platform @@ -0,0 +1,21 @@ +# CentOS 7 + +# This build script assumes that you have several packages already +# installed via RHEL's yum using the following command: +# +# su -c 'yum install -y \ +# @development-tools gcc-c++ \ +# glibc glibc-devel glibc.i686 glibc-devel.i686 \ +# libmpc libmpc-devel mpfr mpfr-devel gmp gmp-devel \ +# gzip bzip2 ' +# +# *** OR *** install the project "linux-devel-suite" with +# candi firstly. +# +## + +# Define the packages this platform needs +PACKAGES=( +once:gcc +) + diff --git a/project-gcc.cfg b/project-gcc.cfg index c76481d..091aa9b 100644 --- a/project-gcc.cfg +++ b/project-gcc.cfg @@ -9,7 +9,8 @@ PROJECT=gcc #VERSION=4.8.3 #VERSION=4.9.0 #VERSION=4.9.1 -VERSION=4.9.2 +#VERSION=4.9.2 +VERSION=4.9.3 # Do you have the candi/linux-devel-suite installed? #LINUX_DEVEL_SUITE=~/apps/candi/linux-devel-suite -- 2.39.5