Make g++ default C++ compiler

This commit is contained in:
fur%netscape.com 1999-02-09 06:47:00 +00:00
parent d60ecdb0f1
commit 6e52b56316

View File

@ -46,7 +46,7 @@ ifeq ($(OS_ARCH),WINNT)
CFLAGS += -YX -Fp$(OBJDIR)/ef.pch -Fd$(OBJDIR)/ef.pdb
MKDIR = mkdir
else
CCC = gcc
CCC = g++
AS = gcc
ASFLAGS += -x assembler-with-cpp
# EXC_FLAGS = -fexceptions