Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc/stand/installboot Don't actually need elf64 s...
details: https://anonhg.NetBSD.org/src/rev/b89d2b7638b2
branches: trunk
changeset: 516868:b89d2b7638b2
user: thorpej <thorpej%NetBSD.org@localhost>
date: Wed Oct 31 22:13:03 2001 +0000
description:
Don't actually need elf64 support in installboot(8).
diffstat:
sys/arch/sparc/stand/installboot/Makefile | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (25 lines):
diff -r 92ce4c1ad2d3 -r b89d2b7638b2 sys/arch/sparc/stand/installboot/Makefile
--- a/sys/arch/sparc/stand/installboot/Makefile Wed Oct 31 21:52:17 2001 +0000
+++ b/sys/arch/sparc/stand/installboot/Makefile Wed Oct 31 22:13:03 2001 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.17 2001/10/31 17:21:47 thorpej Exp $
+# $NetBSD: Makefile,v 1.18 2001/10/31 22:13:03 thorpej Exp $
.include <bsd.own.mk>
WARNS?=1
PROG= installboot
SRCS= installboot.c byteorder.c loadfile.c loadfile_aout.c \
- loadfile_elf32.c loadfile_elf64.c
+ loadfile_elf32.c
MKMAN= no
CFLAGS+=-g
@@ -15,7 +15,6 @@
CPPFLAGS+=-I${LIBSA} -I.
CPPFLAGS+=-I${.CURDIR}/..
-CPPFLAGS+=-DBOOT_ELF64
LDSTATIC?= -static
Home |
Main Index |
Thread Index |
Old Index