diff --git a/doc/gccgo_install.html b/doc/gccgo_install.html index 3ffd6a64570..a01a5468e18 100644 --- a/doc/gccgo_install.html +++ b/doc/gccgo_install.html @@ -395,3 +395,15 @@ grep '#GO' foo.s | grep -v INVALID | grep -v unknowndefine | grep -v undef > foo This procedure is full of unstated caveats and restrictions and we make no guarantee that it will not change in the future. It is more useful as a starting point for real Go code than as a regular procedure. + +

RTEMS Port

+

+The gccgo compiler has been ported to RTEMS. RTEMS is a real-time executive +that provides a high performance environment for embedded applications +on a range of processors and embedded hardware. The current gccgo +port is for x86. The goal is to extend the port to most of the + +architectures supported by RTEMS. For more information on the port, +as well as instructions on how to install it, please see this +RTEMS Wiki page.