Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sun3/conf Add -D__m68k__ to XDEF.
details: https://anonhg.NetBSD.org/src/rev/677e8b9b50d1
branches: trunk
changeset: 503253:677e8b9b50d1
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sun Feb 04 01:26:44 2001 +0000
description:
Add -D__m68k__ to XDEF.
It is required by sys/compat/linux/common/linux_exec.h.
XXX: -undef is still required?
diffstat:
sys/arch/sun3/conf/Makefile.sun3 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r d3f4d3dc63d1 -r 677e8b9b50d1 sys/arch/sun3/conf/Makefile.sun3
--- a/sys/arch/sun3/conf/Makefile.sun3 Sun Feb 04 00:35:20 2001 +0000
+++ b/sys/arch/sun3/conf/Makefile.sun3 Sun Feb 04 01:26:44 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.sun3,v 1.84 2000/12/17 15:52:44 jdolecek Exp $
+# $NetBSD: Makefile.sun3,v 1.85 2001/02/04 01:26:44 tsutsui Exp $
# Makefile for NetBSD
#
@@ -50,7 +50,7 @@
# Keep -nostdinc before all -I flags, similar for -undef ...
HAVE_EGCS!= ${CC} --version | egrep "^(2\.[89]|egcs)" ; echo
INCLUDES= -nostdinc -I. -I$S/arch -I$S
-XDEFS= -undef -D__NetBSD__ -Dm68k -Dmc68000
+XDEFS= -undef -D__NetBSD__ -Dm68k -Dmc68000 -D__m68k__
DEFINES= -D_KERNEL -Dsun3
CPPFLAGS= ${INCLUDES} ${XDEFS} ${DEFINES} ${IDENT} ${PARAM}
# Make it easy to override this on the command line...
Home |
Main Index |
Thread Index |
Old Index