mirror of
https://github.com/xomboverlord/buildtools.git
synced 2026-01-12 10:53:16 +01:00
803bc2d4a1e31139dd970be99caef084121aa0b1
There are two main branches: YOU ARE HERE-> master - which is meant for the OSdev community and OS developers at large xomb - builds a xomb specific toolchain and can be a model for how to fill in newlib-files/ stubs This script will build general buildtools for a 64 bit elf target. It will compile: binutils (ld, bfd, gas) gmp mpfr gcc (gcc, g++, gfortran) newlib USAGE: To use this, add OS specific hooks to the stubs in newlib-files/ and edit build.sh line 1 and give the name of the os target. then run ./build.sh This will build the tools in the 'local' directory. FEATURES: 1. Will compile a complete C, C++ and fortran cross-compiler toolchain. PREREQUISITES: The gcc tools require m4, autoconf, automake and texinfo (or another source of makeinfo) to successfully compile.
Description
Languages
C
51.4%
Shell
27.5%
Makefile
21.1%