summaryrefslogtreecommitdiffhomepage
path: root/etc
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2021-04-06 06:46:22 +0100
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2021-04-06 06:46:22 +0100
commit360eb692689993886cc8c5e471e73c76dcfaa123 (patch)
treee6cf8eeedb091033002ecc41301fe57a9c80a578 /etc
parent0e4c890a3ba401e6cbe4d1ed0abd33dc6d342cdd (diff)
downloadmidipix_build-360eb692689993886cc8c5e471e73c76dcfaa123.tar.bz2
midipix_build-360eb692689993886cc8c5e471e73c76dcfaa123.tar.xz
etc/README.md: updated.
Diffstat (limited to 'etc')
-rw-r--r--etc/README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/etc/README.md b/etc/README.md
index d2abcdfd..06e205f7 100644
--- a/etc/README.md
+++ b/etc/README.md
@@ -94,15 +94,17 @@ amount of logical processors on the build host divided by two (2).
* **Debian/-derived Linux**: binutils bzip2 clzip cmake coreutils curl findutils g++ gawk
gcc git grep gzip hostname libc6-dev libxml-parser-perl lzma
make patch perl procps sed tar util-linux wget xz-utils zip
-* **Gentoo Linux**: binutils bzip2 cmake coreutils curl findutils gawk [gcc] dev-vcs/git grep
- gzip lzip make patch perl dev-perl/XML-Parser procps sed tar util-linux
+* **Gentoo Linux**: binutils bzip2 cmake coreutils curl findutils gawk =gcc-7.5.0-r1 dev-vcs/git
+ grep gzip lzip make patch perl dev-perl/XML-Parser procps sed tar util-linux
wget xz-utils zip
* **OpenSUSE Linux**: binutils bzip2 cmake coreutils curl findutils gawk gcc
gcc-c++ git grep gzip hostname linux-glibc-devel lzip make
patch perl perl-XML-Parser procps sed tar util-linux wget
xz zip
-> N.B. Busybox is not supported. Awk implementations other than GNU Awk are not supported.
+> N.B. Busybox is not supported. Awk implementations other than GNU Awk are not supported.
+
+> N.B. gcc versions >7.5.0 are not supported.
[Back to top](#table-of-contents)