Skip to content

Commit

Permalink
Merge pull request #581 from mariux64/update-gcc-from-5.3-to-5.5
Browse files Browse the repository at this point in the history
Update gcc from 5.3 to 5.5
  • Loading branch information
pmenzel authored Jan 18, 2018
2 parents c98136f + 280a1b2 commit 1c32a7c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions gcc.be0
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/env beesh

# BEE_VERSION gcc-5.3.0-1
# BEE_VERSION gcc-5.5.0-1

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

LIBEXECDIR=/usr/lib
LIBDIR=/usr/lib
Expand All @@ -16,7 +16,6 @@ mee_patch_post() {
sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
}


mee_configure() {
bee_configure \
--enable-shared \
Expand Down

0 comments on commit 1c32a7c

Please sign in to comment.