From: skeezix Date: Sat, 7 Mar 2009 13:02:28 +0000 (-0500) Subject: Added crosscompile env var to ar and ranlib too X-Git-Tag: Release-2010-05/1~182 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34108c2d3c2fd2c248951f310b692c32bd459cbb;p=pandora-libraries.git Added crosscompile env var to ar and ranlib too --- diff --git a/Makefile b/Makefile index 1d83936..f2122a4 100644 --- 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