diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2022-12-11 18:13:41 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2022-12-11 18:38:00 +0000 |
commit | d435301318561b2a561bb634fa2d1e9183216e98 (patch) | |
tree | 0496f5eb233e3ff37cafd95b520b9c7c8986686d /lang/Makefile | |
parent | 6723c785931b141a93e35b6136c403cb59434882 (diff) | |
download | ports-d435301318561b2a561bb634fa2d1e9183216e98.tar.gz ports-d435301318561b2a561bb634fa2d1e9183216e98.zip |
lang/gnat12: adding GNAT from Gcc-12
This Ada compiler is built from Gcc-12, with help from Stephane Carrez
(Ada France).
The first time it uses lang/gcc6-aux as a bootstrap, but it can produce
a bootstrap for the next time, either for this version or for the next
ones.
Yet to be done:
- plug it into Mk/Uses/ada.mk
- build more bootstrapping assets
(ATM they exist only for amd64 on FreeBSD 13 and 14)
- add a test target
- try to cross-compile for more platforms?
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 f842ce7afcf2..5c1b5afea914 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -104,6 +104,7 @@ SUBDIR += ghc810 SUBDIR += gjs SUBDIR += gleam + SUBDIR += gnat12 SUBDIR += gnatcross-binutils-aarch64 SUBDIR += gnatcross-sysroot-aarch64 SUBDIR += gnatdroid-binutils |