From 658d5213585d651b01b9b0e41a32b936093493d5 Mon Sep 17 00:00:00 2001 From: Vinu Rajashekhar Date: Tue, 20 Jul 2010 00:06:20 -0700 Subject: [PATCH] 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 --- doc/gccgo_install.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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.