Build EFI with -fshort-wchar so that L"some string" works with the

EFI has defined CHAR16.
This commit is contained in:
Marcel Moolenaar 2002-12-10 04:20:15 +00:00
parent aa56e74e06
commit 06657fad9b

View File

@ -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