help: gmp for mips 4kc code

Kevin Ryde user42@zip.com.au
Sat, 09 Aug 2003 08:04:02 +1000


"berlin" <berlin@sendtek.com.tw> writes:
>
> Dear friends,
>     Does anyone know how to config gmp for mips 4kc code

See --build and --host under "Build Options" in the manual if you need
to override what configure already guesses.  The INSTALL.autoconf file
has generic info too.

> ( I want to use mips32 little ending).

Endianness is taken from the compiler, make sure it's in the right
mode and gmp will follow.

> I don't know how to specify the host option (CPU-VENDER-OS) in
> configure. Or should I do some modifycation in Makefile??

As stated in the manual, running ./config.guess is the easiest way.