2013-05-31 14:58:27 -04:00
2012-06-14 16:37:20 -07:00
2013-02-06 02:10:24 -05:00
2013-05-31 14:33:50 -04:00
2011-10-04 21:06:48 -04:00
2011-10-05 01:12:02 -04:00
2010-12-02 23:30:45 -05:00

There are two main branches:
master - which is meant for the OSdev community and OS developers at large
YOU ARE HERE-> 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, optionally edit XOmB specific hooks in newlib-files/, then run:

./build.sh

This will build the tools in the 'local' directory.

FEATURES:

1. Will compile a complete C, C++ and fortran toolchain.

PREREQUISITES:

The gcc tools require m4, autoconf, automake and texinfo (or another source of makeinfo) to successfully compile.
Description
Some scripts to build buildtools.
Readme 170 KiB
Languages
C 51.4%
Shell 27.5%
Makefile 21.1%