efi: Build EFI stub with EFI-appropriate options
authorMatthew Garrett <mjg@redhat.com>
Thu, 26 Jul 2012 22:00:00 +0000 (18:00 -0400)
committerMatt Fleming <matt.fleming@intel.com>
Mon, 17 Sep 2012 12:29:21 +0000 (13:29 +0100)
commit9dead5bbb825d7c25c0400e61de83075046322d0
tree03867276de978bbada73c67cc5197ee865d4110d
parent38cb5ef4473c6f510fae3a00bdac3acd550e3796
efi: Build EFI stub with EFI-appropriate options

We can't assume the presence of the red zone while we're still in a boot
services environment, so we should build with -fno-red-zone to avoid
problems. Change the size of wchar at the same time to make string handling
simpler.

Signed-off-by: Matthew Garrett <mjg@redhat.com>
Signed-off-by: Matt Fleming <matt.fleming@intel.com>
arch/x86/boot/compressed/Makefile