From 34108c2d3c2fd2c248951f310b692c32bd459cbb Mon Sep 17 00:00:00 2001 From: skeezix Date: Sat, 7 Mar 2009 08:02:28 -0500 Subject: [PATCH] Added crosscompile env var to ar and ranlib too --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2