Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Dec 2002 00:15:07 -0800 (PST)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 22059 for review
Message-ID:  <200212080815.gB88F7OM073952@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=22059

Change 22059 by marcel@marcel_vaio on 2002/12/08 00:15:04

	Compile EFI applications with -fshort-wchar. EFI uses 16 bit
	Unicode, whereas our native wchar_t is 32 bit.

Affected files ...

.. //depot/projects/ia64/sys/boot/efi/Makefile.inc#9 edit

Differences ...

==== //depot/projects/ia64/sys/boot/efi/Makefile.inc#9 (text+ko) ====

@@ -1,4 +1,4 @@
 # $FreeBSD: src/sys/boot/efi/Makefile.inc,v 1.5 2002/07/20 03:52:37 peter Exp $
 
 # Options used when building app-specific efi components
-CFLAGS+=	-ffreestanding -Wformat
+CFLAGS+=	-ffreestanding -fshort-wchar -Wformat

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212080815.gB88F7OM073952>