From 25bc6b7d6ccfdeecf4595cd9aee2847895276e2a Mon Sep 17 00:00:00 2001 From: Liong Sauw Ming Date: Thu, 24 Oct 2013 07:12:39 +0000 Subject: Re #1630 (misc): Use the right compiler and flags to compile C++ (.cpp) files git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4637 74dad513-b988-da41-8d7b-12977e46ad98 --- build/rules.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build') diff --git a/build/rules.mak b/build/rules.mak index 15ae6672..49798a37 100644 --- a/build/rules.mak +++ b/build/rules.mak @@ -142,7 +142,7 @@ $(OBJDIR)/%$(OBJEXT): $(SRCDIR)/%.S $(subst /,$(HOST_PSEP),$<) $(OBJDIR)/%$(OBJEXT): $(SRCDIR)/%.cpp - $(CC) $($(APP)_CXXFLAGS) \ + $(CXX) $($(APP)_CXXFLAGS) \ $(CC_OUT)$(subst /,$(HOST_PSEP),$@) \ $(subst /,$(HOST_PSEP),$<) -- cgit v1.2.3