forked from wyvertux/wyverkiss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
40 lines (30 loc) · 1.44 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
\ /\ /
\/ \/yverkiss
________________________________________________________________________
Wyverkiss is an alternative rootfs for KISS Linux. If KISS goes GNU, we
go the opposite.
Wyverkiss (unlike Wyvertux) is supposed to closely track KISS Linux as
much as possible. It means the Wyverkiss repo will only be used as an
"overlay" for KISS Linux to work outside the GNU toolchain ecosystem
(except for a select few programs that will be needed). The changes made
in Wyverkiss will be upstreamed if possible.
Ideally, this repository should be almost empty or unneeded at all. But
that would be highly unrealistic.
Changes
________________________________________________________________________
This table contains a summary of GNU programs replaced by its
equivalents. However, it is not an exhaustive list, and some GNU
programs mentioned may still be included in a separate repository, gnu/.
+------------------+---------------+
| Original package | Replacement |
+------------------+---------------+
| GNU gcc/g++ | Clang{,++} |
| GNU libstdc++ | libc++ |
| GNU make | bmake |
| GNU binutils | LLVM binutils |
| GNU bison | byacc |
+------------------+---------------+
Disclaimer
________________________________________________________________________
Wyverkiss is not officially supported by KISS Linux.
Use at your own risk. Support for certain packages are not guaranteed.