Added CXX to Makefile to crosscompile should work right
authorskeezix <skeezix@flotsam-vm.(none)>
Wed, 1 Apr 2009 13:23:19 +0000 (09:23 -0400)
committerskeezix <skeezix@flotsam-vm.(none)>
Wed, 1 Apr 2009 13:23:19 +0000 (09:23 -0400)
Makefile

index daa1877..542fee6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,7 @@
 
 # tools
 CC = ${CROSSCOMPILE}gcc
+CXX = ${CROSSCOMPILE}gcc
 AR = ${CROSSCOMPILE}ar
 RANLIB = ${CROSSCOMPILE}ranlib
 RM = rm