Skip to content
Open
Show file tree
Hide file tree
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 devel/gcc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ ifeq ($(PKG_VERSION),13.4.0)
PKG_HASH:=9c4ce6dbb040568fdc545588ac03c5cbc95a8dbf0c7aa490170843afb59ca8f5
endif

ifeq ($(PKG_VERSION),14.3.0)
PKG_HASH:=e0dc77297625631ac8e50fa92fffefe899a4eb702592da5c32ef04e2293aca3a
ifeq ($(PKG_VERSION),14.4.0)
PKG_HASH:=752b6f567beac83159c77a7680b1316bdd784738bff9a9d070112c09da90f6d9
endif

ifeq ($(PKG_VERSION),15.2.0)
PKG_HASH:=438fd996826b0c82485a29da03a72d71d6e3541a83ec702df4271f6fe025d24e
ifeq ($(PKG_VERSION),15.3.0)
PKG_HASH:=fa59c1beef8995f27c4d71c1df227587189315d3e6faff1bb4306e61b0c530eb
endif

PATCH_DIR:=patches-$(GCC_MAJOR_VERSION).x
Expand Down

This file was deleted.

72 changes: 0 additions & 72 deletions devel/gcc/patches-14.x/005-include-memory.patch

This file was deleted.

2 changes: 1 addition & 1 deletion devel/gcc/patches-14.x/910-mbsd_multi.patch
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Date: Tue Jul 31 00:52:27 2007 +0000
; On SVR4 targets, it also controls whether or not to emit a
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -10597,6 +10597,17 @@ This option is only supported for C and
@@ -10601,6 +10601,17 @@ This option is only supported for C and

This warning is upgraded to an error by @option{-pedantic-errors}.

Expand Down
Loading
Loading