summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen2001-02-16 18:36:04 +0000
committerEric Andersen2001-02-16 18:36:04 +0000
commit5f2c79d8c7bf88e82c7e50f3a0db8862a023200d (patch)
tree7bd2d397a29fb02b16f4f2d2b8ac7a11088162dc /Makefile
parentaf12bc6de4635db04953d95c996477022cc2a1db (diff)
downloadbusybox-5f2c79d8c7bf88e82c7e50f3a0db8862a023200d.zip
busybox-5f2c79d8c7bf88e82c7e50f3a0db8862a023200d.tar.gz
Make ar be crossed.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b1f88aa..588f8e0 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...