summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2016-12-19 12:23:20 +0100
committerrekado <rekado@elephly.net>2016-12-19 12:23:20 +0100
commit2a105e08cf5c84c42352feedfefa432a7fd3a53f (patch)
tree66befcea19cc8b6001e94964bb7dddf48509939b
parentf894a4b53ed850f3b8a75cde90969557587258f0 (diff)
pages: projects: Split off paragraphs.
-rw-r--r--pages/projects.skr8
1 files changed, 4 insertions, 4 deletions
diff --git a/pages/projects.skr b/pages/projects.skr
index 047348c..a105746 100644
--- a/pages/projects.skr
+++ b/pages/projects.skr
@@ -5,11 +5,11 @@
(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.])
+ GCJ was deleted from the GNU Compiler Collection in October 2016, so it is now unclear how to bootstrap the JDK in future.])
+ (p [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 [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.
- We propose to collectively maintain a subset of GCC 4.7 to ensure that we can build the foundation of free software distributions starting with a simple C compiler (such as tinyCC, pcc, etc).])))
+ GCC 4.7 was the last version of the collection that could be built with a plain C compiler, a much simpler task.])
+ (p [We propose to collectively maintain a subset of GCC 4.7 to ensure that we can build the foundation of free software distributions starting with a simple C compiler (such as tinyCC, pcc, etc).])))