Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/conf Use CFLAGS instead of COPTS for -mapcs-fra...



details:   https://anonhg.NetBSD.org/src/rev/ef494958d8b5
branches:  trunk
changeset: 466906:ef494958d8b5
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Jan 06 07:40:45 2020 +0000

description:
Use CFLAGS instead of COPTS for -mapcs-frame when using DDB.

Discussed with mrg@

diffstat:

 sys/arch/arm/conf/Makefile.arm |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r cd047f00ea11 -r ef494958d8b5 sys/arch/arm/conf/Makefile.arm
--- a/sys/arch/arm/conf/Makefile.arm    Mon Jan 06 07:15:03 2020 +0000
+++ b/sys/arch/arm/conf/Makefile.arm    Mon Jan 06 07:40:45 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.arm,v 1.52 2020/01/02 14:33:55 skrll Exp $
+#      $NetBSD: Makefile.arm,v 1.53 2020/01/06 07:40:45 skrll Exp $
 
 # Makefile for NetBSD
 #
@@ -78,7 +78,7 @@
 
 OPT_DDB=       %DDB%
 .if !empty(OPT_DDB) && ${HAVE_GCC:U0} > 0
-COPTS+=                -mapcs-frame
+CFLAGS+=       -mapcs-frame
 .endif
 
 ##



Home | Main Index | Thread Index | Old Index