Module Name:    src
Committed By:   jakllsch
Date:           Sat Feb 26 18:22:59 UTC 2011

Modified Files:
        src/sys/arch/i386/stand/boot: Makefile.boot

Log Message:
Enable LIBSA_PRINTF_LONGLONG_SUPPORT.
Useful in any of the cases where we already print a (64-bit) daddr_t.


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/sys/arch/i386/stand/boot/Makefile.boot

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/i386/stand/boot/Makefile.boot
diff -u src/sys/arch/i386/stand/boot/Makefile.boot:1.49 src/sys/arch/i386/stand/boot/Makefile.boot:1.50
--- src/sys/arch/i386/stand/boot/Makefile.boot:1.49	Sat Jan 22 19:19:18 2011
+++ src/sys/arch/i386/stand/boot/Makefile.boot	Sat Feb 26 18:22:58 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.boot,v 1.49 2011/01/22 19:19:18 joerg Exp $
+# $NetBSD: Makefile.boot,v 1.50 2011/02/26 18:22:58 jakllsch Exp $
 
 S=	${.CURDIR}/../../../../..
 
@@ -81,6 +81,7 @@
 # loaded at physical address 0x10000.
 # XXX The heap values should be determined from _end.
 SAMISCCPPFLAGS+= -DHEAP_START=0x40000 -DHEAP_LIMIT=0x70000
+SAMISCCPPFLAGS+= -DLIBSA_PRINTF_LONGLONG_SUPPORT
 SAMISCMAKEFLAGS+= SA_USE_CREAD=yes	# Read compressed kernels
 SAMISCMAKEFLAGS+= SA_INCLUDE_NET=no	# Netboot via TFTP, NFS
 

Reply via email to