aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/efi
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2002-12-10 04:20:15 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2002-12-10 04:20:15 +0000
commit06657fad9bfa6a03bd14f44cb5c7c489845cb424 (patch)
treeceedbfc799684ad39f4c2c8748869e45a95ebbec /sys/boot/efi
parentaa56e74e063b5b97bce5bad3c7adf5bbe02955b3 (diff)
downloadsrc-06657fad9bfa6a03bd14f44cb5c7c489845cb424.tar.gz
src-06657fad9bfa6a03bd14f44cb5c7c489845cb424.zip
Build EFI with -fshort-wchar so that L"some string" works with the
EFI has defined CHAR16.
Notes
Notes: svn path=/head/; revision=107721
Diffstat (limited to 'sys/boot/efi')
-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 cb202ef60ff0..81f7724c1d22 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