Skip to content

Shell script to build gcc for various architectures

License

Notifications You must be signed in to change notification settings

dopecoder/toolchains

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GCC toolchain generator script

Shell script to build plain elf gcc toolchains for various architectures

Sample run:

./doit -f -a "i386 x86_64 aarch64"

This will download sources to and build 3 toolchains, for i386, x86_64 and aarch64. The resulting output will be located in

<arch>-elf-<version>-<hostos>-<host arch>/

For example: aarch64-elf-7.1.0-Linux-x86_64/

Run ./doit with -h for help.

About

Shell script to build gcc for various architectures

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%