Source-Changes-HG archive

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

[src/trunk]: src/share/mk Add a HOST_CXX and HOST_CXXFLAGS (currently needed ...



details:   https://anonhg.NetBSD.org/src/rev/db5877565824
branches:  trunk
changeset: 513819:db5877565824
user:      tv <tv%NetBSD.org@localhost>
date:      Tue Aug 14 11:55:04 2001 +0000

description:
Add a HOST_CXX and HOST_CXXFLAGS (currently needed for compiling groff on
a cross host).

diffstat:

 share/mk/bsd.sys.mk |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r da5f30d24264 -r db5877565824 share/mk/bsd.sys.mk
--- a/share/mk/bsd.sys.mk       Tue Aug 14 11:40:40 2001 +0000
+++ b/share/mk/bsd.sys.mk       Tue Aug 14 11:55:04 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.sys.mk,v 1.48 2001/07/04 17:46:06 scw Exp $
+#      $NetBSD: bsd.sys.mk,v 1.49 2001/08/14 11:55:04 tv Exp $
 #
 # Overrides used for NetBSD source tree builds.
 
@@ -46,6 +46,9 @@
 HOST_COMPILE.c?=${HOST_CC} ${HOST_CFLAGS} ${HOST_CPPFLAGS} -c
 HOST_LINK.c?=  ${HOST_CC} ${HOST_CFLAGS} ${HOST_CPPFLAGS} ${HOST_LDFLAGS}
 
+HOST_CXX?=     c++
+HOST_CXXFLAGS?=        -O
+
 HOST_CPP?=     cpp
 HOST_CPPFLAGS?=
 



Home | Main Index | Thread Index | Old Index