This adds a simple script to build a default toolchain for coreboot
authorStefan Reinauer <stepan@coresystems.de>
Sat, 26 Sep 2009 16:43:17 +0000 (16:43 +0000)
committerStefan Reinauer <stepan@openbios.org>
Sat, 26 Sep 2009 16:43:17 +0000 (16:43 +0000)
commit074d9136d7f431ab544132b976ea9f2d7d84a30a
tree9988423195c5e33021ffaee470a580837b5cb57f
parentbde683ce9fcc346096a07222047fa5a16aa74243
This adds a simple script to build a default toolchain for coreboot
compilation, to be independent of broken or missing OS/distribution
tool chains.

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4681 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
util/crossgcc/README [new file with mode: 0644]
util/crossgcc/buildgcc [new file with mode: 0755]
util/crossgcc/patches/binutils-2.18.50_no-i386-svr4-asm-comments.patch [new file with mode: 0644]
util/crossgcc/patches/binutils-2.19.1_no-i386-svr4-asm-comments.patch [new file with mode: 0644]
util/crossgcc/patches/gcc-4.3.2_use-gnu-style-comments-in-assembly.patch [new file with mode: 0644]
util/crossgcc/patches/gcc-4.3.3_use-gnu-style-comments-in-assembly.patch [new file with mode: 0644]
util/crossgcc/patches/gcc-4.4.1_less-junk-in-crtbegin.patch [new file with mode: 0644]