In Rhapsody 5.1 (DR2), the C++ compiler is named c++.

This commit is contained in:
wtc 1998-05-14 17:01:14 +00:00
parent 9e6979e082
commit c6427d2a86

View File

@ -22,7 +22,11 @@
include $(MOD_DEPTH)/config/UNIX.mk
CC = cc
ifeq ($(OS_RELEASE),5.0)
CCC = cc++
else
CCC = c++
endif
RANLIB = ranlib
OS_REL_CFLAGS = -Dppc