Make ar be crossed.
diff --git a/Makefile b/Makefile
index b1f88aa..588f8e0 100644
--- a/Makefile
+++ b/Makefile
@@ -78,6 +78,7 @@
 # to something more interesting, like "powerpc-linux-".
 CROSS =
 CC = $(CROSS)gcc
+AR = $(CROSS)ar
 STRIPTOOL = $(CROSS)strip
 
 # To compile vs uClibc, just use the compiler wrapper built by uClibc...