From: skeezix Date: Wed, 1 Apr 2009 13:23:19 +0000 (-0400) Subject: Added CXX to Makefile to crosscompile should work right X-Git-Tag: Release-2010-05/1~179 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3af72578fac70f7150b70cc80a8528cd5753da6;p=pandora-libraries.git Added CXX to Makefile to crosscompile should work right --- diff --git a/Makefile b/Makefile index daa1877..542fee6 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,7 @@ # tools CC = ${CROSSCOMPILE}gcc +CXX = ${CROSSCOMPILE}gcc AR = ${CROSSCOMPILE}ar RANLIB = ${CROSSCOMPILE}ranlib RM = rm