Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sun68k/stand Add ugly definitions to make standalon...
details: https://anonhg.NetBSD.org/src/rev/05026aad2c58
branches: trunk
changeset: 765518:05026aad2c58
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sun May 29 10:06:34 2011 +0000
description:
Add ugly definitions to make standalone programs build without
installed DESTDIR binaries.
diffstat:
sys/arch/sun68k/stand/Makefile.inc | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r da2af6998720 -r 05026aad2c58 sys/arch/sun68k/stand/Makefile.inc
--- a/sys/arch/sun68k/stand/Makefile.inc Sun May 29 08:46:42 2011 +0000
+++ b/sys/arch/sun68k/stand/Makefile.inc Sun May 29 10:06:34 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.16 2009/03/20 11:42:25 tsutsui Exp $
+# $NetBSD: Makefile.inc,v 1.17 2011/05/29 10:06:34 tsutsui Exp $
# Must have S=/usr/src/sys (or equivalent)
# But note: this is w.r.t. a subdirectory
@@ -46,3 +46,9 @@
.endif # defined(SA_PROG)
.include <bsd.klinks.mk>
+
+# XXX SHOULD NOT NEED TO DEFINE THESE!
+LIBCRT0=
+LIBC=
+LIBCRTBEGIN=
+LIBCRTEND=
Home |
Main Index |
Thread Index |
Old Index