Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/zaurus/conf Revert "Compile with -O2 by default" ch...



details:   https://anonhg.NetBSD.org/src/rev/066f161febe7
branches:  trunk
changeset: 467051:066f161febe7
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sun Jan 12 06:41:02 2020 +0000

description:
Revert "Compile with -O2 by default" change in previous rev 1.11.

COPTS is defined properly after sys/arch/arm/conf/Makefile.arm rev 1.53.
See discussion in source-changes-d@ for details:
 https://mail-index.netbsd.org/source-changes-d/2020/01/thread1.html#011984

diffstat:

 sys/arch/zaurus/conf/Makefile.zaurus.inc |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r 0b8f4abbdef3 -r 066f161febe7 sys/arch/zaurus/conf/Makefile.zaurus.inc
--- a/sys/arch/zaurus/conf/Makefile.zaurus.inc  Sun Jan 12 03:56:14 2020 +0000
+++ b/sys/arch/zaurus/conf/Makefile.zaurus.inc  Sun Jan 12 06:41:02 2020 +0000
@@ -1,8 +1,7 @@
-#      $NetBSD: Makefile.zaurus.inc,v 1.11 2020/01/03 10:01:07 martin Exp $
+#      $NetBSD: Makefile.zaurus.inc,v 1.12 2020/01/12 06:41:02 tsutsui Exp $
 
 MACHINE_ARCH?=         arm
 CPPFLAGS+=             -D${MACHINE}
-COPTS?=                        -O2
 
 SYSTEM_FIRST_OBJ=      zaurus_start.o
 SYSTEM_FIRST_SFILE=    ${THISARM}/zaurus/zaurus_start.S



Home | Main Index | Thread Index | Old Index