I've just updated mtn as below. The bigger change to gpr_query, necessary to support non-host target and RTS, was to remove some more of the customisation round GNATCOLL.
I see I haven't noted that (if you're using GNAT GPL 2016/FSF GCC 6) you *have* to use gpr_query (well, if you have a hosted single-directory development you might get away without!) o ---------------------------------------------------------------------- | Revision: 38ea858fb432647b412977ef3bd4cdadd9cef0bf | Parent: 242525c07826410c1c38641a29aab33b07c8bf76 | Author: [email protected] | Date: 29/06/2016 13:57:21 | Branch: org.emacs.ada-mode.sjw | | Changelog: | | Update documentation. | | * ada-mode.texi (gpr_query): update. | | Changes against parent 242525c07826410c1c38641a29aab33b07c8bf76 | | patched ada-mode.texi o ---------------------------------------------------------------------- | Revision: 242525c07826410c1c38641a29aab33b07c8bf76 | Parent: f23c8c772364557a2222c0ee0db9cf44e60b7970 | Author: [email protected] | Date: 28/06/2016 14:46:07 | Branch: org.emacs.ada-mode.sjw | | Changelog: | | Amend gpr_query for non-host projects. | | * gpr_query.adb (context): remove GNAT.Expect, Makeutl. | (Os_Type, OS, Exe_Ext): removed. | (Load_Project): removed, original call replaced by Tree.Load call | in-line. | * build/gpr_query.gpr (context): removed gnatcoll_iconv, | gnatcoll_readline. | | Changes against parent f23c8c772364557a2222c0ee0db9cf44e60b7970 | | patched build/gpr_query.gpr | patched gpr_query.adb o ---------------------------------------------------------------------- | Revision: f23c8c772364557a2222c0ee0db9cf44e60b7970 | Parent: ab2f266e9dec87faf83b859ae6a03a2c8cbd52f1 | Author: [email protected] | Date: 28/06/2016 14:40:57 | Branch: org.emacs.ada-mode.sjw | | Changelog: | | Fixed up failing tests. | | * test/ada_mode-conditional_expressions.adb (end): actually move | comment to GNAT's expected position when ada-indent-comment-gnat | is t. | * test/ada_mode-expression_functions.ads (Y): new, for F. | (F): make compilable. | | Changes against parent ab2f266e9dec87faf83b859ae6a03a2c8cbd52f1 | | patched test/ada_mode-conditional_expressions.adb | patched test/ada_mode-expression_functions.ads _______________________________________________ Emacs-ada-mode mailing list [email protected] http://host114.hostmonster.com/mailman/listinfo/emacs-ada-mode_stephe-leake.org
