Change COPTS to "-Os -mmemcpy" for size reduction.

Suggested by Simon Burge.
This commit is contained in:
shin 2000-01-01 04:46:22 +00:00
parent 54fac7be8f
commit 28087acb02

View File

@ -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 # Makefile for NetBSD
# #
@ -34,7 +34,7 @@ SIZE?= size
STRIP?= strip STRIP?= strip
TSORT?= tsort -q TSORT?= tsort -q
COPTS?= -O2 COPTS?= -Os -mmemcpy
# source tree is located via $S relative to the compilation directory # source tree is located via $S relative to the compilation directory
.ifndef S .ifndef S