diff --git a/gcc.be0 b/gcc.be0 index 741953554..483c623e7 100755 --- a/gcc.be0 +++ b/gcc.be0 @@ -1,8 +1,13 @@ #!/bin/env beesh -# BEE_VERSION gcc-5.3.0-0 - -SRCURL[0]="https://ftp.gnu.org/gnu/gcc/gcc-${PKGVERSION}/gcc-${PKGVERSION}.tar.bz2" +# BEE_VERSION gcc-5.4.0-0 + +# we had some problems with the 5.4 release against glibc 2.26 +# which are already fixed on the gcc-5 branch +# +# bee download -c gcc-5-branch https://gcc.gnu.org/git/gcc.git +# +SRCURL[0]="/src/mariux/download/gcc-5.4.0_release_p1052_5de58e00a7b.tar.bz2" LIBEXECDIR=/usr/lib LIBDIR=/usr/lib