Skip to content

Update GCC from 10.3.0 to 10.4.0 #2701

Merged
merged 1 commit into from
Jul 4, 2022
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
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