Make ar be crossed.

This commit is contained in:
Eric Andersen 2001-02-16 18:36:04 +00:00
parent af12bc6de4
commit 5f2c79d8c7
3 changed files with 2107 additions and 1036 deletions

View File

@ -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...

1571
cmdedit.c

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff