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 Get rid of the XDEFS thing; the new toolc...



details:   https://anonhg.NetBSD.org/src/rev/619f26f437b7
branches:  trunk
changeset: 532048:619f26f437b7
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu May 30 22:02:13 2002 +0000

description:
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 fec3e5922e1a -r 619f26f437b7 sys/arch/sun3/conf/Makefile.sun3
--- a/sys/arch/sun3/conf/Makefile.sun3  Thu May 30 21:58:56 2002 +0000
+++ b/sys/arch/sun3/conf/Makefile.sun3  Thu May 30 22:02:13 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.94 2002/05/30 22:02:13 thorpej 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