diff options
author | marino <marino@FreeBSD.org> | 2015-03-16 23:11:40 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-03-16 23:11:40 +0800 |
commit | 72516ec1b3fdb7b355240eaaf5df3120344c0a1c (patch) | |
tree | 95ebe1309939f38eabd4f0469b5c79d936ac4932 /lang/gcc-aux | |
parent | 819cdf4d23c2e2f18a203870167117a85395656d (diff) | |
download | freebsd-ports-gnome-72516ec1b3fdb7b355240eaaf5df3120344c0a1c.tar.gz freebsd-ports-gnome-72516ec1b3fdb7b355240eaaf5df3120344c0a1c.tar.zst freebsd-ports-gnome-72516ec1b3fdb7b355240eaaf5df3120344c0a1c.zip |
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.
Diffstat (limited to 'lang/gcc-aux')
-rw-r--r-- | lang/gcc-aux/Makefile.version | 2 |
1 files changed, 1 insertions, 1 deletions
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 |