Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 May 2023 20:57:29 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2d570b70788e - main - devel/arm-none-eabi-gcc492: Remove expired port:
Message-ID:  <202305312057.34VKvTqh069408@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2d570b70788e6648e5e4abd68b031377a15ff06f

commit 2d570b70788e6648e5e4abd68b031377a15ff06f
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2023-05-31 20:57:11 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2023-05-31 20:57:11 +0000

    devel/arm-none-eabi-gcc492: Remove expired port:
    
    2023-05-31 devel/arm-none-eabi-gcc492: Long time unsupported upstream
---
 MOVED                                              |   1 +
 devel/Makefile                                     |   1 -
 devel/arm-none-eabi-gcc492/Makefile                |  80 -------
 devel/arm-none-eabi-gcc492/distinfo                |   2 -
 .../files/patch-clang-vec_step                     |  21 --
 .../arm-none-eabi-gcc492/files/patch-gcc_bitmap.c  |  24 --
 .../arm-none-eabi-gcc492/files/patch-gcc_cgraph.c  |  38 ---
 .../files/patch-gcc_config.host                    |  11 -
 .../files/patch-gcc_config_elfos.h                 |  20 --
 .../files/patch-gcc_cppbuiltin.c                   |  11 -
 .../files/patch-gcc_defaults.h                     |  11 -
 .../files/patch-gcc_dwarf2cfi.c                    |  45 ----
 .../files/patch-gcc_dwarf2out.c                    |  13 -
 devel/arm-none-eabi-gcc492/files/patch-gcc_gcc.c   |  17 --
 .../files/patch-gcc_ipa-devirt.c                   |  11 -
 .../files/patch-gcc_ipa-inline.c                   |  11 -
 .../files/patch-gcc_ipa-profile.c                  |  38 ---
 .../files/patch-gcc_ipa-prop.c                     |  20 --
 .../arm-none-eabi-gcc492/files/patch-gcc_loop-iv.c |  11 -
 .../arm-none-eabi-gcc492/files/patch-gcc_profile.c |  29 ---
 .../files/patch-gcc_stor-layout.c                  |  11 -
 .../arm-none-eabi-gcc492/files/patch-gcc_system.h  |  10 -
 .../arm-none-eabi-gcc492/files/patch-gcc_toplev.c  |  11 -
 .../files/patch-gcc_tree-ssa-reassoc.c             |  20 --
 .../files/patch-gcc_value-prof.c                   | 105 --------
 .../arm-none-eabi-gcc492/files/patch-libcpp_lex.c  |  25 --
 devel/arm-none-eabi-gcc492/pkg-descr               |   1 -
 devel/arm-none-eabi-gcc492/pkg-plist               | 264 ---------------------
 28 files changed, 1 insertion(+), 861 deletions(-)

diff --git a/MOVED b/MOVED
index b8bd605e16c1..0efeba437fc1 100644
--- a/MOVED
+++ b/MOVED
@@ -7584,3 +7584,4 @@ security/zxid||2023-05-28|Has expired: Do not build with OpenSSL 1.1.1e and late
 security/keynote||2023-05-28|Has expired: Upstream last release in 2000
 security/esteidfirefoxplugin||2023-05-28|Has expired: Upstream last release in 2013 and has been migrated into other products of upstream
 devel/py-pyxb|devel/py-pyxb-x|2023-05-31|Has expired: Upstream issued End-of-Life notice. Use devel/py-pyxb-x instead
+devel/arm-none-eabi-gcc492|devel/arm-none-eabi-gcc|2023-05-31|Has expired: Long time unsupported upstream
diff --git a/devel/Makefile b/devel/Makefile
index bbc8c22263ae..c36bba2cf0ee 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -207,7 +207,6 @@
     SUBDIR += argtable
     SUBDIR += arm-elf-binutils
     SUBDIR += arm-none-eabi-gcc
-    SUBDIR += arm-none-eabi-gcc492
     SUBDIR += arm-none-eabi-newlib
     SUBDIR += aros-sdk
     SUBDIR += arpc
diff --git a/devel/arm-none-eabi-gcc492/Makefile b/devel/arm-none-eabi-gcc492/Makefile
deleted file mode 100644
index b5502632e321..000000000000
--- a/devel/arm-none-eabi-gcc492/Makefile
+++ /dev/null
@@ -1,80 +0,0 @@
-PORTNAME=	gcc
-PORTVERSION=	4.9.2
-PORTREVISION=	6
-CATEGORIES=	devel
-MASTER_SITES=	GCC/releases/gcc-${DISTVERSION}
-PKGNAMEPREFIX?=	arm-none-eabi-
-PKGNAMESUFFIX=	492
-
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	GNU Compiler Collection for bare metal arm cross-development
-WWW=		https://gcc.gnu.org/
-
-LICENSE=	GPLv3 GPLv3RLE
-LICENSE_COMB=	multi
-
-DEPRECATED=	Long time unsupported upstream
-EXPIRATION_DATE=	2023-05-31
-
-BROKEN_mips=		configure: error: cannot compute suffix of object files: cannot compile
-BROKEN_mips64=		configure: error: cannot compute suffix of object files: cannot compile
-
-LIB_DEPENDS=	libgmp.so:math/gmp \
-		libmpfr.so:math/mpfr \
-		libmpc.so:math/mpc
-BUILD_DEPENDS=	${BU_PREFIX}-as:devel/binutils@${PKGNAMEPREFIX:C/-$//:C/-/_/g} \
-		objdump:devel/binutils
-RUN_DEPENDS=	${BU_PREFIX}-as:devel/binutils@${PKGNAMEPREFIX:C/-$//:C/-/_/g}
-
-USES=		compiler cpe gmake iconv libtool makeinfo tar:bzip2
-CPE_VENDOR=	gnu
-PLIST_SUB=	TARGETARCH=${PKGNAMEPREFIX:C/-//g} \
-		OPSYS=${OPSYS:tl} \
-		GCC_TARGET=${GCC_TARGET}
-
-GCC_TARGET=	arm-none-eabi
-BU_PREFIX?=	${GCC_TARGET}
-
-GNU_CONFIGURE=	yes
-CONFIGURE_OUTSOURCE=	yes
-# libstdcxx won't build, but we don't need it or multiple float-abi libs.
-CONFIGURE_ARGS=	--target=${GCC_TARGET} --disable-nls --enable-languages=c,c++ \
-		--without-headers \
-		--with-gmp=${LOCALBASE} \
-		--with-pkgversion="FreeBSD Ports Collection for ${PKGNAMEPREFIX:C/-//g}" \
-		--with-system-zlib \
-		--with-as=${LOCALBASE}/bin/${BU_PREFIX}-as \
-		--with-ld=${LOCALBASE}/bin/${BU_PREFIX}-ld \
-		--disable-libstdcxx \
-		--disable-multilib
-
-CONFLICTS_INSTALL=	arm-none-eabi-gcc
-
-PLIST=	${.CURDIR}/pkg-plist
-
-# U-Boot requires libgcc, crossbuild and install it along with the compiler.
-ALL_TARGET=	all-gcc all-target-libgcc
-INSTALL_TARGET=	install-gcc install-target-libgcc
-
-.include <bsd.port.pre.mk>
-
-CONFIGURE_TARGET=	${ARCH}-portbld-${OPSYS:tl}${OSREL}
-
-post-install:
-	@if [ -f ${STAGEDIR}${PREFIX}/bin/cpp ] ; then \
-		${MV} ${STAGEDIR}${PREFIX}/bin/cpp  \
-		    ${STAGEDIR}${PREFIX}/bin/${GCC_TARGET}-cpp ; \
-	fi
-.for f in c++ cpp g++ gcc gcc-ar gcc-nm gcc-ranlib gcov
-	@${RM} ${STAGEDIR}${PREFIX}/bin/$f
-	@${RM} ${STAGEDIR}${PREFIX}/man/man1/$f.1.gz
-.endfor
-	@${RM} ${STAGEDIR}${PREFIX}/info/*
-	@${RM} ${STAGEDIR}${PREFIX}/man/man7/*
-
-# The following is required for clang to bootstrap gcc.
-.if ${COMPILER_TYPE} == clang
-MAKE_ARGS+=	CXXFLAGS=-fbracket-depth=512
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/devel/arm-none-eabi-gcc492/distinfo b/devel/arm-none-eabi-gcc492/distinfo
deleted file mode 100644
index 43423d5ca116..000000000000
--- a/devel/arm-none-eabi-gcc492/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (gcc-4.9.2.tar.bz2) = 2020c98295856aa13fda0f2f3a4794490757fc24bcca918d52cc8b4917b972dd
-SIZE (gcc-4.9.2.tar.bz2) = 89939747
diff --git a/devel/arm-none-eabi-gcc492/files/patch-clang-vec_step b/devel/arm-none-eabi-gcc492/files/patch-clang-vec_step
deleted file mode 100644
index 68fbeedad582..000000000000
--- a/devel/arm-none-eabi-gcc492/files/patch-clang-vec_step
+++ /dev/null
@@ -1,21 +0,0 @@
-https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239266 reports how
-clang unfortunately poisons user namespace by default (without any
-special options).
-
-Until that changes (or GCC changes) we need to avoid using vec_step
-as a variable.
-
---- UTC
-Index: gcc/tree-vect-loop.c
-===================================================================
---- gcc/tree-vect-loop.c	(revision 273856)
-+++ gcc/tree-vect-loop.c	(working copy)
-@@ -55,6 +55,8 @@ along with GCC; see the file COPYING3.  If not see
- #include "vec-perm-indices.h"
- #include "tree-eh.h"
- 
-+#define vec_step vec_step_
-+
- /* Loop Vectorization Pass.
- 
-    This pass tries to vectorize loops.
diff --git a/devel/arm-none-eabi-gcc492/files/patch-gcc_bitmap.c b/devel/arm-none-eabi-gcc492/files/patch-gcc_bitmap.c
deleted file mode 100644
index c356164df4f9..000000000000
--- a/devel/arm-none-eabi-gcc492/files/patch-gcc_bitmap.c
+++ /dev/null
@@ -1,24 +0,0 @@
---- gcc/bitmap.c.orig	2014-01-02 22:23:26 UTC
-+++ gcc/bitmap.c
-@@ -2166,9 +2166,9 @@ print_statistics (bitmap_descriptor_d **
-       s[41] = 0;
-       fprintf (stderr,
- 	       "%-41s %9u"
--	       " %15"HOST_WIDEST_INT_PRINT"d %15"HOST_WIDEST_INT_PRINT"d"
--	       " %15"HOST_WIDEST_INT_PRINT"d"
--	       " %10"HOST_WIDEST_INT_PRINT"d %10"HOST_WIDEST_INT_PRINT"d\n",
-+	       " %15" HOST_WIDEST_INT_PRINT "d %15" HOST_WIDEST_INT_PRINT "d"
-+	       " %15" HOST_WIDEST_INT_PRINT "d"
-+	       " %10" HOST_WIDEST_INT_PRINT "d %10" HOST_WIDEST_INT_PRINT "d\n",
- 	       s, d->created,
- 	       d->allocated, d->peak, d->current,
- 	       d->nsearches, d->search_iter);
-@@ -2201,7 +2201,7 @@ dump_bitmap_statistics (void)
-   bitmap_desc_hash.traverse <output_info *, print_statistics> (&info);
-   fprintf (stderr, "---------------------------------------------------------------------------------\n");
-   fprintf (stderr,
--	   "%-41s %9"HOST_WIDEST_INT_PRINT"d %15"HOST_WIDEST_INT_PRINT"d\n",
-+	   "%-41s %9" HOST_WIDEST_INT_PRINT "d %15" HOST_WIDEST_INT_PRINT "d\n",
- 	   "Total", info.count, info.size);
-   fprintf (stderr, "---------------------------------------------------------------------------------\n");
- }
diff --git a/devel/arm-none-eabi-gcc492/files/patch-gcc_cgraph.c b/devel/arm-none-eabi-gcc492/files/patch-gcc_cgraph.c
deleted file mode 100644
index 2a449894c9b2..000000000000
--- a/devel/arm-none-eabi-gcc492/files/patch-gcc_cgraph.c
+++ /dev/null
@@ -1,38 +0,0 @@
---- gcc/cgraph.c.orig	2014-06-20 09:57:53 UTC
-+++ gcc/cgraph.c
-@@ -1378,7 +1378,7 @@ cgraph_redirect_edge_call_stmt_to_callee
- 	  if (dump_file)
- 	    fprintf (dump_file,
- 		     "Expanding speculative call of %s/%i -> %s/%i count:"
--		     HOST_WIDEST_INT_PRINT_DEC"\n",
-+		     HOST_WIDEST_INT_PRINT_DEC "\n",
- 		     xstrdup (e->caller->name ()),
- 		     e->caller->order,
- 		     xstrdup (e->callee->name ()),
-@@ -1976,7 +1976,7 @@ dump_cgraph_node (FILE *f, struct cgraph
-   fprintf (f, "  First run: %i\n", node->tp_first_run);
-   fprintf (f, "  Function flags:");
-   if (node->count)
--    fprintf (f, " executed "HOST_WIDEST_INT_PRINT_DEC"x",
-+    fprintf (f, " executed " HOST_WIDEST_INT_PRINT_DEC "x",
- 	     (HOST_WIDEST_INT)node->count);
-   if (node->origin)
-     fprintf (f, " nested in: %s", node->origin->asm_name ());
-@@ -2028,7 +2028,7 @@ dump_cgraph_node (FILE *f, struct cgraph
-       fprintf (f, "%s/%i ", edge->caller->asm_name (),
- 	       edge->caller->order);
-       if (edge->count)
--	fprintf (f, "("HOST_WIDEST_INT_PRINT_DEC"x) ",
-+	fprintf (f, "(" HOST_WIDEST_INT_PRINT_DEC "x) ",
- 		 (HOST_WIDEST_INT)edge->count);
-       if (edge->frequency)
- 	fprintf (f, "(%.2f per call) ",
-@@ -2055,7 +2055,7 @@ dump_cgraph_node (FILE *f, struct cgraph
-       if (edge->indirect_inlining_edge)
- 	fprintf (f, "(indirect_inlining) ");
-       if (edge->count)
--	fprintf (f, "("HOST_WIDEST_INT_PRINT_DEC"x) ",
-+	fprintf (f, "(" HOST_WIDEST_INT_PRINT_DEC "x) ",
- 		 (HOST_WIDEST_INT)edge->count);
-       if (edge->frequency)
- 	fprintf (f, "(%.2f per call) ",
diff --git a/devel/arm-none-eabi-gcc492/files/patch-gcc_config.host b/devel/arm-none-eabi-gcc492/files/patch-gcc_config.host
deleted file mode 100644
index de5e607f0450..000000000000
--- a/devel/arm-none-eabi-gcc492/files/patch-gcc_config.host
+++ /dev/null
@@ -1,11 +0,0 @@
---- gcc/config.host.orig	2014-01-02 22:23:26 UTC
-+++ gcc/config.host
-@@ -99,7 +99,7 @@ case ${host} in
- esac
- 
- case ${host} in
--  arm*-*-linux*)
-+  arm*-*-*)
-     case ${target} in
-       arm*-*-*)
- 	host_extra_gcc_objs="driver-arm.o"
diff --git a/devel/arm-none-eabi-gcc492/files/patch-gcc_config_elfos.h b/devel/arm-none-eabi-gcc492/files/patch-gcc_config_elfos.h
deleted file mode 100644
index 2557f40163ca..000000000000
--- a/devel/arm-none-eabi-gcc492/files/patch-gcc_config_elfos.h
+++ /dev/null
@@ -1,20 +0,0 @@
---- gcc/config/elfos.h.orig	2014-04-07 13:27:39 UTC
-+++ gcc/config/elfos.h
-@@ -99,7 +99,7 @@ see the files COPYING3 and COPYING.RUNTI
- 
- #undef  ASM_OUTPUT_SKIP
- #define ASM_OUTPUT_SKIP(FILE, SIZE) \
--   fprintf ((FILE), "%s"HOST_WIDE_INT_PRINT_UNSIGNED"\n",\
-+   fprintf ((FILE), "%s" HOST_WIDE_INT_PRINT_UNSIGNED "\n",\
- 	    SKIP_ASM_OP, (SIZE))
- 
- /* This is how to store into the string LABEL
-@@ -167,7 +167,7 @@ see the files COPYING3 and COPYING.RUNTI
-     {									\
-       fprintf ((FILE), "%s", COMMON_ASM_OP);				\
-       assemble_name ((FILE), (NAME));					\
--      fprintf ((FILE), ","HOST_WIDE_INT_PRINT_UNSIGNED",%u\n",		\
-+      fprintf ((FILE), "," HOST_WIDE_INT_PRINT_UNSIGNED ",%u\n",	\
- 	       (SIZE), (ALIGN) / BITS_PER_UNIT);			\
-     }									\
-   while (0)
diff --git a/devel/arm-none-eabi-gcc492/files/patch-gcc_cppbuiltin.c b/devel/arm-none-eabi-gcc492/files/patch-gcc_cppbuiltin.c
deleted file mode 100644
index 67fd0dc84728..000000000000
--- a/devel/arm-none-eabi-gcc492/files/patch-gcc_cppbuiltin.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- gcc/cppbuiltin.c.orig	2014-01-24 23:13:49 UTC
-+++ gcc/cppbuiltin.c
-@@ -129,7 +129,7 @@ static void
- define_builtin_macros_for_type_sizes (cpp_reader *pfile)
- {
- #define define_type_sizeof(NAME, TYPE)                             \
--    cpp_define_formatted (pfile, NAME"="HOST_WIDE_INT_PRINT_DEC,   \
-+    cpp_define_formatted (pfile, NAME "=" HOST_WIDE_INT_PRINT_DEC, \
-                           tree_to_uhwi (TYPE_SIZE_UNIT (TYPE)))
- 
-   define_type_sizeof ("__SIZEOF_INT__", integer_type_node);
diff --git a/devel/arm-none-eabi-gcc492/files/patch-gcc_defaults.h b/devel/arm-none-eabi-gcc492/files/patch-gcc_defaults.h
deleted file mode 100644
index b9b2e866436e..000000000000
--- a/devel/arm-none-eabi-gcc492/files/patch-gcc_defaults.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- gcc/defaults.h.orig	2014-01-02 22:23:26 UTC
-+++ gcc/defaults.h
-@@ -123,7 +123,7 @@ see the files COPYING3 and COPYING.RUNTI
-     {									\
-       fprintf ((FILE), "\t%s\t", TLS_COMMON_ASM_OP);			\
-       assemble_name ((FILE), (NAME));					\
--      fprintf ((FILE), ","HOST_WIDE_INT_PRINT_UNSIGNED",%u\n",		\
-+      fprintf ((FILE), "," HOST_WIDE_INT_PRINT_UNSIGNED ",%u\n",	\
- 	       (SIZE), DECL_ALIGN (DECL) / BITS_PER_UNIT);		\
-     }									\
-   while (0)
diff --git a/devel/arm-none-eabi-gcc492/files/patch-gcc_dwarf2cfi.c b/devel/arm-none-eabi-gcc492/files/patch-gcc_dwarf2cfi.c
deleted file mode 100644
index 82e2714c629f..000000000000
--- a/devel/arm-none-eabi-gcc492/files/patch-gcc_dwarf2cfi.c
+++ /dev/null
@@ -1,45 +0,0 @@
---- gcc/dwarf2cfi.c.orig	2014-01-02 22:23:26 UTC
-+++ gcc/dwarf2cfi.c
-@@ -3176,7 +3176,7 @@ output_cfi_directive (FILE *f, dw_cfi_re
-     case DW_CFA_offset_extended:
-     case DW_CFA_offset_extended_sf:
-       r = DWARF2_FRAME_REG_OUT (cfi->dw_cfi_oprnd1.dw_cfi_reg_num, 1);
--      fprintf (f, "\t.cfi_offset %lu, "HOST_WIDE_INT_PRINT_DEC"\n",
-+      fprintf (f, "\t.cfi_offset %lu, " HOST_WIDE_INT_PRINT_DEC "\n",
- 	       r, cfi->dw_cfi_oprnd2.dw_cfi_offset);
-       break;
- 
-@@ -3199,7 +3199,7 @@ output_cfi_directive (FILE *f, dw_cfi_re
-     case DW_CFA_def_cfa:
-     case DW_CFA_def_cfa_sf:
-       r = DWARF2_FRAME_REG_OUT (cfi->dw_cfi_oprnd1.dw_cfi_reg_num, 1);
--      fprintf (f, "\t.cfi_def_cfa %lu, "HOST_WIDE_INT_PRINT_DEC"\n",
-+      fprintf (f, "\t.cfi_def_cfa %lu, " HOST_WIDE_INT_PRINT_DEC "\n",
- 	       r, cfi->dw_cfi_oprnd2.dw_cfi_offset);
-       break;
- 
-@@ -3217,7 +3217,7 @@ output_cfi_directive (FILE *f, dw_cfi_re
-     case DW_CFA_def_cfa_offset:
-     case DW_CFA_def_cfa_offset_sf:
-       fprintf (f, "\t.cfi_def_cfa_offset "
--	       HOST_WIDE_INT_PRINT_DEC"\n",
-+	       HOST_WIDE_INT_PRINT_DEC "\n",
- 	       cfi->dw_cfi_oprnd1.dw_cfi_offset);
-       break;
- 
-@@ -3234,13 +3234,13 @@ output_cfi_directive (FILE *f, dw_cfi_re
- 	  fprintf (f, "\t.cfi_escape %#x,", DW_CFA_GNU_args_size);
- 	  dw2_asm_output_data_uleb128_raw (cfi->dw_cfi_oprnd1.dw_cfi_offset);
- 	  if (flag_debug_asm)
--	    fprintf (f, "\t%s args_size "HOST_WIDE_INT_PRINT_DEC,
-+	    fprintf (f, "\t%s args_size " HOST_WIDE_INT_PRINT_DEC,
- 		     ASM_COMMENT_START, cfi->dw_cfi_oprnd1.dw_cfi_offset);
- 	  fputc ('\n', f);
- 	}
-       else
- 	{
--	  fprintf (f, "\t.cfi_GNU_args_size "HOST_WIDE_INT_PRINT_DEC "\n",
-+	  fprintf (f, "\t.cfi_GNU_args_size " HOST_WIDE_INT_PRINT_DEC "\n",
- 		   cfi->dw_cfi_oprnd1.dw_cfi_offset);
- 	}
-       break;
diff --git a/devel/arm-none-eabi-gcc492/files/patch-gcc_dwarf2out.c b/devel/arm-none-eabi-gcc492/files/patch-gcc_dwarf2out.c
deleted file mode 100644
index a220de0b1ce9..000000000000
--- a/devel/arm-none-eabi-gcc492/files/patch-gcc_dwarf2out.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- gcc/dwarf2out.c.orig	2014-10-01 20:57:44 UTC
-+++ gcc/dwarf2out.c
-@@ -5324,8 +5324,8 @@ print_die (dw_die_ref die, FILE *outfile
- 	  fprintf (outfile, HOST_WIDE_INT_PRINT_UNSIGNED, AT_unsigned (a));
- 	  break;
- 	case dw_val_class_const_double:
--	  fprintf (outfile, "constant ("HOST_WIDE_INT_PRINT_DEC","\
--			    HOST_WIDE_INT_PRINT_UNSIGNED")",
-+	  fprintf (outfile, "constant (" HOST_WIDE_INT_PRINT_DEC ","\
-+			    HOST_WIDE_INT_PRINT_UNSIGNED ")",
- 		   a->dw_attr_val.v.val_double.high,
- 		   a->dw_attr_val.v.val_double.low);
- 	  break;
diff --git a/devel/arm-none-eabi-gcc492/files/patch-gcc_gcc.c b/devel/arm-none-eabi-gcc492/files/patch-gcc_gcc.c
deleted file mode 100644
index 73dc17568d7e..000000000000
--- a/devel/arm-none-eabi-gcc492/files/patch-gcc_gcc.c
+++ /dev/null
@@ -1,17 +0,0 @@
---- gcc/gcc.c.orig	2014-10-22 21:42:48 UTC
-+++ gcc/gcc.c
-@@ -710,12 +710,12 @@ proper position among the other output f
- #define PLUGIN_COND_CLOSE ""
- #endif
- #define LINK_PLUGIN_SPEC \
--    "%{"PLUGIN_COND": \
-+    "%{" PLUGIN_COND ": \
-     -plugin %(linker_plugin_file) \
-     -plugin-opt=%(lto_wrapper) \
-     -plugin-opt=-fresolution=%u.res \
-     %{!nostdlib:%{!nodefaultlibs:%:pass-through-libs(%(link_gcc_c_sequence))}} \
--    }"PLUGIN_COND_CLOSE
-+    }" PLUGIN_COND_CLOSE
- #else
- /* The linker used doesn't support -plugin, reject -fuse-linker-plugin.  */
- #define LINK_PLUGIN_SPEC "%{fuse-linker-plugin:\
diff --git a/devel/arm-none-eabi-gcc492/files/patch-gcc_ipa-devirt.c b/devel/arm-none-eabi-gcc492/files/patch-gcc_ipa-devirt.c
deleted file mode 100644
index db50faae744c..000000000000
--- a/devel/arm-none-eabi-gcc492/files/patch-gcc_ipa-devirt.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- gcc/ipa-devirt.c.orig	2014-10-05 02:50:01 UTC
-+++ gcc/ipa-devirt.c
-@@ -1634,7 +1634,7 @@ dump_possible_polymorphic_call_targets (
-     {
-       fprintf (f, "    Contained in type:");
-       print_generic_expr (f, ctx.outer_type, TDF_SLIM);
--      fprintf (f, " at offset "HOST_WIDE_INT_PRINT_DEC"\n",
-+      fprintf (f, " at offset " HOST_WIDE_INT_PRINT_DEC "\n",
- 	       ctx.offset);
-     }
- 
diff --git a/devel/arm-none-eabi-gcc492/files/patch-gcc_ipa-inline.c b/devel/arm-none-eabi-gcc492/files/patch-gcc_ipa-inline.c
deleted file mode 100644
index 52afb72e5704..000000000000
--- a/devel/arm-none-eabi-gcc492/files/patch-gcc_ipa-inline.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- gcc/ipa-inline.c.orig	2014-05-21 05:40:09 UTC
-+++ gcc/ipa-inline.c
-@@ -1727,7 +1727,7 @@ inline_small_functions (void)
- 		   badness,
- 		   edge->frequency / (double)CGRAPH_FREQ_BASE);
- 	  if (edge->count)
--	    fprintf (dump_file," Called "HOST_WIDEST_INT_PRINT_DEC"x\n",
-+	    fprintf (dump_file," Called " HOST_WIDEST_INT_PRINT_DEC "x\n",
- 		     edge->count);
- 	  if (dump_flags & TDF_DETAILS)
- 	    edge_badness (edge, true);
diff --git a/devel/arm-none-eabi-gcc492/files/patch-gcc_ipa-profile.c b/devel/arm-none-eabi-gcc492/files/patch-gcc_ipa-profile.c
deleted file mode 100644
index 16b85fb1dc3c..000000000000
--- a/devel/arm-none-eabi-gcc492/files/patch-gcc_ipa-profile.c
+++ /dev/null
@@ -1,38 +0,0 @@
---- gcc/ipa-profile.c.orig	2014-01-02 22:23:26 UTC
-+++ gcc/ipa-profile.c
-@@ -163,7 +163,7 @@ dump_histogram (FILE *file, vec<histogra
-     {
-       cumulated_time += histogram[i]->count * histogram[i]->time;
-       cumulated_size += histogram[i]->size;
--      fprintf (file, "  "HOST_WIDEST_INT_PRINT_DEC": time:%i (%2.2f) size:%i (%2.2f)\n",
-+      fprintf (file, "  " HOST_WIDEST_INT_PRINT_DEC ": time:%i (%2.2f) size:%i (%2.2f)\n",
- 	       (HOST_WIDEST_INT) histogram[i]->count,
- 	       histogram[i]->time,
- 	       cumulated_time * 100.0 / overall_time,
-@@ -516,7 +516,7 @@ ipa_profile (void)
- 	{
- 	  gcov_type min, cumulated_time = 0, cumulated_size = 0;
- 
--	  fprintf (dump_file, "Overall time: "HOST_WIDEST_INT_PRINT_DEC"\n", 
-+	  fprintf (dump_file, "Overall time: " HOST_WIDEST_INT_PRINT_DEC "\n", 
- 		   (HOST_WIDEST_INT)overall_time);
- 	  min = get_hot_bb_threshold ();
-           for (i = 0; i < (int)histogram.length () && histogram[i]->count >= min;
-@@ -525,7 +525,7 @@ ipa_profile (void)
- 	      cumulated_time += histogram[i]->count * histogram[i]->time;
- 	      cumulated_size += histogram[i]->size;
- 	    }
--	  fprintf (dump_file, "GCOV min count: "HOST_WIDEST_INT_PRINT_DEC
-+	  fprintf (dump_file, "GCOV min count: " HOST_WIDEST_INT_PRINT_DEC
- 		   " Time:%3.2f%% Size:%3.2f%%\n", 
- 		   (HOST_WIDEST_INT)min,
- 		   cumulated_time * 100.0 / overall_time,
-@@ -551,7 +551,7 @@ ipa_profile (void)
- 	      cumulated_time += histogram[i]->count * histogram[i]->time;
- 	      cumulated_size += histogram[i]->size;
- 	    }
--	  fprintf (dump_file, "Determined min count: "HOST_WIDEST_INT_PRINT_DEC
-+	  fprintf (dump_file, "Determined min count: " HOST_WIDEST_INT_PRINT_DEC
- 		   " Time:%3.2f%% Size:%3.2f%%\n", 
- 		   (HOST_WIDEST_INT)threshold,
- 		   cumulated_time * 100.0 / overall_time,
diff --git a/devel/arm-none-eabi-gcc492/files/patch-gcc_ipa-prop.c b/devel/arm-none-eabi-gcc492/files/patch-gcc_ipa-prop.c
deleted file mode 100644
index dfdf7dc66d9f..000000000000
--- a/devel/arm-none-eabi-gcc492/files/patch-gcc_ipa-prop.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- gcc/ipa-prop.c.orig	2018-07-13 20:22:39 UTC
-+++ gcc/ipa-prop.c
-@@ -244,7 +244,7 @@ ipa_print_node_jump_functions_for_edge (
- 	{
- 	  fprintf (f, "KNOWN TYPE: base  ");
- 	  print_generic_expr (f, jump_func->value.known_type.base_type, 0);
--	  fprintf (f, ", offset "HOST_WIDE_INT_PRINT_DEC", component ",
-+	  fprintf (f, ", offset " HOST_WIDE_INT_PRINT_DEC ", component ",
- 		   jump_func->value.known_type.offset);
- 	  print_generic_expr (f, jump_func->value.known_type.component_type, 0);
- 	  fprintf (f, "\n");
-@@ -284,7 +284,7 @@ ipa_print_node_jump_functions_for_edge (
-       else if (type == IPA_JF_ANCESTOR)
- 	{
- 	  fprintf (f, "ANCESTOR: ");
--	  fprintf (f, "%d, offset "HOST_WIDE_INT_PRINT_DEC", ",
-+	  fprintf (f, "%d, offset " HOST_WIDE_INT_PRINT_DEC ", ",
- 		   jump_func->value.ancestor.formal_id,
- 		   jump_func->value.ancestor.offset);
- 	  print_generic_expr (f, jump_func->value.ancestor.type, 0);
diff --git a/devel/arm-none-eabi-gcc492/files/patch-gcc_loop-iv.c b/devel/arm-none-eabi-gcc492/files/patch-gcc_loop-iv.c
deleted file mode 100644
index d88bb3d9c707..000000000000
--- a/devel/arm-none-eabi-gcc492/files/patch-gcc_loop-iv.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- gcc/loop-iv.c.orig	2014-01-17 10:47:59 UTC
-+++ gcc/loop-iv.c
-@@ -2297,7 +2297,7 @@ determine_max_iter (struct loop *loop, s
-   if (andmax)
-     nmax = MIN (nmax, andmax);
-   if (dump_file)
--    fprintf (dump_file, ";; Determined upper bound "HOST_WIDEST_INT_PRINT_DEC".\n",
-+    fprintf (dump_file, ";; Determined upper bound " HOST_WIDEST_INT_PRINT_DEC ".\n",
- 	     nmax);
-   return nmax;
- }
diff --git a/devel/arm-none-eabi-gcc492/files/patch-gcc_profile.c b/devel/arm-none-eabi-gcc492/files/patch-gcc_profile.c
deleted file mode 100644
index bc33b7b4e75c..000000000000
--- a/devel/arm-none-eabi-gcc492/files/patch-gcc_profile.c
+++ /dev/null
@@ -1,29 +0,0 @@
---- gcc/profile.c.orig	2014-02-01 08:40:31 UTC
-+++ gcc/profile.c
-@@ -318,7 +318,7 @@ is_edge_inconsistent (vec<edge, va_gc> *
- 	      if (dump_file)
- 		{
- 		  fprintf (dump_file,
--		  	   "Edge %i->%i is inconsistent, count"HOST_WIDEST_INT_PRINT_DEC,
-+		  	   "Edge %i->%i is inconsistent, count" HOST_WIDEST_INT_PRINT_DEC,
- 			   e->src->index, e->dest->index, e->count);
- 		  dump_bb (dump_file, e->src, 0, TDF_DETAILS);
- 		  dump_bb (dump_file, e->dest, 0, TDF_DETAILS);
-@@ -379,7 +379,7 @@ is_inconsistent (void)
- 	  if (dump_file)
- 	    {
- 	      fprintf (dump_file, "BB %i count does not match sum of incoming edges "
--		       HOST_WIDEST_INT_PRINT_DEC" should be " HOST_WIDEST_INT_PRINT_DEC,
-+		       HOST_WIDEST_INT_PRINT_DEC " should be " HOST_WIDEST_INT_PRINT_DEC,
- 		       bb->index,
- 		       bb->count,
- 		       sum_edge_counts (bb->preds));
-@@ -394,7 +394,7 @@ is_inconsistent (void)
- 	  if (dump_file)
- 	    {
- 	      fprintf (dump_file, "BB %i count does not match sum of outgoing edges "
--		       HOST_WIDEST_INT_PRINT_DEC" should be " HOST_WIDEST_INT_PRINT_DEC,
-+		       HOST_WIDEST_INT_PRINT_DEC " should be " HOST_WIDEST_INT_PRINT_DEC,
- 		       bb->index,
- 		       bb->count,
- 		       sum_edge_counts (bb->succs));
diff --git a/devel/arm-none-eabi-gcc492/files/patch-gcc_stor-layout.c b/devel/arm-none-eabi-gcc492/files/patch-gcc_stor-layout.c
deleted file mode 100644
index e0e328e1d1ba..000000000000
--- a/devel/arm-none-eabi-gcc492/files/patch-gcc_stor-layout.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- gcc/stor-layout.c.orig	2014-10-15 10:27:26 UTC
-+++ gcc/stor-layout.c
-@@ -236,7 +236,7 @@ self_referential_size (tree size)
-   fntype = build_function_type (return_type, param_type_list);
- 
-   /* Build the function declaration.  */
--  sprintf (buf, "SZ"HOST_WIDE_INT_PRINT_UNSIGNED, fnno++);
-+  sprintf (buf, "SZ" HOST_WIDE_INT_PRINT_UNSIGNED, fnno++);
-   fnname = get_file_function_name (buf);
-   fndecl = build_decl (input_location, FUNCTION_DECL, fnname, fntype);
-   for (t = param_decl_list; t; t = DECL_CHAIN (t))
diff --git a/devel/arm-none-eabi-gcc492/files/patch-gcc_system.h b/devel/arm-none-eabi-gcc492/files/patch-gcc_system.h
deleted file mode 100644
index 05f61aaab868..000000000000
--- a/devel/arm-none-eabi-gcc492/files/patch-gcc_system.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- gcc/system.h.orig	2014-01-02 22:23:26 UTC
-+++ gcc/system.h
-@@ -203,6 +203,7 @@ extern int errno;
- 
- #ifdef __cplusplus
- # include <cstring>
-+# include <new>
- #endif
- 
- /* Some of glibc's string inlines cause warnings.  Plus we'd rather
diff --git a/devel/arm-none-eabi-gcc492/files/patch-gcc_toplev.c b/devel/arm-none-eabi-gcc492/files/patch-gcc_toplev.c
deleted file mode 100644
index b040443b90a0..000000000000
--- a/devel/arm-none-eabi-gcc492/files/patch-gcc_toplev.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- gcc/toplev.c.orig	2018-07-13 22:48:32 UTC
-+++ gcc/toplev.c
-@@ -1041,7 +1041,7 @@ output_stack_usage (void)
- 	}
- 
-       fprintf (stack_usage_file,
--	       "%s:%d:%d:%s\t"HOST_WIDE_INT_PRINT_DEC"\t%s\n",
-+	       "%s:%d:%d:%s\t" HOST_WIDE_INT_PRINT_DEC "\t%s\n",
- 	       lbasename (loc.file),
- 	       loc.line,
- 	       loc.column,
diff --git a/devel/arm-none-eabi-gcc492/files/patch-gcc_tree-ssa-reassoc.c b/devel/arm-none-eabi-gcc492/files/patch-gcc_tree-ssa-reassoc.c
deleted file mode 100644
index 0fa7e6ad2fa5..000000000000
--- a/devel/arm-none-eabi-gcc492/files/patch-gcc_tree-ssa-reassoc.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- gcc/tree-ssa-reassoc.c.orig	2018-07-13 23:29:13 UTC
-+++ gcc/tree-ssa-reassoc.c
-@@ -4208,7 +4208,7 @@ attempt_builtin_powi (gimple stmt, vec<o
- 		      if (elt < vec_len - 1)
- 			fputs (" * ", dump_file);
- 		    }
--		  fprintf (dump_file, ")^"HOST_WIDE_INT_PRINT_DEC"\n",
-+		  fprintf (dump_file, ")^" HOST_WIDE_INT_PRINT_DEC "\n",
- 			   power);
- 		}
- 	    }
-@@ -4242,7 +4242,7 @@ attempt_builtin_powi (gimple stmt, vec<o
- 		  if (elt < vec_len - 1)
- 		    fputs (" * ", dump_file);
- 		}
--	      fprintf (dump_file, ")^"HOST_WIDE_INT_PRINT_DEC"\n", power);
-+	      fprintf (dump_file, ")^" HOST_WIDE_INT_PRINT_DEC "\n", power);
- 	    }
- 
- 	  reassociate_stats.pows_created++;
diff --git a/devel/arm-none-eabi-gcc492/files/patch-gcc_value-prof.c b/devel/arm-none-eabi-gcc492/files/patch-gcc_value-prof.c
deleted file mode 100644
index fc8a1ee6e82b..000000000000
--- a/devel/arm-none-eabi-gcc492/files/patch-gcc_value-prof.c
+++ /dev/null
@@ -1,105 +0,0 @@
---- gcc/value-prof.c.orig	2014-01-02 22:23:26 UTC
-+++ gcc/value-prof.c
-@@ -266,10 +266,10 @@ dump_histogram_value (FILE *dump_file, h
- 	   unsigned int i;
- 	   fprintf (dump_file, " [");
-            for (i = 0; i < hist->hdata.intvl.steps; i++)
--	     fprintf (dump_file, " %d:"HOST_WIDEST_INT_PRINT_DEC,
-+	     fprintf (dump_file, " %d:" HOST_WIDEST_INT_PRINT_DEC,
- 		      hist->hdata.intvl.int_start + i,
- 		      (HOST_WIDEST_INT) hist->hvalue.counters[i]);
--	   fprintf (dump_file, " ] outside range:"HOST_WIDEST_INT_PRINT_DEC,
-+	   fprintf (dump_file, " ] outside range:" HOST_WIDEST_INT_PRINT_DEC,
- 		    (HOST_WIDEST_INT) hist->hvalue.counters[i]);
- 	}
-       fprintf (dump_file, ".\n");
-@@ -279,8 +279,8 @@ dump_histogram_value (FILE *dump_file, h
-       fprintf (dump_file, "Pow2 counter ");
-       if (hist->hvalue.counters)
- 	{
--	   fprintf (dump_file, "pow2:"HOST_WIDEST_INT_PRINT_DEC
--		    " nonpow2:"HOST_WIDEST_INT_PRINT_DEC,
-+	   fprintf (dump_file, "pow2:" HOST_WIDEST_INT_PRINT_DEC
-+		    " nonpow2:" HOST_WIDEST_INT_PRINT_DEC,
- 		    (HOST_WIDEST_INT) hist->hvalue.counters[0],
- 		    (HOST_WIDEST_INT) hist->hvalue.counters[1]);
- 	}
-@@ -291,9 +291,9 @@ dump_histogram_value (FILE *dump_file, h
-       fprintf (dump_file, "Single value ");
-       if (hist->hvalue.counters)
- 	{
--	   fprintf (dump_file, "value:"HOST_WIDEST_INT_PRINT_DEC
--		    " match:"HOST_WIDEST_INT_PRINT_DEC
--		    " wrong:"HOST_WIDEST_INT_PRINT_DEC,
-+	   fprintf (dump_file, "value:" HOST_WIDEST_INT_PRINT_DEC
-+		    " match:" HOST_WIDEST_INT_PRINT_DEC
-+		    " wrong:" HOST_WIDEST_INT_PRINT_DEC,
- 		    (HOST_WIDEST_INT) hist->hvalue.counters[0],
- 		    (HOST_WIDEST_INT) hist->hvalue.counters[1],
- 		    (HOST_WIDEST_INT) hist->hvalue.counters[2]);
-@@ -305,8 +305,8 @@ dump_histogram_value (FILE *dump_file, h
-       fprintf (dump_file, "Average value ");
-       if (hist->hvalue.counters)
- 	{
--	   fprintf (dump_file, "sum:"HOST_WIDEST_INT_PRINT_DEC
--		    " times:"HOST_WIDEST_INT_PRINT_DEC,
-+	   fprintf (dump_file, "sum:" HOST_WIDEST_INT_PRINT_DEC
-+		    " times:" HOST_WIDEST_INT_PRINT_DEC,
- 		    (HOST_WIDEST_INT) hist->hvalue.counters[0],
- 		    (HOST_WIDEST_INT) hist->hvalue.counters[1]);
- 	}
-@@ -317,7 +317,7 @@ dump_histogram_value (FILE *dump_file, h
-       fprintf (dump_file, "IOR value ");
-       if (hist->hvalue.counters)
- 	{
--	   fprintf (dump_file, "ior:"HOST_WIDEST_INT_PRINT_DEC,
-+	   fprintf (dump_file, "ior:" HOST_WIDEST_INT_PRINT_DEC,
- 		    (HOST_WIDEST_INT) hist->hvalue.counters[0]);
- 	}
-       fprintf (dump_file, ".\n");
-@@ -327,9 +327,9 @@ dump_histogram_value (FILE *dump_file, h
-       fprintf (dump_file, "Constant delta ");
-       if (hist->hvalue.counters)
- 	{
--	   fprintf (dump_file, "value:"HOST_WIDEST_INT_PRINT_DEC
--		    " match:"HOST_WIDEST_INT_PRINT_DEC
--		    " wrong:"HOST_WIDEST_INT_PRINT_DEC,
-+	   fprintf (dump_file, "value:" HOST_WIDEST_INT_PRINT_DEC
-+		    " match:" HOST_WIDEST_INT_PRINT_DEC
-+		    " wrong:" HOST_WIDEST_INT_PRINT_DEC,
- 		    (HOST_WIDEST_INT) hist->hvalue.counters[0],
- 		    (HOST_WIDEST_INT) hist->hvalue.counters[1],
- 		    (HOST_WIDEST_INT) hist->hvalue.counters[2]);
-@@ -340,9 +340,9 @@ dump_histogram_value (FILE *dump_file, h
-       fprintf (dump_file, "Indirect call ");
-       if (hist->hvalue.counters)
- 	{
--	   fprintf (dump_file, "value:"HOST_WIDEST_INT_PRINT_DEC
--		    " match:"HOST_WIDEST_INT_PRINT_DEC
--		    " all:"HOST_WIDEST_INT_PRINT_DEC,
-+	   fprintf (dump_file, "value:" HOST_WIDEST_INT_PRINT_DEC
-+		    " match:" HOST_WIDEST_INT_PRINT_DEC
-+		    " all:" HOST_WIDEST_INT_PRINT_DEC,
- 		    (HOST_WIDEST_INT) hist->hvalue.counters[0],
- 		    (HOST_WIDEST_INT) hist->hvalue.counters[1],
- 		    (HOST_WIDEST_INT) hist->hvalue.counters[2]);
-@@ -353,7 +353,7 @@ dump_histogram_value (FILE *dump_file, h
-       fprintf (dump_file, "Time profile ");
-       if (hist->hvalue.counters)
-       {
--        fprintf (dump_file, "time:"HOST_WIDEST_INT_PRINT_DEC,
-+        fprintf (dump_file, "time:" HOST_WIDEST_INT_PRINT_DEC,
-                  (HOST_WIDEST_INT) hist->hvalue.counters[0]);
-       }
-       fprintf (dump_file, ".\n");
-@@ -1533,8 +1533,8 @@ gimple_ic_transform (gimple_stmt_iterato
-       print_generic_expr (dump_file, direct_call->decl, TDF_SLIM);
-       fprintf (dump_file, " transformation on insn postponned to ipa-profile");
-       print_gimple_stmt (dump_file, stmt, 0, TDF_SLIM);
--      fprintf (dump_file, "hist->count "HOST_WIDEST_INT_PRINT_DEC
--	       " hist->all "HOST_WIDEST_INT_PRINT_DEC"\n", count, all);
-+      fprintf (dump_file, "hist->count " HOST_WIDEST_INT_PRINT_DEC
-+	       " hist->all " HOST_WIDEST_INT_PRINT_DEC "\n", count, all);
-     }
- 
-   return true;
diff --git a/devel/arm-none-eabi-gcc492/files/patch-libcpp_lex.c b/devel/arm-none-eabi-gcc492/files/patch-libcpp_lex.c
deleted file mode 100644
index 05ad28872d11..000000000000
--- a/devel/arm-none-eabi-gcc492/files/patch-libcpp_lex.c
+++ /dev/null
@@ -1,25 +0,0 @@
-This is
-
-  commit cd547f0ddcd3a54e5b73bcda5ac0f0c46808db8b
-  Author: Jakub Jelinek <jakub@redhat.com>
-  Date:   Sat Sep 26 10:07:41 2020 +0200
-
-which is on the GCC 10 release branch and thus part of lang/gcc10-devel;
-we should automatically get it with GCC 10.3.
-
---- libcpp/lex.c.orig	2020-11-02 10:24:50 UTC
-+++ libcpp/lex.c
-@@ -531,11 +531,11 @@ init_vectorized_lexer (void)
-   search_line_fast = impl;
- }
- 
--#elif defined(_ARCH_PWR8) && defined(__ALTIVEC__)
-+#elif (GCC_VERSION >= 4005) && defined(_ARCH_PWR8) && defined(__ALTIVEC__)
- 
- /* A vection of the fast scanner using AltiVec vectorized byte compares
-    and VSX unaligned loads (when VSX is available).  This is otherwise
--   the same as the pre-GCC 5 version.  */
-+   the same as the AltiVec version.  */
- 
- ATTRIBUTE_NO_SANITIZE_UNDEFINED
- static const uchar *
diff --git a/devel/arm-none-eabi-gcc492/pkg-descr b/devel/arm-none-eabi-gcc492/pkg-descr
deleted file mode 100644
index ae1286dffdad..000000000000
--- a/devel/arm-none-eabi-gcc492/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-GCC, the GNU Compiler Collection configured for bare-metal ARM cross-building.
diff --git a/devel/arm-none-eabi-gcc492/pkg-plist b/devel/arm-none-eabi-gcc492/pkg-plist
deleted file mode 100644
index 7bfd50efa85e..000000000000
--- a/devel/arm-none-eabi-gcc492/pkg-plist
+++ /dev/null
@@ -1,264 +0,0 @@
-bin/%%GCC_TARGET%%-c++
-bin/%%GCC_TARGET%%-cpp
-bin/%%GCC_TARGET%%-g++
-bin/%%GCC_TARGET%%-gcc
-bin/%%GCC_TARGET%%-gcc-4.9.2
-bin/%%GCC_TARGET%%-gcc-ar
-bin/%%GCC_TARGET%%-gcc-nm
-bin/%%GCC_TARGET%%-gcc-ranlib
-bin/%%GCC_TARGET%%-gcov
-lib/gcc/%%GCC_TARGET%%/4.9.2/crtbegin.o
-lib/gcc/%%GCC_TARGET%%/4.9.2/crtend.o
-lib/gcc/%%GCC_TARGET%%/4.9.2/crti.o
-lib/gcc/%%GCC_TARGET%%/4.9.2/crtn.o
-lib/gcc/%%GCC_TARGET%%/4.9.2/include-fixed/README
-lib/gcc/%%GCC_TARGET%%/4.9.2/include-fixed/limits.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/include-fixed/syslimits.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/include/arm_acle.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/include/arm_neon.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/include/float.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/include/iso646.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/include/mmintrin.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/include/stdalign.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/include/stdarg.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/include/stdatomic.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/include/stdbool.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/include/stddef.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/include/stdfix.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/include/stdint-gcc.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/include/stdint.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/include/stdnoreturn.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/include/tgmath.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/include/unwind-arm-common.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/include/unwind.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/include/varargs.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/install-tools/fixinc_list
-lib/gcc/%%GCC_TARGET%%/4.9.2/install-tools/gsyslimits.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/install-tools/include/README
-lib/gcc/%%GCC_TARGET%%/4.9.2/install-tools/include/limits.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/install-tools/macro_list
-lib/gcc/%%GCC_TARGET%%/4.9.2/install-tools/mkheaders.conf
-lib/gcc/%%GCC_TARGET%%/4.9.2/libgcc.a
-lib/gcc/%%GCC_TARGET%%/4.9.2/libgcov.a
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/gtype.state
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/ada/gcc-interface/ada-tree.def
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/alias.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/all-tree.def
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/alloc-pool.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/ansidecl.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/attribs.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/auto-host.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/b-header-vars
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/basic-block.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/bitmap.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/builtins.def
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/bversion.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/c-family/c-common.def
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/c-family/c-common.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/c-family/c-objc.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/c-family/c-pragma.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/c-family/c-pretty-print.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/c-tree.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/calls.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/cfg-flags.def
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/cfgexpand.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/cfghooks.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/cfgloop.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/cgraph.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/cif-code.def
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/cilk-builtins.def
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/cilkplus.def
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/config.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/config/arm/aarch-common-protos.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/config/arm/aout.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/config/arm/arm-cores.def
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/config/arm/arm-opts.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/config/arm/arm-protos.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/config/arm/arm.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/config/arm/bpabi.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/config/arm/elf.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/config/arm/unknown-elf.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/config/dbxelf.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/config/elfos.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/config/initfini-array.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/config/newlib-stdint.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/config/vxworks-dummy.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/configargs.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/context.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/coretypes.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/cp/cp-tree.def
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/cp/cp-tree.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/cp/cxx-pretty-print.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/cp/name-lookup.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/cp/type-utils.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/cppdefault.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/cpplib.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/debug.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/defaults.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/df.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/diagnostic-color.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/diagnostic-core.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/diagnostic.def
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/diagnostic.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/double-int.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/dumpfile.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/emit-rtl.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/except.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/filenames.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/fixed-value.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/flag-types.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/flags.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/fold-const.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/function.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/gcc-plugin.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/gcc-symtab.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/genrtl.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/ggc.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/gimple-builder.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/gimple-expr.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/gimple-fold.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/gimple-iterator.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/gimple-low.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/gimple-pretty-print.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/gimple-ssa.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/gimple-walk.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/gimple.def
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/gimple.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/gimplify-me.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/gimplify.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/gsstruct.def
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/gtm-builtins.def
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/gtype-desc.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/hard-reg-set.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/hash-table.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/hashtab.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/highlev-plugin-common.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/hwint.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/incpath.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/input.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/insn-codes.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/insn-constants.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/insn-flags.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/insn-modes.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/insn-notes.def
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/internal-fn.def
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/internal-fn.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/intl.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/ipa-prop.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/ipa-ref-inline.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/ipa-ref.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/ipa-reference.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/ipa-utils.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/is-a.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/java/java-tree.def
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/langhooks.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/libiberty.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/line-map.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/machmode.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/md5.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/mode-classes.def
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/objc/objc-tree.def
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/obstack.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/omp-builtins.def
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/options.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/opts.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/output.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/params.def
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/params.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/pass-instances.def
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/pass_manager.h
-lib/gcc/%%GCC_TARGET%%/4.9.2/plugin/include/plugin-api.h
*** 94 LINES SKIPPED ***



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305312057.34VKvTqh069408>