aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2020-04-14 20:06:21 -0700
committerMichael Forney <mforney@mforney.org>2020-04-14 20:06:38 -0700
commit8de761793434c9a843b9c1723becbd85e59e6ee3 (patch)
tree5d4b7ae223aadd67ea34ff12d0d1cae5b6141251
parent5b119f3c1cd4ac862dce64be680a230152986937 (diff)
doc/software: Remove unnotable sections
-rw-r--r--doc/software.md26
1 files changed, 9 insertions, 17 deletions
diff --git a/doc/software.md b/doc/software.md
index b235507..f774d07 100644
--- a/doc/software.md
+++ b/doc/software.md
@@ -3,13 +3,18 @@
This document lists some software known to build successfully, and any
special procedures necessary.
-## sbase
+## oasis
-Builds without issue.
+One of the main goals of cproc is to compile the entire oasis linux
+system (excluding kernel and libc). This is a work in progress, but many
+packages have patches to fix various ISO C conformance issues, enabling
+them to be built.
-## mcpp
+See the [oasis #13] for the current status of this effort, and the
+patch directories in the [oasis package tree] for any patches used.
-Builds without issue. Requires `CFLAGS=-D_POSIX_C_SOURCE=200112L`.
+[oasis #13]: https://github.com/oasislinux/oasis/issues/13
+[oasis package tree]: https://github.com/oasislinux/oasis/tree/master/pkg
## binutils
@@ -125,16 +130,3 @@ index 5828a3b..6e006cc 100644
#include "arg.h"
#include "st.h"
```
-
-## oasis
-
-One of the main goals of cproc is to compile the entire oasis linux
-system (excluding kernel and libc). This is a work in progress, but many
-packages have patches to fix various ISO C conformance issues, enabling
-them to be built.
-
-See the [oasis #13] for the current status of this effort, and the
-patch directories in the [oasis package tree] for any patches used.
-
-[oasis #13]: https://github.com/oasislinux/oasis/issues/13
-[oasis package tree]: https://github.com/oasislinux/oasis/tree/master/pkg