coreboot-kgpe-d16/util/crossgcc
zbao 433fa5735c buildgcc: Fix the options check
1. Add -P|--package to build iasl
2. Remove -G|--skip-gdb, which was to skip gdb.
3. Add -S|--scripting to build gdb
4. Remove -C|--clang, which was to build clang.

All these changes are aligned with the options parsing below.
The help text is correct.

Change-Id: I897ea5e8ab002086e45bf05ff33230815b246057
Signed-off-by: Zheng Bao <zheng.bao@amd.com>
Signed-off-by: Zheng Bao <fishbaozi@gmail.com>
Reviewed-on: http://review.coreboot.org/11158
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
2015-08-13 10:06:11 +02:00
..
patches crossgcc: Fix binutils for aarch64 2015-07-04 09:33:05 +02:00
sum buildgcc: update IASL to version 20150619 2015-07-07 17:08:45 +02:00
Makefile Update crossgcc Makefile for new buildgcc arguments 2015-07-12 19:04:14 +02:00
README Remove empty lines at end of file 2015-06-08 00:55:07 +02:00
buildgcc buildgcc: Fix the options check 2015-08-13 10:06:11 +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
  arm-elf
  armv7a-eabi
  aarch64-elf

known broken:
  alpha-elf
  powerpc64-elf