Radix cross Linux Toolchains

Toolchains for all supported by Radix cross Linux devices

80 Commits   2 Branches   13 Tags
Index: Makefile
===================================================================
--- Makefile	(.../13.2.0)	(revision 45)
+++ Makefile	(.../14.2.0)	(revision 46)
@@ -50,7 +50,7 @@
 include ../../../build-system/config.mk
 
 
-SOURCE_REQUIRES  = sources/GNU/gcc/gcc-13.2.0
+SOURCE_REQUIRES  = sources/GNU/gcc/gcc-14.2.0
 SOURCE_REQUIRES += sources/GNU/gmp
 SOURCE_REQUIRES += sources/GNU/mpfr
 SOURCE_REQUIRES += sources/GNU/mpc
@@ -71,7 +71,7 @@
 REQUIRES  = core/binutils/2.43.1
 endif
 ifeq ($(FLAVOUR),second)
-REQUIRES  = core/glibc/2.39^headers
+REQUIRES  = core/glibc/2.40^headers
 endif
 ifeq ($(FLAVOUR),full)
 REQUIRES  = core/crypt/4.4.36^next
@@ -80,14 +80,14 @@
 
 # ======= __END_OF_REQUIRES__ =======
 
-tar_xz_archive        = $(SRC_PACKAGE_PATH)/GNU/gcc/gcc-13.2.0/gcc-13.2.0.tar.xz
+tar_xz_archive        = $(SRC_PACKAGE_PATH)/GNU/gcc/gcc-14.2.0/gcc-14.2.0.tar.xz
 tar_xz_archive_gmp    = $(SRC_PACKAGE_PATH)/GNU/gmp/gmp-6.3.0.tar.xz
 tar_xz_archive_mpfr   = $(SRC_PACKAGE_PATH)/GNU/mpfr/mpfr-4.2.1.tar.xz
 tar_gz_archive_mpc    = $(SRC_PACKAGE_PATH)/GNU/mpc/mpc-1.3.1.tar.gz
-tar_xz_archive_isl    = $(SRC_PACKAGE_PATH)/inria/isl/isl-0.26.tar.xz
+tar_xz_archive_isl    = $(SRC_PACKAGE_PATH)/inria/isl/isl-0.27.tar.xz
 SRC_ARCHIVE           = $(tar_xz_archive)
-SRC_DIR               = $(TARGET_BUILD_DIR)/gcc-13.2.0
-src_dir_name          = gcc-13.2.0
+SRC_DIR               = $(TARGET_BUILD_DIR)/gcc-14.2.0
+src_dir_name          = gcc-14.2.0
 src_done              = $(TARGET_BUILD_DIR)/.source-done
 gmp_src_done          = $(TARGET_BUILD_DIR)/.gmp-source-done
 mpfr_src_done         = $(TARGET_BUILD_DIR)/.mpfr-source-done
@@ -150,9 +150,9 @@
 # To be independed from distribution we are working the build GNAT tools
 # created and installed with prefix $(GNATTOOLS_DEST_DIR)
 #
-# see: build-system/3pp/gnattools/13.2.0 for more information.
+# see: build-system/3pp/gnattools/14.2.0 for more information.
 #
-GNATTOOLS_DEST_DIR = $(BUILDSYSTEM)/gnattools/13.2.0/usr
+GNATTOOLS_DEST_DIR = $(BUILDSYSTEM)/gnattools/14.2.0/usr
 
 environment  = PATH=$(TOOLCHAIN_PATH)/bin:$(GNATTOOLS_DEST_DIR)/bin:$(PATH)
 environment += GNATBIND=$(GNATTOOLS_DEST_DIR)/bin/gnatbind
@@ -497,7 +497,7 @@
 endif
 ifeq ($(FLAVOUR),full)
 extra_configure_switches += --with-sysroot=$(sysroot_dir)
-extra_configure_switches += --enable-languages=c,c++,d,objc,obj-c++,fortran,go,lto,ada
+extra_configure_switches += --enable-languages=c,c++,d,objc,obj-c++,fortran,go,lto,ada,m2,rust
 extra_configure_switches += --enable-libstdcxx-dual-abi
 extra_configure_switches += --with-default-libstdcxx-abi=new
 extra_configure_switches += --disable-libstdcxx-pch
@@ -563,7 +563,7 @@
 endif
 ifeq ($(FLAVOUR),full)
 extra_configure_switches += --with-sysroot=$(sysroot_dir)
-extra_configure_switches += --enable-languages=c,c++,d,objc,obj-c++,fortran,go,lto,ada
+extra_configure_switches += --enable-languages=c,c++,d,objc,obj-c++,fortran,go,lto,ada,m2,rust
 extra_configure_switches += --enable-libstdcxx-dual-abi
 extra_configure_switches += --with-default-libstdcxx-abi=new
 extra_configure_switches += --disable-libstdcxx-pch
@@ -630,7 +630,7 @@
 endif
 ifeq ($(FLAVOUR),full)
 extra_configure_switches += --with-sysroot=$(sysroot_dir)
-extra_configure_switches += --enable-languages=c,c++,d,objc,obj-c++,fortran,go,lto,ada
+extra_configure_switches += --enable-languages=c,c++,d,objc,obj-c++,fortran,go,lto,ada,m2,rust
 extra_configure_switches += --enable-libstdcxx-dual-abi
 extra_configure_switches += --with-default-libstdcxx-abi=new
 extra_configure_switches += --disable-libstdcxx-pch
@@ -698,7 +698,7 @@
 endif
 ifeq ($(FLAVOUR),full)
 extra_configure_switches += --with-sysroot=$(sysroot_dir)
-extra_configure_switches += --enable-languages=c,c++,d,objc,obj-c++,fortran,go,lto,ada
+extra_configure_switches += --enable-languages=c,c++,d,objc,obj-c++,fortran,go,lto,ada,m2,rust
 extra_configure_switches += --enable-libstdcxx-dual-abi
 extra_configure_switches += --with-default-libstdcxx-abi=new
 extra_configure_switches += --disable-libstdcxx-pch
@@ -764,7 +764,7 @@
 endif
 ifeq ($(FLAVOUR),full)
 extra_configure_switches += --with-sysroot=$(sysroot_dir)
-extra_configure_switches += --enable-languages=c,c++,d,objc,obj-c++,fortran,go,lto,ada
+extra_configure_switches += --enable-languages=c,c++,d,objc,obj-c++,fortran,go,lto,ada,m2,rust
 extra_configure_switches += --enable-libstdcxx-dual-abi
 extra_configure_switches += --with-default-libstdcxx-abi=new
 extra_configure_switches += --disable-libstdcxx-pch
@@ -832,7 +832,7 @@
 endif
 ifeq ($(FLAVOUR),full)
 extra_configure_switches += --with-sysroot=$(sysroot_dir)
-extra_configure_switches += --enable-languages=c,c++,d,objc,obj-c++,fortran,go,lto,ada
+extra_configure_switches += --enable-languages=c,c++,d,objc,obj-c++,fortran,go,lto,ada,m2,rust
 extra_configure_switches += --enable-libstdcxx-dual-abi
 extra_configure_switches += --with-default-libstdcxx-abi=new
 extra_configure_switches += --disable-libstdcxx-pch
@@ -898,7 +898,7 @@
 endif
 ifeq ($(FLAVOUR),full)
 extra_configure_switches += --with-sysroot=$(sysroot_dir)
-extra_configure_switches += --enable-languages=c,c++,d,objc,obj-c++,fortran,go,lto,ada
+extra_configure_switches += --enable-languages=c,c++,d,objc,obj-c++,fortran,go,lto,ada,m2,rust
 extra_configure_switches += --enable-libstdcxx-dual-abi
 extra_configure_switches += --with-default-libstdcxx-abi=new
 extra_configure_switches += --disable-libstdcxx-pch
@@ -966,7 +966,7 @@
 endif
 ifeq ($(FLAVOUR),full)
 extra_configure_switches += --with-sysroot=$(sysroot_dir)
-extra_configure_switches += --enable-languages=c,c++,d,objc,obj-c++,fortran,go,lto,ada
+extra_configure_switches += --enable-languages=c,c++,d,objc,obj-c++,fortran,go,lto,ada,m2,rust
 extra_configure_switches += --enable-libstdcxx-dual-abi
 extra_configure_switches += --with-default-libstdcxx-abi=new
 extra_configure_switches += --disable-libstdcxx-pch
@@ -1034,7 +1034,7 @@
 endif
 ifeq ($(FLAVOUR),full)
 extra_configure_switches += --with-sysroot=$(sysroot_dir)
-extra_configure_switches += --enable-languages=c,c++,d,objc,obj-c++,fortran,go,lto,ada
+extra_configure_switches += --enable-languages=c,c++,d,objc,obj-c++,fortran,go,lto,ada,m2,rust
 extra_configure_switches += --enable-libstdcxx-dual-abi
 extra_configure_switches += --with-default-libstdcxx-abi=new
 extra_configure_switches += --disable-libstdcxx-pch
@@ -1102,7 +1102,7 @@
 endif
 ifeq ($(FLAVOUR),full)
 extra_configure_switches += --with-sysroot=$(sysroot_dir)
-extra_configure_switches += --enable-languages=c,c++,d,objc,obj-c++,fortran,go,lto,ada
+extra_configure_switches += --enable-languages=c,c++,d,objc,obj-c++,fortran,go,lto,ada,m2,rust
 extra_configure_switches += --enable-libstdcxx-dual-abi
 extra_configure_switches += --with-default-libstdcxx-abi=new
 extra_configure_switches += --disable-libstdcxx-pch
@@ -1168,7 +1168,7 @@
 endif
 ifeq ($(FLAVOUR),full)
 extra_configure_switches += --with-sysroot=$(sysroot_dir)
-extra_configure_switches += --enable-languages=c,c++,d,objc,obj-c++,fortran,go,lto,ada
+extra_configure_switches += --enable-languages=c,c++,d,objc,obj-c++,fortran,go,lto,ada,m2,rust
 extra_configure_switches += --enable-libstdcxx-dual-abi
 extra_configure_switches += --with-default-libstdcxx-abi=new
 extra_configure_switches += --disable-libstdcxx-pch
@@ -1234,7 +1234,7 @@
 endif
 ifeq ($(FLAVOUR),full)
 extra_configure_switches += --with-sysroot=$(sysroot_dir)
-extra_configure_switches += --enable-languages=c,c++,d,objc,obj-c++,fortran,go,lto,ada
+extra_configure_switches += --enable-languages=c,c++,d,objc,obj-c++,fortran,go,lto,ada,m2,rust
 extra_configure_switches += --enable-libstdcxx-dual-abi
 extra_configure_switches += --with-default-libstdcxx-abi=new
 extra_configure_switches += --disable-libstdcxx-pch
@@ -1300,7 +1300,7 @@
 endif
 ifeq ($(FLAVOUR),full)
 extra_configure_switches += --with-sysroot=$(sysroot_dir)
-extra_configure_switches += --enable-languages=c,c++,d,objc,obj-c++,fortran,go,lto,ada
+extra_configure_switches += --enable-languages=c,c++,d,objc,obj-c++,fortran,go,lto,ada,m2,rust
 extra_configure_switches += --enable-libstdcxx-dual-abi
 extra_configure_switches += --with-default-libstdcxx-abi=new
 extra_configure_switches += --disable-libstdcxx-pch
@@ -1367,7 +1367,7 @@
 endif
 ifeq ($(FLAVOUR),full)
 extra_configure_switches += --with-sysroot=$(sysroot_dir)
-extra_configure_switches += --enable-languages=c,c++,d,objc,obj-c++,fortran,go,lto,ada
+extra_configure_switches += --enable-languages=c,c++,d,objc,obj-c++,fortran,go,lto,ada,m2,rust
 extra_configure_switches += --enable-libstdcxx-dual-abi
 extra_configure_switches += --with-default-libstdcxx-abi=new
 extra_configure_switches += --disable-libstdcxx-pch
@@ -1433,7 +1433,7 @@
 endif
 ifeq ($(FLAVOUR),full)
 extra_configure_switches += --with-sysroot=$(sysroot_dir)
-extra_configure_switches += --enable-languages=c,c++,d,objc,obj-c++,fortran,go,lto,ada
+extra_configure_switches += --enable-languages=c,c++,d,objc,obj-c++,fortran,go,lto,ada,m2,rust
 extra_configure_switches += --enable-libstdcxx-dual-abi
 extra_configure_switches += --with-default-libstdcxx-abi=new
 extra_configure_switches += --disable-libstdcxx-pch
@@ -1500,7 +1500,7 @@
 endif
 ifeq ($(FLAVOUR),full)
 extra_configure_switches += --with-sysroot=$(sysroot_dir)
-extra_configure_switches += --enable-languages=c,c++,d,objc,obj-c++,fortran,go,lto,ada
+extra_configure_switches += --enable-languages=c,c++,d,objc,obj-c++,fortran,go,lto,ada,m2,rust
 extra_configure_switches += --enable-libstdcxx-dual-abi
 extra_configure_switches += --with-default-libstdcxx-abi=new
 extra_configure_switches += --disable-libstdcxx-pch
@@ -1566,7 +1566,7 @@
 endif
 ifeq ($(FLAVOUR),full)
 extra_configure_switches += --with-sysroot=$(sysroot_dir)
-extra_configure_switches += --enable-languages=c,c++,d,objc,obj-c++,fortran,go,lto,ada
+extra_configure_switches += --enable-languages=c,c++,d,objc,obj-c++,fortran,go,lto,ada,m2,rust
 extra_configure_switches += --enable-libstdcxx-dual-abi
 extra_configure_switches += --with-default-libstdcxx-abi=new
 extra_configure_switches += --disable-libstdcxx-pch
@@ -1633,7 +1633,7 @@
 endif
 ifeq ($(FLAVOUR),full)
 extra_configure_switches += --with-sysroot=$(sysroot_dir)
-extra_configure_switches += --enable-languages=c,c++,d,objc,obj-c++,fortran,go,lto,ada
+extra_configure_switches += --enable-languages=c,c++,d,objc,obj-c++,fortran,go,lto,ada,m2,rust
 extra_configure_switches += --enable-libstdcxx-dual-abi
 extra_configure_switches += --with-default-libstdcxx-abi=new
 extra_configure_switches += --disable-libstdcxx-pch
@@ -1701,7 +1701,7 @@
 endif
 ifeq ($(FLAVOUR),full)
 extra_configure_switches += --with-sysroot=$(sysroot_dir)
-extra_configure_switches += --enable-languages=c,c++,d,objc,obj-c++,fortran,go,lto,ada
+extra_configure_switches += --enable-languages=c,c++,d,objc,obj-c++,fortran,go,lto,ada,m2,rust
 extra_configure_switches += --enable-libstdcxx-dual-abi
 extra_configure_switches += --with-default-libstdcxx-abi=new
 extra_configure_switches += --disable-libstdcxx-pch
@@ -1767,7 +1767,7 @@
 endif
 ifeq ($(FLAVOUR),full)
 extra_configure_switches += --with-sysroot=$(sysroot_dir)
-extra_configure_switches += --enable-languages=c,c++,d,objc,obj-c++,fortran,go,lto,ada
+extra_configure_switches += --enable-languages=c,c++,d,objc,obj-c++,fortran,go,lto,ada,m2,rust
 extra_configure_switches += --enable-libstdcxx-dual-abi
 extra_configure_switches += --with-default-libstdcxx-abi=new
 extra_configure_switches += --disable-libstdcxx-pch
@@ -1834,7 +1834,7 @@
 endif
 ifeq ($(FLAVOUR),full)
 extra_configure_switches += --with-sysroot=$(sysroot_dir)
-extra_configure_switches += --enable-languages=c,c++,d,objc,obj-c++,fortran,go,lto,ada
+extra_configure_switches += --enable-languages=c,c++,d,objc,obj-c++,fortran,go,lto,ada,m2,rust
 extra_configure_switches += --enable-libstdcxx-dual-abi
 extra_configure_switches += --with-default-libstdcxx-abi=new
 extra_configure_switches += --disable-libstdcxx-pch
@@ -1901,7 +1901,7 @@
 endif
 ifeq ($(FLAVOUR),full)
 extra_configure_switches += --with-sysroot=$(sysroot_dir)
-extra_configure_switches += --enable-languages=c,c++,d,objc,obj-c++,fortran,go,lto,ada
+extra_configure_switches += --enable-languages=c,c++,d,objc,obj-c++,fortran,go,lto,ada,m2,rust
 extra_configure_switches += --enable-libstdcxx-dual-abi
 extra_configure_switches += --with-default-libstdcxx-abi=new
 extra_configure_switches += --disable-libstdcxx-pch
@@ -1966,7 +1966,7 @@
 endif
 ifeq ($(FLAVOUR),full)
 extra_configure_switches += --with-sysroot=$(sysroot_dir)
-extra_configure_switches += --enable-languages=c,c++,d,objc,obj-c++,fortran,go,lto,ada
+extra_configure_switches += --enable-languages=c,c++,d,objc,obj-c++,fortran,go,lto,ada,m2,rust
 extra_configure_switches += --enable-libstdcxx-dual-abi
 extra_configure_switches += --with-default-libstdcxx-abi=new
 extra_configure_switches += --disable-libstdcxx-pch
@@ -2031,7 +2031,7 @@
 endif
 ifeq ($(FLAVOUR),full)
 extra_configure_switches += --with-sysroot=$(sysroot_dir)
-extra_configure_switches += --enable-languages=c,c++,d,objc,obj-c++,fortran,go,lto,ada
+extra_configure_switches += --enable-languages=c,c++,d,objc,obj-c++,fortran,go,lto,ada,m2,rust
 extra_configure_switches += --enable-libstdcxx-dual-abi
 extra_configure_switches += --with-default-libstdcxx-abi=new
 extra_configure_switches += --disable-libstdcxx-pch
@@ -2094,7 +2094,7 @@
 endif
 ifeq ($(FLAVOUR),full)
 extra_configure_switches += --with-sysroot=$(sysroot_dir)
-extra_configure_switches += --enable-languages=c,c++,d,objc,obj-c++,fortran,go,lto,ada
+extra_configure_switches += --enable-languages=c,c++,d,objc,obj-c++,fortran,go,lto,ada,m2,rust
 extra_configure_switches += --enable-libstdcxx-dual-abi
 extra_configure_switches += --with-default-libstdcxx-abi=new
 extra_configure_switches += --disable-libstdcxx-pch
@@ -2154,7 +2154,7 @@
 endif
 ifeq ($(FLAVOUR),full)
 extra_configure_switches += --with-sysroot=$(sysroot_dir)
-extra_configure_switches += --enable-languages=c,c++,d,objc,obj-c++,fortran,go,lto,ada
+extra_configure_switches += --enable-languages=c,c++,d,objc,obj-c++,fortran,go,lto,ada,m2,rust
 extra_configure_switches += --enable-libstdcxx-dual-abi
 extra_configure_switches += --with-default-libstdcxx-abi=new
 extra_configure_switches += --disable-libstdcxx-pch
@@ -2214,7 +2214,7 @@
 endif
 ifeq ($(FLAVOUR),full)
 extra_configure_switches += --with-sysroot=$(sysroot_dir)
-extra_configure_switches += --enable-languages=c,c++,d,objc,obj-c++,fortran,go,lto,ada
+extra_configure_switches += --enable-languages=c,c++,d,objc,obj-c++,fortran,go,lto,ada,m2,rust
 extra_configure_switches += --enable-libstdcxx-dual-abi
 extra_configure_switches += --with-default-libstdcxx-abi=new
 extra_configure_switches += --disable-libstdcxx-pch
@@ -2274,7 +2274,7 @@
 endif
 ifeq ($(FLAVOUR),full)
 extra_configure_switches += --with-sysroot=$(sysroot_dir)
-extra_configure_switches += --enable-languages=c,c++,d,objc,obj-c++,fortran,go,lto,ada
+extra_configure_switches += --enable-languages=c,c++,d,objc,obj-c++,fortran,go,lto,ada,m2,rust
 extra_configure_switches += --enable-libstdcxx-dual-abi
 extra_configure_switches += --with-default-libstdcxx-abi=new
 extra_configure_switches += --disable-libstdcxx-pch
Index: PATCHES
===================================================================
--- PATCHES	(.../13.2.0)	(revision 45)
+++ PATCHES	(.../14.2.0)	(revision 46)
@@ -1,5 +1,5 @@
 
-../../../sources/GNU/gcc/patches/gcc-13.2.0-libstdc++-docs.patch            -p0
-../../../sources/GNU/gcc/patches/gcc-13.2.0-libtool-no-rpath.patch          -p0
-../../../sources/GNU/gcc/patches/gcc-13.2.0-fortran-interface.patch         -p0
-../../../sources/GNU/gcc/patches/gcc-13.2.0-no-fixincludes.patch            -p0
+../../../sources/GNU/gcc/patches/gcc-14.2.0-libstdc++-docs.patch            -p0
+../../../sources/GNU/gcc/patches/gcc-14.2.0-libtool-no-rpath.patch          -p0
+../../../sources/GNU/gcc/patches/gcc-14.2.0-fortran-interface.patch         -p0
+../../../sources/GNU/gcc/patches/gcc-14.2.0-no-fixincludes.patch            -p0
Index: PATCHES.a33xx
===================================================================
--- PATCHES.a33xx	(.../13.2.0)	(revision 45)
+++ PATCHES.a33xx	(.../14.2.0)	(revision 46)
@@ -1,7 +1,7 @@
 
-../../../sources/GNU/gcc/patches/gcc-13.2.0-a33xx-newlib.patch              -p0
+../../../sources/GNU/gcc/patches/gcc-14.2.0-a33xx-newlib.patch              -p0
 
-../../../sources/GNU/gcc/patches/gcc-13.2.0-libstdc++-docs.patch            -p0
-../../../sources/GNU/gcc/patches/gcc-13.2.0-libtool-no-rpath.patch          -p0
-../../../sources/GNU/gcc/patches/gcc-13.2.0-fortran-interface.patch         -p0
-../../../sources/GNU/gcc/patches/gcc-13.2.0-no-fixincludes.patch            -p0
+../../../sources/GNU/gcc/patches/gcc-14.2.0-libstdc++-docs.patch            -p0
+../../../sources/GNU/gcc/patches/gcc-14.2.0-libtool-no-rpath.patch          -p0
+../../../sources/GNU/gcc/patches/gcc-14.2.0-fortran-interface.patch         -p0
+../../../sources/GNU/gcc/patches/gcc-14.2.0-no-fixincludes.patch            -p0
Index: PATCHES.a9xx
===================================================================
--- PATCHES.a9xx	(.../13.2.0)	(revision 45)
+++ PATCHES.a9xx	(.../14.2.0)	(revision 46)
@@ -1,7 +1,7 @@
 
-../../../sources/GNU/gcc/patches/gcc-13.2.0-a9xx-newlib.patch               -p0
+../../../sources/GNU/gcc/patches/gcc-14.2.0-a9xx-newlib.patch               -p0
 
-../../../sources/GNU/gcc/patches/gcc-13.2.0-libstdc++-docs.patch            -p0
-../../../sources/GNU/gcc/patches/gcc-13.2.0-libtool-no-rpath.patch          -p0
-../../../sources/GNU/gcc/patches/gcc-13.2.0-fortran-interface.patch         -p0
-../../../sources/GNU/gcc/patches/gcc-13.2.0-no-fixincludes.patch            -p0
+../../../sources/GNU/gcc/patches/gcc-14.2.0-libstdc++-docs.patch            -p0
+../../../sources/GNU/gcc/patches/gcc-14.2.0-libtool-no-rpath.patch          -p0
+../../../sources/GNU/gcc/patches/gcc-14.2.0-fortran-interface.patch         -p0
+../../../sources/GNU/gcc/patches/gcc-14.2.0-no-fixincludes.patch            -p0
Index: PATCHES.aarch64
===================================================================
--- PATCHES.aarch64	(.../13.2.0)	(revision 45)
+++ PATCHES.aarch64	(.../14.2.0)	(revision 46)
@@ -1,7 +1,7 @@
 
-../../../sources/GNU/gcc/patches/gcc-13.2.0-aarch64-multilib.patch          -p0
+../../../sources/GNU/gcc/patches/gcc-14.2.0-aarch64-multilib.patch          -p0
 
-../../../sources/GNU/gcc/patches/gcc-13.2.0-libstdc++-docs.patch            -p0
-../../../sources/GNU/gcc/patches/gcc-13.2.0-libtool-no-rpath.patch          -p0
-../../../sources/GNU/gcc/patches/gcc-13.2.0-fortran-interface.patch         -p0
-../../../sources/GNU/gcc/patches/gcc-13.2.0-no-fixincludes.patch            -p0
+../../../sources/GNU/gcc/patches/gcc-14.2.0-libstdc++-docs.patch            -p0
+../../../sources/GNU/gcc/patches/gcc-14.2.0-libtool-no-rpath.patch          -p0
+../../../sources/GNU/gcc/patches/gcc-14.2.0-fortran-interface.patch         -p0
+../../../sources/GNU/gcc/patches/gcc-14.2.0-no-fixincludes.patch            -p0
Index: PATCHES.at91sam7s
===================================================================
--- PATCHES.at91sam7s	(.../13.2.0)	(revision 45)
+++ PATCHES.at91sam7s	(.../14.2.0)	(revision 46)
@@ -1,7 +1,7 @@
 
-../../../sources/GNU/gcc/patches/gcc-13.2.0-at91sam7s-newlib.patch          -p0
+../../../sources/GNU/gcc/patches/gcc-14.2.0-at91sam7s-newlib.patch          -p0
 
-../../../sources/GNU/gcc/patches/gcc-13.2.0-libstdc++-docs.patch            -p0
-../../../sources/GNU/gcc/patches/gcc-13.2.0-libtool-no-rpath.patch          -p0
-../../../sources/GNU/gcc/patches/gcc-13.2.0-fortran-interface.patch         -p0
-../../../sources/GNU/gcc/patches/gcc-13.2.0-no-fixincludes.patch            -p0
+../../../sources/GNU/gcc/patches/gcc-14.2.0-libstdc++-docs.patch            -p0
+../../../sources/GNU/gcc/patches/gcc-14.2.0-libtool-no-rpath.patch          -p0
+../../../sources/GNU/gcc/patches/gcc-14.2.0-fortran-interface.patch         -p0
+../../../sources/GNU/gcc/patches/gcc-14.2.0-no-fixincludes.patch            -p0
Index: PATCHES.powerpc
===================================================================
--- PATCHES.powerpc	(.../13.2.0)	(revision 45)
+++ PATCHES.powerpc	(.../14.2.0)	(revision 46)
@@ -1,8 +1,8 @@
 
-../../../sources/GNU/gcc/patches/gcc-13.2.0-ppc64-interpreter.patch         -p0
-../../../sources/GNU/gcc/patches/gcc-13.2.0-ppc64-multilib.patch            -p0
+../../../sources/GNU/gcc/patches/gcc-14.2.0-ppc64-interpreter.patch         -p0
+../../../sources/GNU/gcc/patches/gcc-14.2.0-ppc64-multilib.patch            -p0
 
-../../../sources/GNU/gcc/patches/gcc-13.2.0-libstdc++-docs.patch            -p0
-../../../sources/GNU/gcc/patches/gcc-13.2.0-libtool-no-rpath.patch          -p0
-../../../sources/GNU/gcc/patches/gcc-13.2.0-fortran-interface.patch         -p0
-../../../sources/GNU/gcc/patches/gcc-13.2.0-no-fixincludes.patch            -p0
+../../../sources/GNU/gcc/patches/gcc-14.2.0-libstdc++-docs.patch            -p0
+../../../sources/GNU/gcc/patches/gcc-14.2.0-libtool-no-rpath.patch          -p0
+../../../sources/GNU/gcc/patches/gcc-14.2.0-fortran-interface.patch         -p0
+../../../sources/GNU/gcc/patches/gcc-14.2.0-no-fixincludes.patch            -p0
Index: PATCHES.powerpcle
===================================================================
--- PATCHES.powerpcle	(.../13.2.0)	(revision 45)
+++ PATCHES.powerpcle	(.../14.2.0)	(revision 46)
@@ -1,8 +1,8 @@
 
-../../../sources/GNU/gcc/patches/gcc-13.2.0-ppc64-interpreter.patch         -p0
-../../../sources/GNU/gcc/patches/gcc-13.2.0-ppc64le-multilib.patch          -p0
+../../../sources/GNU/gcc/patches/gcc-14.2.0-ppc64-interpreter.patch         -p0
+../../../sources/GNU/gcc/patches/gcc-14.2.0-ppc64le-multilib.patch          -p0
 
-../../../sources/GNU/gcc/patches/gcc-13.2.0-libstdc++-docs.patch            -p0
-../../../sources/GNU/gcc/patches/gcc-13.2.0-libtool-no-rpath.patch          -p0
-../../../sources/GNU/gcc/patches/gcc-13.2.0-fortran-interface.patch         -p0
-../../../sources/GNU/gcc/patches/gcc-13.2.0-no-fixincludes.patch            -p0
+../../../sources/GNU/gcc/patches/gcc-14.2.0-libstdc++-docs.patch            -p0
+../../../sources/GNU/gcc/patches/gcc-14.2.0-libtool-no-rpath.patch          -p0
+../../../sources/GNU/gcc/patches/gcc-14.2.0-fortran-interface.patch         -p0
+../../../sources/GNU/gcc/patches/gcc-14.2.0-no-fixincludes.patch            -p0
Index: PATCHES.x86_64
===================================================================
--- PATCHES.x86_64	(.../13.2.0)	(revision 45)
+++ PATCHES.x86_64	(.../14.2.0)	(revision 46)
@@ -1,8 +1,8 @@
 
-../../../sources/GNU/gcc/patches/gcc-13.2.0-x86_64-interpreter.patch        -p0
-../../../sources/GNU/gcc/patches/gcc-13.2.0-x86_64-multilib.patch           -p0
+../../../sources/GNU/gcc/patches/gcc-14.2.0-x86_64-interpreter.patch        -p0
+../../../sources/GNU/gcc/patches/gcc-14.2.0-x86_64-multilib.patch           -p0
 
-../../../sources/GNU/gcc/patches/gcc-13.2.0-libstdc++-docs.patch            -p0
-../../../sources/GNU/gcc/patches/gcc-13.2.0-libtool-no-rpath.patch          -p0
-../../../sources/GNU/gcc/patches/gcc-13.2.0-fortran-interface.patch         -p0
-../../../sources/GNU/gcc/patches/gcc-13.2.0-no-fixincludes.patch            -p0
+../../../sources/GNU/gcc/patches/gcc-14.2.0-libstdc++-docs.patch            -p0
+../../../sources/GNU/gcc/patches/gcc-14.2.0-libtool-no-rpath.patch          -p0
+../../../sources/GNU/gcc/patches/gcc-14.2.0-fortran-interface.patch         -p0
+../../../sources/GNU/gcc/patches/gcc-14.2.0-no-fixincludes.patch            -p0