util/crossgcc: Update GCC from 13.2 to 14.1.0

Change-Id: Idf5912d1fcdfabab7fe006b7e0cd4ebd25c07d09
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81683
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <gaumless@gmail.com>
This commit is contained in:
Felix Singer 2024-04-06 05:32:25 +00:00 committed by Felix Singer
parent e885aa5a05
commit acdd8dd14d
9 changed files with 10 additions and 17 deletions

View File

@ -38,7 +38,7 @@ COREBOOT_MIRROR_URL="https://www.coreboot.org/releases/crossgcc-sources"
GMP_VERSION=6.3.0
MPFR_VERSION=4.2.1
MPC_VERSION=1.3.1
GCC_VERSION=13.2.0
GCC_VERSION=14.1.0
BINUTILS_VERSION=2.42
IASL_VERSION=20240321
# CLANG version number

View File

@ -23,26 +23,19 @@ included first.
/* glibc versions earlier than 2.7 do not define the routines to handle
dynamically allocated CPU sets. For these targets, we use the static
--- gcc-13.2.0/gcc/ada/argv.c
+++ gcc-13.2.0.musl/gcc/ada/argv.c
@@ -42,6 +42,8 @@
main program, and these routines are accessed from the
Ada.Command_Line.Environment package. */
+#include "adaint.h"
+
#ifdef IN_RTS
#include "runtime.h"
#include <stdlib.h>
@@ -50,8 +52,6 @@
#include "config.h"
--- gcc-14-20240211/gcc/ada/argv.c
+++ gcc-14-20240211.musl/gcc/ada/argv.c
@@ -51,10 +51,6 @@
#include "system.h"
#endif
-
-#include "adaint.h"
-#ifndef LIGHT_RUNTIME
-#include "adaint.h"
-#endif
-
#ifdef __cplusplus
extern "C" {
#endif
--- gcc-13.2.0/gcc/ada/cio.c
+++ gcc-13.2.0.musl/gcc/ada/cio.c
@@ -29,6 +29,8 @@

View File

@ -1 +0,0 @@
5f95b6d042fb37d45c6cbebfc91decfbc4fb493c tarballs/gcc-13.2.0.tar.xz

View File

@ -0,0 +1 @@
0aec8d432b8473559942a45c12459a5db3a04618 tarballs/gcc-14.1.0.tar.xz