Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hp700/stand/xxboot Use -Os to save space. Required ...



details:   https://anonhg.NetBSD.org/src/rev/3a282f57fc04
branches:  trunk
changeset: 791414:3a282f57fc04
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Nov 17 08:21:01 2013 +0000

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

diffstat:

 sys/arch/hp700/stand/xxboot/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b614c7d1f597 -r 3a282f57fc04 sys/arch/hp700/stand/xxboot/Makefile
--- a/sys/arch/hp700/stand/xxboot/Makefile      Sun Nov 17 04:45:35 2013 +0000
+++ b/sys/arch/hp700/stand/xxboot/Makefile      Sun Nov 17 08:21:01 2013 +0000
@@ -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 @@
 # 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>
 



Home | Main Index | Thread Index | Old Index