[gcc][riscv] update the patch to add a mcmodel=medany multilib
[toolchains.git] / README.md
blobfdc4b2fbf1e2dbb5eaa0434b2be3411231b10ab4
1 # GCC toolchain generator script
2 Shell script to build plain elf gcc toolchains for various architectures
4 ### Sample run:
5 `./doit -f -a "i386 x86_64 aarch64"`
7 This will download sources to and build 3 toolchains, for i386, x86_64 and aarch64. The resulting output will be located in
9 `<arch>-elf-<version>-<hostos>-<host arch>/`
11 For example: `aarch64-elf-7.1.0-Linux-x86_64/`
13 Run ./doit with -h for help.