On Tue, 2 Mar 1999, christophe leroy wrote:
> To build bash for arm from a i486,
>
> untar bash (version 2)
> ./configure --target=linux-arm
>
> Edit Makefile and replace
>
> mksignames: $(SUPPORT_SRC)mksignames.c
> $(CC) $(CCFLAGS) $(CPPFLAGS) -o $@ $(SUPPORT_SRC)mksignames.c
>
> by
>
> mksignames: $(SUPPORT_SRC)mksignames.c
> $(CC_FOR_BUILD) $(CCFLAGS) $(CPPFLAGS) -o $@
> $(SUPPORT_SRC)mksignames.c
>
> then
>
> make CC=arm-linux-gcc CC_FOR_BUILD=gcc AR=arm-linux-ar
> RANLIB=arm-linux-ranlib
>
> Christophe
> unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]
Does this bash binary work ??? I hade difficulties building bash natively
with glibc2 because of some trouble with (a)malloc() and free().
----------------------------------------------------------
|mailto: Stefan Hanske ([EMAIL PROTECTED] |
|WWW : http://www.rzuser.uni-heidelberg.de/~shanske |
|phone: I'm not silly |
|--------------------------------------------------------|
| And don't forget to remember what you remembered not |
| to forget to remember... |
----------------------------------------------------------
unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]