]> git.proxmox.com Git - mirror_edk2.git/commit
OvmfPkg/build.sh: Make GCC5 the default toolchain, catch GCC43 and earlier
authorKonrad Rzeszutek Wilk <konrad@kernel.org>
Thu, 24 Nov 2016 01:15:23 +0000 (20:15 -0500)
committerLaszlo Ersek <lersek@redhat.com>
Thu, 24 Nov 2016 08:47:41 +0000 (09:47 +0100)
commit2667ad40919afa6e4cd1b5f572584fbd440689b4
treeb89e4764b06233c7e322d39d0f0e30bc448463a5
parent0e3f9ee1d61fdc37a4aef18c53dfcc2cedeb86e3
OvmfPkg/build.sh: Make GCC5 the default toolchain, catch GCC43 and earlier

v2:
 * Changes suggested by Laszlo:
   - change the catch-all (*) to GCC5, from GCC44
   - remove the (5.*.*) pattern from GCC49
   - generate error for GCC < 4.4

In v3, also generate error for really GCC < 4.4, like GCC 1.

Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Bugzilla: https://bugzilla.tianocore.org/show_bug.cgi?id=62
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Konrad Rzeszutek Wilk <konrad@kernel.org>
Tested-by: Laszlo Ersek <lersek@redhat.com>
OvmfPkg/build.sh