Mon Jun 17 17:44:17 2013 UTC ()
Komputer -> Computer


(christos)
diff -r1.16 -r1.17 src/sys/arch/hp700/stand/xxboot/Makefile

cvs diff -r1.16 -r1.17 src/sys/arch/hp700/stand/xxboot/Attic/Makefile (expand / switch to unified diff)

--- src/sys/arch/hp700/stand/xxboot/Attic/Makefile 2013/06/15 00:40:12 1.16
+++ src/sys/arch/hp700/stand/xxboot/Attic/Makefile 2013/06/17 17:44:16 1.17
@@ -1,30 +1,30 @@ @@ -1,30 +1,30 @@
1# $NetBSD: Makefile,v 1.16 2013/06/15 00:40:12 christos Exp $ 1# $NetBSD: Makefile,v 1.17 2013/06/17 17:44:16 christos Exp $
2 2
3PROG= xxboot 3PROG= xxboot
4NOMAN= # defined 4NOMAN= # defined
5SRCS= start.S main.c readufs.c readufs_ffs.c readufs_lfs.c milli_tiny.S 5SRCS= start.S main.c readufs.c readufs_ffs.c readufs_lfs.c milli_tiny.S
6 6
7.PATH: ${.CURDIR}/../common 7.PATH: ${.CURDIR}/../common
8 8
9CPPFLAGS+= -I${.CURDIR}/../../../.. -I. -D_STANDALONE 9CPPFLAGS+= -I${.CURDIR}/../../../.. -I. -D_STANDALONE
10# configuration for readufs module 10# configuration for readufs module
11CPPFLAGS+= -DUSE_LFS -DUSE_FFS -DUSE_UFS1 -DUSE_UFS2 11CPPFLAGS+= -DUSE_LFS -DUSE_FFS -DUSE_UFS1 -DUSE_UFS2
12# IODC can handle only 2GB, so this is enough 12# IODC can handle only 2GB, so this is enough
13CPPFLAGS+= -D__daddr_t=int32_t 13CPPFLAGS+= -D__daddr_t=int32_t
14# ANSI C feature prevents from being relocatable 14# ANSI C feature prevents from being relocatable
15#CPPFLAGS+= -traditional # would be best 15#CPPFLAGS+= -traditional # would be best
16CPPFLAGS+= -Dconst= 16CPPFLAGS+= -Dconst=
17COPTS+= -funsigned-char -mdisable-fpregs -mpa-risk-1-0 17COPTS+= -funsigned-char -mdisable-fpregs -mpa-risc-1-0
18 18
19.include <bsd.own.mk> 19.include <bsd.own.mk>
20 20
21LINKS= ${BINDIR}/${PROG} ${BINDIR}/sdboot 21LINKS= ${BINDIR}/${PROG} ${BINDIR}/sdboot
22 22
23BINDIR= /usr/mdec 23BINDIR= /usr/mdec
24STRIPFLAG= 24STRIPFLAG=
25BINMODE= 444 25BINMODE= 444
26 26
27# standalone program 27# standalone program
28LIBCRTBEGIN= 28LIBCRTBEGIN=
29LIBCRT0= 29LIBCRT0=
30LIBCRTEND= 30LIBCRTEND=