diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-02-16 18:36:04 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-02-16 18:36:04 +0000 |
commit | 5f2c79d8c7bf88e82c7e50f3a0db8862a023200d (patch) | |
tree | 7bd2d397a29fb02b16f4f2d2b8ac7a11088162dc /Makefile | |
parent | af12bc6de4635db04953d95c996477022cc2a1db (diff) | |
download | busybox-w32-5f2c79d8c7bf88e82c7e50f3a0db8862a023200d.tar.gz busybox-w32-5f2c79d8c7bf88e82c7e50f3a0db8862a023200d.tar.bz2 busybox-w32-5f2c79d8c7bf88e82c7e50f3a0db8862a023200d.zip |
Make ar be crossed.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -78,6 +78,7 @@ BB_SRC_DIR = . | |||
78 | # to something more interesting, like "powerpc-linux-". | 78 | # to something more interesting, like "powerpc-linux-". |
79 | CROSS = | 79 | CROSS = |
80 | CC = $(CROSS)gcc | 80 | CC = $(CROSS)gcc |
81 | AR = $(CROSS)ar | ||
81 | STRIPTOOL = $(CROSS)strip | 82 | STRIPTOOL = $(CROSS)strip |
82 | 83 | ||
83 | # To compile vs uClibc, just use the compiler wrapper built by uClibc... | 84 | # To compile vs uClibc, just use the compiler wrapper built by uClibc... |