From 72516ec1b3fdb7b355240eaaf5df3120344c0a1c Mon Sep 17 00:00:00 2001 From: marino Date: Mon, 16 Mar 2015 15:11:40 +0000 Subject: lang/gnat_util, devel/gprbuild: Support gcc5-aux GPRBuild is too highly tethered to the compiler -- in practical terms each version of GPRBuild is meant to be built by a specific GPL GNAT, but we're trying to build it with multiple FSF GNATS that are out of sync. This patch set does allow GPRBuild to build and apparently work with both gcc-aux and gcc5-aux. There is no real change for gcc-aux (OpenVMS is removed from the code but it should be same difference) ang for gcc5-aux, the previous patches aren't needed but new ones are. Thus, EXTRA_PATCHES had to be set for each of the two supported compilers. lang/gnat_utils had to be modified to stop packaging OpenVMS target files as apparently this target has been removed from gcc5-aux. --- lang/gcc-aux/Makefile.version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/gcc-aux') diff --git a/lang/gcc-aux/Makefile.version b/lang/gcc-aux/Makefile.version index 3708bbeadff5..de3ce8ba20cd 100644 --- a/lang/gcc-aux/Makefile.version +++ b/lang/gcc-aux/Makefile.version @@ -5,7 +5,7 @@ GCC_POINT= 2 GCC_VERSION= ${GCC_BRANCH}.${GCC_POINT} SNAPSHOT= 20141023 MAIN_PR= 1 -UTIL_PR= 0 +UTIL_PR= 1 ARMV5_PR= 0 ARMV7_PR= 0 -- cgit