Skip to content

Commit

Permalink
lang/gcc11: upgrade to 11.3.0
Browse files Browse the repository at this point in the history
This release fixes more than 189 bugs.
  • Loading branch information
pkubaj committed Apr 21, 2022
1 parent f221b75 commit 06b81ba
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 43 deletions.
9 changes: 2 additions & 7 deletions lang/gcc11/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Created by: Gerald Pfeifer <gerald@FreeBSD.org>

PORTNAME= gcc
PORTVERSION= 11.2.0
PORTREVISION= 2
PORTVERSION= 11.3.0
CATEGORIES= lang
MASTER_SITES= GCC
PKGNAMESUFFIX= ${SUFFIX}
Expand Down Expand Up @@ -58,12 +57,8 @@ CONFIGURE_ARGS+= --disable-multilib
.if ${ARCH} == amd64
CONFIGURE_TARGET= x86_64-portbld-${OPSYS:tl}${OSREL}

.elif ${ARCH} == powerpc64
CONFIGURE_ENV+= UNAME_m="powerpc64"
. if defined(PPC_ABI) && ${PPC_ABI} == ELFv2
.elif defined(PPC_ABI) && ${PPC_ABI} == ELFv2
CONFIGURE_ARGS+= --with-abi=elfv2
. endif
USE_GCC= yes
.endif

LANGUAGES:= c,c++,objc,fortran,jit
Expand Down
6 changes: 3 additions & 3 deletions lang/gcc11/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1627539618
SHA256 (gcc-11.2.0.tar.xz) = d08edc536b54c372a1010ff6619dd274c0f1603aa49212ba20f7aa2cda36fa8b
SIZE (gcc-11.2.0.tar.xz) = 80888824
TIMESTAMP = 1650537167
SHA256 (gcc-11.3.0.tar.xz) = b47cf2818691f5b1e21df2bb38c795fac2cfbd640ede2d0a5e1c89e338a3ac39
SIZE (gcc-11.3.0.tar.xz) = 81141364
33 changes: 0 additions & 33 deletions lang/gcc11/files/patch-gcc_jit_jit-playback.c

This file was deleted.

0 comments on commit 06b81ba

Please sign in to comment.