From 5f2c79d8c7bf88e82c7e50f3a0db8862a023200d Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 16 Feb 2001 18:36:04 +0000 Subject: Make ar be crossed. --- 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