diff options
author | marino <marino@FreeBSD.org> | 2014-03-10 02:15:13 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-03-10 02:15:13 +0800 |
commit | 5a1d3fed898b2bc761d6cdbecd6813637cce9b0a (patch) | |
tree | 5944563c6714dfe22aef110e4ca05d742c668a06 /lang/Makefile | |
parent | 58869f6e5384305fd76a9f2d306fb4abd14cc65f (diff) | |
download | freebsd-ports-gnome-5a1d3fed898b2bc761d6cdbecd6813637cce9b0a.tar.gz freebsd-ports-gnome-5a1d3fed898b2bc761d6cdbecd6813637cce9b0a.tar.zst freebsd-ports-gnome-5a1d3fed898b2bc761d6cdbecd6813637cce9b0a.zip |
Duplicate port lang/gcc-aux => lang/gcc47-aux
A new version of the Ada compiler is coming imminently. Not all ports
will immediately build with the gcc49-based compiler, so a few ports
will be directed to use the current compiler in this new location instead.
It will require a change in Uses/ada.mk (upcoming).
Some ports will require updates to use upcoming lang/gcc-aux version.
The last set of ports that will be converted is likely the gnatdroid
ports as these will require a lot of time running testsuites, which takes
some time wirelessly on the Android target.
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index 5587a490b2b7..3ba7d8ae1b9d 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -88,6 +88,7 @@ SUBDIR += gcc-ecj45 SUBDIR += gcc46 SUBDIR += gcc47 + SUBDIR += gcc47-aux SUBDIR += gcc48 SUBDIR += gcc49 SUBDIR += gcl |