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