On 11 Jan 2015 21:56, Jeffrey Walton wrote: > $ ./configure --build=`./config.guess` --host=x86_64-linux-androideabi > checking build system type... i686-apple-darwin12.5.0 > checking host system type... Invalid configuration > `x86_64-linux-androideabi': system `androideabi' not recognized > configure: error: /bin/sh ./config.sub x86_64-linux-androideabi failed
you need to teach the GNU/config project about the new tuple:
https://savannah.gnu.org/projects/config
and then it'll get synced over time to other projects/distros.
-mike
signature.asc
Description: Digital signature
_______________________________________________ Autoconf mailing list [email protected] https://lists.gnu.org/mailman/listinfo/autoconf
