Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/stand/boot Enable LIBSA_PRINTF_LONGLONG_SUPPORT.
details: https://anonhg.NetBSD.org/src/rev/604552662353
branches: trunk
changeset: 762736:604552662353
user: jakllsch <jakllsch%NetBSD.org@localhost>
date: Sat Feb 26 18:22:58 2011 +0000
description:
Enable LIBSA_PRINTF_LONGLONG_SUPPORT.
Useful in any of the cases where we already print a (64-bit) daddr_t.
diffstat:
sys/arch/i386/stand/boot/Makefile.boot | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r c9a6e14c985a -r 604552662353 sys/arch/i386/stand/boot/Makefile.boot
--- a/sys/arch/i386/stand/boot/Makefile.boot Sat Feb 26 18:17:55 2011 +0000
+++ b/sys/arch/i386/stand/boot/Makefile.boot Sat Feb 26 18:22:58 2011 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index