From 06657fad9bfa6a03bd14f44cb5c7c489845cb424 Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Tue, 10 Dec 2002 04:20:15 +0000 Subject: [PATCH] Build EFI with -fshort-wchar so that L"some string" works with the EFI has defined CHAR16. --- sys/boot/efi/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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