fix previous and use a correct make construct
This commit is contained in:
parent
d551e1eb60
commit
42526a68f0
|
@ -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 @@ GENASSYM_CONF= ${SUN3}/${MACHTYPE}/genassym.cf
|
|||
##
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue