coreboot-kgpe-d16/util/crossgcc
Patrick Georgi 28f6a43755 crossgcc: Fix colors with dash
Ubuntu (and probably other distros) have dash as /bin/sh, which
doesn't display colors by itself. If /usr/bin/printf is found, it's
used instead of the internal printf to re-enable colors.

Change-Id: I3e6d413cd0c8a46ef91821d8c07e88166de58af4
Signed-off-by: Patrick Georgi <patrick@georgi-clan.de>
Reviewed-on: http://review.coreboot.org/352
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
2011-10-30 21:58:42 +01:00
..
patches Update coreboot cross toolchain to gcc 4.6.1 2011-10-30 12:01:08 +01:00
Makefile crossgcc: invoke buildgcc with bash, instead of relying on #!/bin/bash 2011-08-14 08:03:55 +02:00
README This adds a simple script to build a default toolchain for coreboot 2009-09-26 16:43:17 +00:00
buildgcc crossgcc: Fix colors with dash 2011-10-30 21:58:42 +01:00
getopt.c Add the BSD-licensed getopt tool to crossgcc, to use 2010-01-29 17:40:52 +00:00

README

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