diff options
| author | Taras Madan <tarasmadan@google.com> | 2021-09-24 13:19:49 +0000 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2021-09-29 13:23:14 +0200 |
| commit | ca841a46a1a84ff6e1c5c8bc69cdb1bb7a1a41b3 (patch) | |
| tree | 884928302585b7d0235fd5748b2d518558616d5d /docs/linux | |
| parent | e08fe93770083bf534bd468c3fb46ad26e57d83f (diff) | |
docs/linux: extend GCC section
Diffstat (limited to 'docs/linux')
| -rw-r--r-- | docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md | 8 |
1 files changed, 7 insertions, 1 deletions
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 |
