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:
committed by
Felix Singer
parent
e885aa5a05
commit
acdd8dd14d
@ -38,7 +38,7 @@ COREBOOT_MIRROR_URL="https://www.coreboot.org/releases/crossgcc-sources"
|
|||||||
GMP_VERSION=6.3.0
|
GMP_VERSION=6.3.0
|
||||||
MPFR_VERSION=4.2.1
|
MPFR_VERSION=4.2.1
|
||||||
MPC_VERSION=1.3.1
|
MPC_VERSION=1.3.1
|
||||||
GCC_VERSION=13.2.0
|
GCC_VERSION=14.1.0
|
||||||
BINUTILS_VERSION=2.42
|
BINUTILS_VERSION=2.42
|
||||||
IASL_VERSION=20240321
|
IASL_VERSION=20240321
|
||||||
# CLANG version number
|
# CLANG version number
|
||||||
|
@ -23,26 +23,19 @@ included first.
|
|||||||
|
|
||||||
/* glibc versions earlier than 2.7 do not define the routines to handle
|
/* glibc versions earlier than 2.7 do not define the routines to handle
|
||||||
dynamically allocated CPU sets. For these targets, we use the static
|
dynamically allocated CPU sets. For these targets, we use the static
|
||||||
--- gcc-13.2.0/gcc/ada/argv.c
|
--- gcc-14-20240211/gcc/ada/argv.c
|
||||||
+++ gcc-13.2.0.musl/gcc/ada/argv.c
|
+++ gcc-14-20240211.musl/gcc/ada/argv.c
|
||||||
@@ -42,6 +42,8 @@
|
@@ -51,10 +51,6 @@
|
||||||
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"
|
|
||||||
#include "system.h"
|
#include "system.h"
|
||||||
#endif
|
#endif
|
||||||
-
|
|
||||||
-#include "adaint.h"
|
|
||||||
|
|
||||||
|
-#ifndef LIGHT_RUNTIME
|
||||||
|
-#include "adaint.h"
|
||||||
|
-#endif
|
||||||
|
-
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
#endif
|
||||||
--- gcc-13.2.0/gcc/ada/cio.c
|
--- gcc-13.2.0/gcc/ada/cio.c
|
||||||
+++ gcc-13.2.0.musl/gcc/ada/cio.c
|
+++ gcc-13.2.0.musl/gcc/ada/cio.c
|
||||||
@@ -29,6 +29,8 @@
|
@@ -29,6 +29,8 @@
|
@ -1 +0,0 @@
|
|||||||
5f95b6d042fb37d45c6cbebfc91decfbc4fb493c tarballs/gcc-13.2.0.tar.xz
|
|
1
util/crossgcc/sum/gcc-14.1.0.tar.xz.cksum
Normal file
1
util/crossgcc/sum/gcc-14.1.0.tar.xz.cksum
Normal file
@ -0,0 +1 @@
|
|||||||
|
0aec8d432b8473559942a45c12459a5db3a04618 tarballs/gcc-14.1.0.tar.xz
|
Reference in New Issue
Block a user