Skip to content

Commit

Permalink
gcc: Update version from 5.3 to 5.4 (latest)
Browse files Browse the repository at this point in the history
List of problems fixed in this release:

<https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=5.4>

We had some problems compiling the 5.4.0 release [1] with
glibc 2.23, so use latest revision on the 5.4 branch, where
all these problemes were already fixed.

[1] #502
  • Loading branch information
donald committed Oct 6, 2017
1 parent bfd15b9 commit 954d2f5
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions gcc.be0
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 954d2f5

Please sign in to comment.