summaryrefslogtreecommitdiff
path: root/sys/arch/sgi/stand/libsa
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-09-22 22:06:19 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-09-22 22:06:19 +0000
commitea075872881abbf59bd05df6aa7635696fe3e426 (patch)
treee26e378b3823314060ac8db0dccdecca5ceaca28 /sys/arch/sgi/stand/libsa
parentef43acf1a7be490ff52be1142a65b3f77a30e60a (diff)
Bring in libsa code for proper %llx printf display; necessary for /boot.
ok deraadt@
Diffstat (limited to 'sys/arch/sgi/stand/libsa')
-rw-r--r--sys/arch/sgi/stand/libsa/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sgi/stand/libsa/Makefile b/sys/arch/sgi/stand/libsa/Makefile
index 1a689a854ba..d182a97295e 100644
--- a/sys/arch/sgi/stand/libsa/Makefile
+++ b/sys/arch/sgi/stand/libsa/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2004/09/16 18:54:49 pefo Exp $
+# $OpenBSD: Makefile,v 1.3 2004/09/22 22:06:18 miod Exp $
LIB= sa
@@ -13,6 +13,7 @@ CFLAGS= ${CEXTRAFLAGS} -O2 ${SAABI} -nostdinc -mno-abicalls -D_NO_ABICALLS \
-I${.OBJDIR}
CPPFLAGS+= -D__INTERNAL_LIBSA_CREAD ${STANDALONE}
+CPPFLAGS+= -DLIBSA_LONGLONG_PRINTF
# stand routines
SRCS= alloc.c exit.c exec.c getfile.c gets.c globals.c \