emacs-31 e54ba842458: ; * etc/PROBLEMS (Build-time problems): Discuss bug#81211.
Sean Whitton <[email protected]> Wed, 5 Aug 2026 06:25:34 -0400 (EDT)
| Newsgroups | gmane.emacs.diffs |
|---|---|
| Message-ID | <[email protected]> |
branch: emacs-31 commit e54ba842458275d5bfff7305bb1b310862780094 Author: Sean Whitton <[email protected]> Commit: Sean Whitton <[email protected]> ; * etc/PROBLEMS (Build-time problems): Discuss bug#81211. --- etc/PROBLEMS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/etc/PROBLEMS b/etc/PROBLEMS index c9b01e65ea4..64cf1576c5a 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS @@ -4030,6 +4030,12 @@ The solution is to tell configure to use the correct C preprocessor for your C compiler (CPP="/opt/developerstudio12.6/bin/cc -E" in the above example). +*** The Android build works with only older versions of Java. + +Only Java 19 and older work, because Java 19 was the last version to +support "-source 7". See <URL:https://debbugs.gnu.org/81211> for more +details. + ** Compilation *** Link-time optimization with clang doesn't work on Fedora 20.