Added crosscompile env var to ar and ranlib too
authorskeezix <skeezix@flotsam-vm.(none)>
Sat, 7 Mar 2009 13:02:28 +0000 (08:02 -0500)
committerskeezix <skeezix@flotsam-vm.(none)>
Sat, 7 Mar 2009 13:02:28 +0000 (08:02 -0500)
Makefile

index 1d83936..f2122a4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,8 +5,8 @@
 
 # tools
 CC = ${CROSSCOMPILE}gcc
-AR = ar
-RANLIB = ranlib
+AR = ${CROSSCOMPILE}ar
+RANLIB = ${CROSSCOMPILE}ranlib
 RM = rm
 
 # environment