summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2016-12-19 12:20:29 +0100
committerrekado <rekado@elephly.net>2016-12-19 12:21:36 +0100
commitf894a4b53ed850f3b8a75cde90969557587258f0 (patch)
treeec6a76ee78926f81b2d35572f375a35cb7784109
parent05dfe998d9dd5ca452d54e79a6b09b58d38012e5 (diff)
pages: Shorten project headings.
-rw-r--r--pages/projects.skr4
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/projects.skr b/pages/projects.skr
index fb82a7c..047348c 100644
--- a/pages/projects.skr
+++ b/pages/projects.skr
@@ -3,12 +3,12 @@
(p [Here are a couple of projects that cannot possibly be done by just a single motivated individual.
If you're interested in working on any of these projects please ,(anchor "contact us" "/who.html").])
- (h2 [Continued maintenance of the GNU Compiler for Java (GCJ)])
+ (h2 [Maintaining the GNU Compiler for Java])
(p [Until recently the latest Java Development Kit (JDK) could be bootstrapped in a chain starting with GCJ (the GNU Compiler for Java) and the IcedTea build system.
GCJ was deleted from the GNU Compiler Collection in October 2016, so it is now unclear how to bootstrap the JDK in future.
To ensure that the JDK can be built from sources without the need for an existing installation of the OpenJDK we propose to continue maintaining GCJ.])
- (h2 [Collectively maintaining GCC 4.7])
+ (h2 [Maintaining GCC version 4.7])
(p [The C and C++ compilers of the GNU Compiler Collection make up the foundation of many free software distributions.
Current versions of GCC are written in C++, which means that a C++ compiler is needed to build it from source.
GCC 4.7 was the last version of the collection that could be built with a plain C compiler, a much simpler task.