Module Name: src Committed By: christos Date: Mon Apr 26 00:38:23 UTC 2021
Modified Files: src/share/mk: bsd.sys.mk Log Message: Revert the AFLAGS change since it affects kernels. To generate a diff of this commit: cvs rdiff -u -r1.305 -r1.306 src/share/mk/bsd.sys.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/mk/bsd.sys.mk diff -u src/share/mk/bsd.sys.mk:1.305 src/share/mk/bsd.sys.mk:1.306 --- src/share/mk/bsd.sys.mk:1.305 Sun Apr 25 10:32:20 2021 +++ src/share/mk/bsd.sys.mk Sun Apr 25 20:38:23 2021 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.sys.mk,v 1.305 2021/04/25 14:32:20 christos Exp $ +# $NetBSD: bsd.sys.mk,v 1.306 2021/04/26 00:38:23 christos Exp $ # # Build definitions used for NetBSD source tree builds. @@ -197,12 +197,10 @@ COPTS+= ${${ACTIVE_CC} == "gcc":? --para .if ${MACHINE_CPU} != "sh3" COPTS+= ${${ACTIVE_CC} == "gcc":? -msoft-float :} FOPTS+= -msoft-float -AFLAGS+= -msoft-float .endif .elif ${MACHINE_ARCH} == "coldfire" COPTS+= -mhard-float FOPTS+= -mhard-float -AFLAGS+= -mhard-float .endif #.if !empty(MACHINE_ARCH:Mearmv7*)