Hi Jordan, Just wanted to follow up on this:
> Am 23.05.2019 um 15:51 schrieb Frederik Seiffert <[email protected]>: > > It looks like Google also offers prebuilds of newer clang releases that > should include the fix above: > https://android.googlesource.com/platform/prebuilts/clang/host/ > <https://android.googlesource.com/platform/prebuilts/clang/host/> > > I haven’t fully figured out how to integrate these in the NDK (some info here > <https://groups.google.com/forum/#!msg/android-ndk/VrLv8OYxgWs/Wt21eeljBQAJ>) > but it might be easier than doing a full build yourself. I managed to write a script that integrates the latest Clang prebuilt (r353983d) into the NDK (r20) by performing the same steps as Clang.install() in checkbuild.sh <https://android.googlesource.com/platform/ndk/+/master/ndk/checkbuild.py#259>: https://github.com/gnustep/tools-android/blob/master/install-ndk.sh This along with switching to the gold linker lets me use the gnustep-2.0 runtime for both arm32 and arm64 on Android. I thought this may be useful to you as well. Frederik
_______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
