Source-Changes-HG archive

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

[src/trunk]: src/gnu/usr.bin/gzip Add -traditional to MATCHCPPFLAGS so that m...



details:   https://anonhg.NetBSD.org/src/rev/5fb5585a7f43
branches:  trunk
changeset: 504532:5fb5585a7f43
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sun Mar 04 16:12:36 2001 +0000

description:
Add -traditional to MATCHCPPFLAGS so that match.S compiles
on cross environment which does not have usr.bin.cpp.sh.

diffstat:

 gnu/usr.bin/gzip/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e306eb7d5690 -r 5fb5585a7f43 gnu/usr.bin/gzip/Makefile
--- a/gnu/usr.bin/gzip/Makefile Sun Mar 04 15:59:55 2001 +0000
+++ b/gnu/usr.bin/gzip/Makefile Sun Mar 04 16:12:36 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.28 1999/07/30 04:07:25 mycroft Exp $
+#      $NetBSD: Makefile,v 1.29 2001/03/04 16:12:36 tsutsui Exp $
 
 .include <bsd.own.mk>
 
@@ -11,7 +11,7 @@
 .if (${MACHINE_ARCH} == "m68k" || ${MACHINE_ARCH} == "i386")
 SRCS+= match.S
 CPPFLAGS+=-DASMV
-MATCHCPPFLAGS=-D__NetBSD__
+MATCHCPPFLAGS=-traditional -D__NetBSD__
 
 .if (${OBJECT_FMT} == "ELF")
 MATCHCPPFLAGS+=-DNO_UNDERLINE



Home | Main Index | Thread Index | Old Index