Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/sys/arch/sun3/conf Pull up revision 1.94 (requested by ...
details: https://anonhg.NetBSD.org/src/rev/cf236e304b44
branches: netbsd-1-6
changeset: 527646:cf236e304b44
user: tv <tv%NetBSD.org@localhost>
date: Thu May 30 23:48:43 2002 +0000
description:
Pull up revision 1.94 (requested by thorpej in ticket #99):
Get rid of the XDEFS thing; the new toolchain provides a proper
cross compilation environment.
diffstat:
sys/arch/sun3/conf/Makefile.sun3 | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (20 lines):
diff -r 6602d4349ecd -r cf236e304b44 sys/arch/sun3/conf/Makefile.sun3
--- a/sys/arch/sun3/conf/Makefile.sun3 Thu May 30 23:44:49 2002 +0000
+++ b/sys/arch/sun3/conf/Makefile.sun3 Thu May 30 23:48:43 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.sun3,v 1.93 2002/02/10 18:22:31 chs Exp $
+# $NetBSD: Makefile.sun3,v 1.93.10.1 2002/05/30 23:48:43 tv Exp $
# Makefile for NetBSD
#
@@ -31,9 +31,7 @@
##
## (2) compile settings
##
-XDEFS= -undef -D__NetBSD__ -Dm68k -Dmc68000 -D__m68k__ -D__ELF__
-DEFINES= -Dsun3
-CPPFLAGS+= ${XDEFS} ${DEFINES}
+CPPFLAGS+= -Dsun3
CFLAGS+= ${CMACHFLAGS} -msoft-float -fno-defer-pop
AFLAGS+= -x assembler-with-cpp -traditional-cpp
Home |
Main Index |
Thread Index |
Old Index