summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2002-12-10 04:20:15 +0000
committermarcel <marcel@FreeBSD.org>2002-12-10 04:20:15 +0000
commit2d2da6e200869055b13f7eca5200aa61e44701f2 (patch)
treeceedbfc799684ad39f4c2c8748869e45a95ebbec /sys/boot
parent68a001789edad2db67c47bbbb241509e6e3de330 (diff)
downloadFreeBSD-src-2d2da6e200869055b13f7eca5200aa61e44701f2.zip
FreeBSD-src-2d2da6e200869055b13f7eca5200aa61e44701f2.tar.gz
Build EFI with -fshort-wchar so that L"some string" works with the
EFI has defined CHAR16.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/efi/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/efi/Makefile.inc b/sys/boot/efi/Makefile.inc
index cb202ef..81f7724 100644
--- a/sys/boot/efi/Makefile.inc
+++ b/sys/boot/efi/Makefile.inc
@@ -1,4 +1,4 @@
# $FreeBSD$
# Options used when building app-specific efi components
-CFLAGS+= -ffreestanding -Wformat
+CFLAGS+= -ffreestanding -fshort-wchar -Wformat
OpenPOWER on IntegriCloud