From 6a630910402c3da8e86fd09b940fd1d7b94550c7 Mon Sep 17 00:00:00 2001 From: andersen Date: Fri, 16 Feb 2001 18:36:04 +0000 Subject: Make ar be crossed. git-svn-id: svn://busybox.net/trunk/busybox@1834 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b1f88aa9c..588f8e0a2 100644 --- a/Makefile +++ b/Makefile @@ -78,6 +78,7 @@ BB_SRC_DIR = . # 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... -- cgit v1.2.3-55-g6feb