Skip to content

Update gcc from 5.3 to 5.5 #581

Merged
merged 5 commits into from
Jan 18, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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