Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hpcmips/conf Change COPTS to "-Os -mmemcpy" for siz...
details: https://anonhg.NetBSD.org/src/rev/97795a7a6874
branches: trunk
changeset: 480066:97795a7a6874
user: shin <shin%NetBSD.org@localhost>
date: Sat Jan 01 04:46:22 2000 +0000
description:
Change COPTS to "-Os -mmemcpy" for size reduction.
Suggested by Simon Burge.
diffstat:
sys/arch/hpcmips/conf/Makefile.hpcmips | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r d431a984afbb -r 97795a7a6874 sys/arch/hpcmips/conf/Makefile.hpcmips
--- a/sys/arch/hpcmips/conf/Makefile.hpcmips Sat Jan 01 02:22:35 2000 +0000
+++ b/sys/arch/hpcmips/conf/Makefile.hpcmips Sat Jan 01 04:46:22 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.hpcmips,v 1.3 2000/01/01 02:15:38 shin Exp $
+# $NetBSD: Makefile.hpcmips,v 1.4 2000/01/01 04:46:22 shin Exp $
# Makefile for NetBSD
#
@@ -34,7 +34,7 @@
STRIP?= strip
TSORT?= tsort -q
-COPTS?= -O2
+COPTS?= -Os -mmemcpy
# source tree is located via $S relative to the compilation directory
.ifndef S
Home |
Main Index |
Thread Index |
Old Index