summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPetr Štetiar <ynezz@true.cz>2021-03-01 13:27:17 +0100
committerPetr Štetiar <ynezz@true.cz>2021-03-03 22:51:39 +0100
commitac7034cd12c2018338d58eb1e1911755912f33b0 (patch)
tree1f9c3e40c9ce085d7d3d6ed278d8a8eca19e00fd /README.md
parent5e0b9dbe8afa723dd7de2d7d1eca3c49a3e0792f (diff)
downloadopenwrt-ac7034cd12c2018338d58eb1e1911755912f33b0.tar.gz
openwrt-ac7034cd12c2018338d58eb1e1911755912f33b0.tar.bz2
openwrt-ac7034cd12c2018338d58eb1e1911755912f33b0.zip
build: make GCC version 6+ minimal host build requirement
Currently minimal GNU supported GCC version is 7 (from May 2, 2017), buildbots are using default GCC version 6 on Debian 9 (old stable), current Debian stable has GCC version 8.3.0. Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b30819205b..cb4b043655 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ the [Build System Setup](https://openwrt.org/docs/guide-developer/build-system/i
documentation.
```
-gcc binutils bzip2 flex python3 perl make4.1+ find grep diff unzip gawk getopt
+gcc-6+ binutils bzip2 flex python3 perl make4.1+ find grep diff unzip gawk getopt
subversion libz-dev libc-dev rsync
```