crossgcc: Preparations for building Ada frontend
commit135ca51314a437cbb50bafb8ed24b48b2d7c5127
authorNico Huber <nico.huber@secunet.com>
Tue, 8 Sep 2015 10:38:57 +0000 (8 12:38 +0200)
committerNico Huber <nico.h@gmx.de>
Thu, 10 Sep 2015 09:17:08 +0000 (10 09:17 +0000)
tree7121688f6a41ad03ec69cdd5cc4b4f30797db2dc
parentbb313bf2219da1c483b2205f301b95db06eac760
crossgcc: Preparations for building Ada frontend

As with most other languages, a pre-installed Ada toolchain is needed
to build gcc's Ada frontend. To support building with older host tool-
chains, the patch `gcc-5.2.0_gnat.patch` disables warnings for unknown
pragmas. Building has been tested with host gcc-4.9 and hopefully works
with newer versions, too.

For convenience, the gnattools (e.g. gnatmake etc.) will be build if
'ada' is specified as a target language.

Change-Id: Ia78c29d1aba2943de5238421a324cfff8eb08875
Signed-off-by: Nico Huber <nico.huber@secunet.com>
Reviewed-on: http://review.coreboot.org/11590
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
util/crossgcc/buildgcc
util/crossgcc/patches/gcc-5.2.0_gnat.patch [new file with mode: 0644]