coreboot-kgpe-d16/util/crossgcc
David Hubbard 5b0420a87b crossgcc/buildgcc: Remove unneeded 'break' statements
Bash case statements are terminated with ';;'.

Unlike C, bash case statements will not continue to the next case. No 'break' is needed.

Change-Id: I62e7e91f3223ac4052728a1ca12a4681af0dc036
Signed-off-by: David Hubbard <david.c.hubbard+coreboot@gmail.com>
Reviewed-on: http://review.coreboot.org/3330
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
2013-06-04 01:15:20 +02:00
..
patches crossgcc: update to gcc 4.7.3 2013-05-03 17:26:48 +02:00
Makefile make crossgcc: compile all required toolchains 2013-01-17 01:56:53 +01:00
README crossgcc: add armv7a-eabi to list of working toolchains 2013-02-04 16:44:26 +01:00
buildgcc crossgcc/buildgcc: Remove unneeded 'break' statements 2013-06-04 01:15:20 +02:00
getopt.c

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
  armv7a-eabi

known broken:
  alpha-elf
  arm-elf
  powerpc64-elf