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.
7 lines
105 B
Makefile
7 lines
105 B
Makefile
# $FreeBSD$
|
|
|
|
GCC_BRANCH= 4.7
|
|
GCC_POINT= 3
|
|
GCC_VERSION= ${GCC_BRANCH}.${GCC_POINT}
|
|
SNAPSHOT= 20130411
|