Skip to content

Commit

Permalink
Merge pull request #3052 from mariux64/update-gcc-from-10.4.0-to-12.3.0
Browse files Browse the repository at this point in the history
Update gcc from 10.4.0 to 12.3.0
  • Loading branch information
thomas authored Jan 15, 2024
2 parents 951f673 + 373a7e2 commit 4deedac
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,14 +1,14 @@
#!/bin/env beesh

# BEE_VERSION gcc-10.4.0-0
# BEE_VERSION gcc-12.3.0-0

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

# 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"
# Orig: https://ftp.fu-berlin.de/unix/languages/gcc/releases/gcc-12.3.0/gcc-12.3.0.tar.xz
SRCURL[0]="https://beehive.molgen.mpg.de/58a863b2a50e4d42eacc20fec419bc3b/gcc-12.3.0.tar.xz"

# PATCHURL[0]=""

Expand Down

0 comments on commit 4deedac

Please sign in to comment.