Skip to content

Commit

Permalink
gcc: Update version from 5.4 to 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Oct 6, 2017
1 parent 954d2f5 commit ce320d0
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions gcc.be0
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
#!/bin/env beesh

# 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"
# BEE_VERSION gcc-7.2.0-0

SRCURL[0]="https://ftp.gnu.org/gnu/gcc/gcc-${PKGVERSION}/gcc-${PKGVERSION}.tar.xz"

LIBEXECDIR=/usr/lib
LIBDIR=/usr/lib
Expand Down

0 comments on commit ce320d0

Please sign in to comment.