https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101785
--- Comment #12 from Julian Waters <tanksherman27 at gmail dot com> --- (In reply to Andrew Pinski from comment #11) > (In reply to Julian Waters from comment #10) > > Just so happened to bump into this while trying to compile gcc that targets > > Android. Is this still not supported in gcc 15? > > Google has moved all Android development over to LLVM/clang. So if you want > support for this someone needs to come up with patches and submit them. That's unfortunate. The remnants of code for Android in the gcc source tree tricked me into thinking that gcc still had Android support. Strangely aarch64-unknown-linux-android-gcc does still seem to be able to compile until libgcc, even with so much unmaintained code. I find that oddly impressive. Time to study the code and see what is missing, I guess.
