Build EFI with -fshort-wchar so that L"some string" works with the
EFI has defined CHAR16.
This commit is contained in:
parent
aa56e74e06
commit
06657fad9b
@ -1,4 +1,4 @@
|
|||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
# Options used when building app-specific efi components
|
# Options used when building app-specific efi components
|
||||||
CFLAGS+= -ffreestanding -Wformat
|
CFLAGS+= -ffreestanding -fshort-wchar -Wformat
|
||||||
|
Loading…
Reference in New Issue
Block a user