Use -Os to save space. Required by gcc 4.8.

This commit is contained in:
skrll 2013-11-17 08:21:01 +00:00
parent 6342a7e6fd
commit 4b9dad715c

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.17 2013/06/17 17:44:16 christos Exp $
# $NetBSD: Makefile,v 1.18 2013/11/17 08:21:01 skrll Exp $
PROG= xxboot
NOMAN= # defined
@ -14,7 +14,7 @@ CPPFLAGS+= -D__daddr_t=int32_t
# ANSI C feature prevents from being relocatable
#CPPFLAGS+= -traditional # would be best
CPPFLAGS+= -Dconst=
COPTS+= -funsigned-char -mdisable-fpregs -mpa-risc-1-0
COPTS+= -Os -funsigned-char -mdisable-fpregs -mpa-risc-1-0
.include <bsd.own.mk>