Module Name:    src
Committed By:   mrg
Date:           Sat Jul  9 15:04:06 UTC 2011

Modified Files:
        src/sys/arch/sun3/conf: Makefile.sun3

Log Message:
fix previous and use a correct make construct


To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 src/sys/arch/sun3/conf/Makefile.sun3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/sun3/conf/Makefile.sun3
diff -u src/sys/arch/sun3/conf/Makefile.sun3:1.102 src/sys/arch/sun3/conf/Makefile.sun3:1.103
--- src/sys/arch/sun3/conf/Makefile.sun3:1.102	Fri Jul  8 09:34:51 2011
+++ src/sys/arch/sun3/conf/Makefile.sun3	Sat Jul  9 15:04:06 2011
@@ -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

Reply via email to