From d3af72578fac70f7150b70cc80a8528cd5753da6 Mon Sep 17 00:00:00 2001 From: skeezix Date: Wed, 1 Apr 2009 09:23:19 -0400 Subject: [PATCH] Added CXX to Makefile to crosscompile should work right --- Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2