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 fix previous and use a correct make const...
details: https://anonhg.NetBSD.org/src/rev/f6cee5a8cc0d
branches: trunk
changeset: 767124:f6cee5a8cc0d
user: mrg <mrg%NetBSD.org@localhost>
date: Sat Jul 09 15:04:06 2011 +0000
description:
fix previous and use a correct make construct
diffstat:
sys/arch/sun3/conf/Makefile.sun3 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 04eea9a129d8 -r f6cee5a8cc0d sys/arch/sun3/conf/Makefile.sun3
--- a/sys/arch/sun3/conf/Makefile.sun3 Sat Jul 09 15:03:35 2011 +0000
+++ b/sys/arch/sun3/conf/Makefile.sun3 Sat Jul 09 15:04:06 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.sun3,v 1.102 2011/07/08 09:34:51 mrg Exp $
+# $NetBSD: Makefile.sun3,v 1.103 2011/07/09 15:04:06 mrg Exp $
# Makefile for NetBSD
#
@@ -33,7 +33,7 @@
##
CPPFLAGS+= -Dsun3
CFLAGS+= ${CMACHFLAGS} -fno-defer-pop
-.if defined(HAVE_GCC) ${HAVE_GCC} == 45
+.if defined(HAVE_GCC) && ${HAVE_GCC} != 45
CFLAGS+= -msoft-float
.endif
AFLAGS+= -x assembler-with-cpp
Home |
Main Index |
Thread Index |
Old Index