On Mon, Feb 23, 2015 at 6:25 PM, Boris Gjenero <[email protected]> wrote:
> [snip] > The solution to that error is simple and self-explanatory. I added > --host=le32-unknown-nacl because --host=asmjs-unknown-emscripten isn't > recognized. > That reminds me -- we should probably submit a patch to GNU for autoconf's config.sub to recognize asmjs-unknown-emscripten as a legit host triple. For projects with an old autoconf config, updating the config.sub with a fixed version may help get configure working in cross-compilation mode... The current master version appears to still not know of emscripten: http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD This would let me clean up a couple remaining configure hacks for Xiph's ogg/vorbis/theora libraries I think... -- brion vibber (brion @ pobox.com / bvibber @ wikimedia.org) -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
