Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/cobalt/stand/boot Use TOOL_GZIP
details: https://anonhg.NetBSD.org/src/rev/80ecff397cfc
branches: trunk
changeset: 767128:80ecff397cfc
user: matt <matt%NetBSD.org@localhost>
date: Sat Jul 09 15:50:38 2011 +0000
description:
Use TOOL_GZIP
diffstat:
sys/arch/cobalt/stand/boot/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r ff8ff788d938 -r 80ecff397cfc sys/arch/cobalt/stand/boot/Makefile
--- a/sys/arch/cobalt/stand/boot/Makefile Sat Jul 09 15:08:54 2011 +0000
+++ b/sys/arch/cobalt/stand/boot/Makefile Sat Jul 09 15:50:38 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2011/02/20 07:54:11 matt Exp $
+# $NetBSD: Makefile,v 1.24 2011/07/09 15:50:38 matt Exp $
NOMAN= # defined
@@ -109,7 +109,7 @@
${PROG}: ${LDSCRIPT} ${OBJS} ${LIBS}
${LD} ${LINKFORMAT} -Map ${PROG}.map -N -x -Ttext ${LOAD_ADDRESS} \
-T ${LDSCRIPT} -e start -o ${PROG} ${OBJS} ${LIBS}
- gzip -c9 ${PROG} > ${PROG}.gz
+ ${TOOL_GZIP} -c9 ${PROG} > ${PROG}.gz
@${SIZE} ${PROG}
CLEANFILES+= ${PROG}.map ${PROG}.elf ${PROG}.gz
Home |
Main Index |
Thread Index |
Old Index