52648623e0
Used command line to remove empty lines at end of file: find . -type f -exec sed -i -e :a -e '/^\n*$/{$d;N;};/\n$/ba' {} \; Change-Id: I816ac9666b6dbb7c7e47843672f0d5cc499766a3 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: http://review.coreboot.org/10446 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
17 lines
239 B
Text
17 lines
239 B
Text
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
|
|
arm-elf
|
|
armv7a-eabi
|
|
aarch64-elf
|
|
|
|
known broken:
|
|
alpha-elf
|
|
powerpc64-elf
|