| Summary: | config.guess and config.sub outdated | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Ozkan Sezer <sezeroz> |
| Component: | build | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | Keywords: | target-2.0.16 |
| Version: | HG 2.1 | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Attachments: | updated config.guess and config.sub | ||
I see nacl and emscripten support in there, so I think our patch may not be needed anymore. I went ahead and removed it, we'll see how it goes: https://hg.libsdl.org/SDL/rev/a6c6c5487352 Thanks! Buildbot emscripten builds seem to fail with: Invalid configuration `wasm-unknown-emscripten': machine `wasm-unknown' not recognized configure: error: /bin/bash ../build-scripts/config.sub wasm-unknown-emscripten failed https://buildbot.libsdl.org/#/builders/21 Will try adding missing emscripten entry from the removed patch into current config.sub later. Fixed buildbot emscripten builds with https://hg.libsdl.org/SDL/rev/48c7803322be by replacing wasm-unknown-emscripten with wasm32-unknown-emscripten (In reply to Ozkan Sezer from comment #3) > Fixed buildbot emscripten builds with > https://hg.libsdl.org/SDL/rev/48c7803322be > by replacing wasm-unknown-emscripten with wasm32-unknown-emscripten Note however, I don't know about emscripten configurations. Someone (Ryan?) please confirm. (I chose wasm32 arbitrarily, config.sub also recognizes wasm64.) I think this is fine, thanks! |
Created attachment 4595 [details] updated config.guess and config.sub Our config.guess and config.sub are rather outdated. Attached new versions of them here. However, build-scripts/config.sub.patch do not apply to these new versions: I don't know if and where that patch is still needed.