Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x68k/stand/xxboot Make this compile with the new to...
details: https://anonhg.NetBSD.org/src/rev/a1e60e624deb
branches: trunk
changeset: 515583:a1e60e624deb
user: minoura <minoura%NetBSD.org@localhost>
date: Sat Sep 29 03:45:13 2001 +0000
description:
Make this compile with the new toolchain.
diffstat:
sys/arch/x68k/stand/xxboot/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 109c72123326 -r a1e60e624deb sys/arch/x68k/stand/xxboot/Makefile
--- a/sys/arch/x68k/stand/xxboot/Makefile Sat Sep 29 03:44:04 2001 +0000
+++ b/sys/arch/x68k/stand/xxboot/Makefile Sat Sep 29 03:45:13 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2001/09/22 03:34:21 tv Exp $
+# $NetBSD: Makefile,v 1.10 2001/09/29 03:45:13 minoura Exp $
BOOT= xxboot
VERSION=0.3
@@ -30,6 +30,9 @@
#CFLAGS+= -DBOOT_DEBUG
AFLAGS= ${CFLAGS:M-[ID]*}
LDFLAGS=-N -Bstatic -Ttext $(TEXT) -e top
+.if ${OBJECT_FMT} == "ELF"
+LDFLAGS+= -noinhibit-exec # XXX
+.endif
#LDADD= -lc
CLEANFILES= $(BOOT).x s.x x.s x.o
Home |
Main Index |
Thread Index |
Old Index