Hi all experts,
I download the bash-2.0.tar.gz.
If I want to build with cross-compiler
(mipsel-linux-gcc),
how could I configure the environment.
The following is my configure command.
[ mips]$
CC=mipsel-linux-gcc BUILD_CC=gcc
AR=mipsel-linux-ar RANLIB=mipsel-linux-ranlib
./configure
--prefix=/usr/local/
--host=mipsel-linux
--enable-add-ons=yes
It should be wrong.
Who could tell me how to configure it?
Thanks in advance.
|