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
This commit is contained in:
committed by
Stefan Reinauer
parent
bde683ce9f
commit
074d9136d7
17
util/crossgcc/README
Normal file
17
util/crossgcc/README
Normal file
@@ -0,0 +1,17 @@
|
||||
README
|
||||
------
|
||||
|
||||
This is a cross toolchain builder for -elf toolchains (ie. no libc support)
|
||||
|
||||
known working:
|
||||
i386-elf
|
||||
x86_64-elf
|
||||
powerpc-elf
|
||||
mipsel-elf
|
||||
|
||||
known broken:
|
||||
alpha-elf
|
||||
arm-elf
|
||||
powerpc64-elf
|
||||
|
||||
|
Reference in New Issue
Block a user