Change COPTS to "-Os -mmemcpy" for size reduction.
Suggested by Simon Burge.
This commit is contained in:
parent
54fac7be8f
commit
28087acb02
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user