We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95b29ce commit ebe9c92Copy full SHA for ebe9c92
README.md
@@ -321,6 +321,9 @@ Prefixes which start with `arc-` correspond to little endian toolchains. Prefixe
321
`arceb-` correspond to big endian toolchains. E.g., GDB for big endian ARCv2 baremetal toolchain is
322
`arceb-elf32-gdb`. However, big endian tools are not available for ARCv3 yet.
323
324
+You can find more information about variants of toolchains, `-mcpu` values
325
+and matching TCF files in [ARC Toolchain Variants](https://foss-for-synopsys-dwc-arc-processors.github.io/toolchain/baremetal/gcc-mcpu.html) page.
326
+
327
### Using nSIM simulator to run bare metal ARC applications
328
329
nSIM simulator supports GNU IO hostlink used by the libc library of bare metal
0 commit comments