Source-Changes-HG archive

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

[src/trunk]: src/share/mk Revert the AFLAGS change since it affects kernels.



details:   https://anonhg.NetBSD.org/src/rev/b7845875d932
branches:  trunk
changeset: 961965:b7845875d932
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Apr 26 00:38:23 2021 +0000

description:
Revert the AFLAGS change since it affects kernels.

diffstat:

 share/mk/bsd.sys.mk |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 90a637ee248f -r b7845875d932 share/mk/bsd.sys.mk
--- a/share/mk/bsd.sys.mk       Mon Apr 26 00:28:01 2021 +0000
+++ b/share/mk/bsd.sys.mk       Mon Apr 26 00:38:23 2021 +0000
@@ -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 @@
 .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*)



Home | Main Index | Thread Index | Old Index