Skip to content

Commit

Permalink
Merge pull request #2701 from mariux64/update-gcc-from-10.3.0-to-10.4.0
Browse files Browse the repository at this point in the history
Update GCC from 10.3.0 to 10.4.0
  • Loading branch information
pmenzel authored Jul 4, 2022
2 parents 376ea4e + f49ca34 commit 4e1f9d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gcc.be0
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#!/bin/env beesh

# BEE_VERSION gcc-10.3.0-0
# BEE_VERSION gcc-10.4.0-0

# Note: The test suite runs address sanitizer tests. In the current mariux64 environment
# this requires
#
# sudo sysctl vm.overcommit_memory=0

# Orig: https://ftp.gwdg.de/pub/misc/gcc/releases/gcc-10.3.0/gcc-10.3.0.tar.xz
SRCURL[0]="https://beehive.molgen.mpg.de/443c15b92614a3ce8f22e3b24ca2226a/gcc-10.3.0.tar.xz"
# Orig: https://ftp.gwdg.de/pub/misc/gcc/releases/gcc-10.4.0/gcc-10.4.0.tar.xz
SRCURL[0]="https://beehive.molgen.mpg.de/d307b8748a74939359a5843f859a4dec/gcc-10.4.0.tar.xz"

PATCHURL[0]="https://beehive.molgen.mpg.de/74bafd634548b8cccf1d418f7d14e30c/gcc.remove-cyclades.patch"
# PATCHURL[0]=""

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

0 comments on commit 4e1f9d5

Please sign in to comment.