README: Update toolchain information
authorBin Meng <bmeng.cn@gmail.com>
Mon, 12 Jul 2021 01:20:16 +0000 (09:20 +0800)
committerAnup Patel <anup@brainfault.org>
Sat, 17 Jul 2021 13:02:20 +0000 (18:32 +0530)
commit81eb7088b6ae1b3b14ed57ef428b1b9f74d468cf
treef0a14769d988c83a25b3d4a01a4b5e322dbf1d4a
parent2c74dc3c47f7e77b42735e383292de920273bf97
README: Update toolchain information

Recent FW_PIC=y changes actually require toolchains with PIE support
and it is on by default. Existing doc uses a GNU bare-metal toolchain
as examples but it does not support PIE.

Replace references of bare-metal toolchain prefix with Linux toolchain
prefix everywhere in documentation.

Also indicate that "riscv64-unknown-freebsd-" as an alternative to
"riscv64-linux-" GNU toolchain.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Anup Patel <anup.patel@wdc.com>
README.md