From ca841a46a1a84ff6e1c5c8bc69cdb1bb7a1a41b3 Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Fri, 24 Sep 2021 13:19:49 +0000 Subject: docs/linux: extend GCC section --- docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'docs/linux') diff --git a/docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md b/docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md index 7de20e6f5..b9b6f6c28 100644 --- a/docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md +++ b/docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md @@ -8,8 +8,14 @@ In the instructions below, the `$VAR` notation (e.g. `$GCC`, `$KERNEL`, etc.) is If your distro's GCC is older, it's preferable to get the lastest GCC from [this](/docs/syzbot.md#crash-does-not-reproduce) list. Download and unpack into `$GCC`, and you should have GCC binaries in `$GCC/bin/` +>**Ubuntu 20.04 LTS**: You can ignore this section. GCC is up-to-date. + +Command: +``` bash +ls $GCC/bin/ +``` +Sample output: ``` bash -$ ls $GCC/bin/ cpp gcc-ranlib x86_64-pc-linux-gnu-gcc x86_64-pc-linux-gnu-gcc-ranlib gcc gcov x86_64-pc-linux-gnu-gcc-9.0.0 gcc-ar gcov-dump x86_64-pc-linux-gnu-gcc-ar -- cgit mrf-deployment