Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sh3/conf add local def for CXX.



details:   https://anonhg.NetBSD.org/src/rev/6e6e991a697f
branches:  trunk
changeset: 476313:6e6e991a697f
user:      itojun <itojun%NetBSD.org@localhost>
date:      Mon Sep 13 15:50:01 1999 +0000

description:
add local def for CXX.

diffstat:

 sys/arch/sh3/conf/build-sh3 |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (9 lines):

diff -r 66cb84bf2b1b -r 6e6e991a697f sys/arch/sh3/conf/build-sh3
--- a/sys/arch/sh3/conf/build-sh3       Mon Sep 13 12:15:54 1999 +0000
+++ b/sys/arch/sh3/conf/build-sh3       Mon Sep 13 15:50:01 1999 +0000
@@ -11,4 +11,4 @@
 
 make AR=$TARGET-ar AS=$TARGET-as CC=$TARGET-gcc LD=$TARGET-ld NM=$TARGET-nm \
        RANLIB=$TARGET-ranlib SIZE=$TARGET-size STRIP=$TARGET-strip \
-       CPP=$TARGET-cpp $*
+       CPP=$TARGET-cpp CXX=$TARGET-c++ $*



Home | Main Index | Thread Index | Old Index