>> ./configure --host=arm-linux --target=arm-linux
>
>Ehm, you're telling configure that your compile host is arm-linux,
>that's certainly not true. Just use "./configure arm-linux".

Those two are almost exactly equivalent.  "configure foo-bar" is just 
shorthand for "configure --host=foo-bar"; the --target option is almost 
certainly just ignored.

p.


PGP signature

Reply via email to