Stefan Hanske wrote:
>
> 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().
>
I've no tools so I can't test very hard, but at least, I get
a prompt, and I'm able to do things like
echo *
pwd
cd
.....
glibc is 2.1
Christophe
unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]