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-5f2c79d8c7bf88e82c7e50f3a0db8862a023200d.tar.gz |
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 = . # 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... |