Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/sys/arch/sparc/stand pull up 1.7. approved by thorpej:



details:   https://anonhg.NetBSD.org/src/rev/1a7a41667703
branches:  netbsd-1-5
changeset: 489246:1a7a41667703
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Aug 26 00:32:52 2000 +0000

description:
pull up 1.7.  approved by thorpej:
>add/merge sparc64 support.

diffstat:

 sys/arch/sparc/stand/Makefile.inc |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 9e8b12acf25b -r 1a7a41667703 sys/arch/sparc/stand/Makefile.inc
--- a/sys/arch/sparc/stand/Makefile.inc Sat Aug 26 00:14:19 2000 +0000
+++ b/sys/arch/sparc/stand/Makefile.inc Sat Aug 26 00:32:52 2000 +0000
@@ -1,8 +1,15 @@
-#      $NetBSD: Makefile.inc,v 1.6 1997/06/01 03:39:05 mrg Exp $
+#      $NetBSD: Makefile.inc,v 1.6.32.1 2000/08/26 00:32:52 mrg Exp $
 
 .ifndef __INCLUDED_STAND_MAKEFILE_INC
 __INCLUDED_STAND_MAKEFILE_INC=
 
 BINDIR=                /usr/mdec
 
+.if ${MACHINE} == "sparc64"
+CPPFLAGS+=     -DSTANDALONE -DSUN4U
+CPPFLAGS+=     -I.
+
+CFLAGS+=       -msoft-float
 .endif
+
+.endif



Home | Main Index | Thread Index | Old Index