From: Vinu Rajashekhar Date: Tue, 20 Jul 2010 07:06:20 +0000 (-0700) Subject: gccgo_install.html: Description of the port to RTEMS added. X-Git-Tag: weekly.2010-07-29~70 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=658d5213585d651b01b9b0e41a32b936093493d5;p=gostls13.git gccgo_install.html: Description of the port to RTEMS added. R=iant, r CC=gofrontend-dev, golang-dev, joel.sherrill https://golang.org/cl/1846047 --- diff --git a/doc/gccgo_install.html b/doc/gccgo_install.html index 3ffd6a6457..a01a5468e1 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.