add local def for CXX.

This commit is contained in:
itojun 1999-09-13 15:50:01 +00:00
parent 6b9bfc0691
commit 14971ca02a
1 changed files with 1 additions and 1 deletions

View File

@ -11,4 +11,4 @@ TARGET=sh-hitachi-coff
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++ $*