app-editors/emacs: Drop NATIVE_FULL_AOT workaround with USE=jit

This is now supported as a configure option:
https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=e245c4f226979ccb717cccc8f82b2b0a0f96bdac

Closes: https://bugs.gentoo.org/808522
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
This commit is contained in:
Ulrich Müller 2022-10-03 14:12:48 +02:00
parent 31e47e54f3
commit aedc449824
No known key found for this signature in database
GPG Key ID: 5188335088415E2E
1 changed files with 1 additions and 2 deletions

View File

@ -173,7 +173,6 @@ src_prepare() {
fi
if use jit; then
export NATIVE_FULL_AOT=1
find lisp -type f -name "*.elc" -delete || die
# These files ignore LDFLAGS. We assign the variable here, because
@ -352,7 +351,7 @@ src_configure() {
$(use_with games gameuser ":gamestat") \
$(use_with gmp libgmp) \
$(use_with gpm) \
$(use_with jit native-compilation) \
$(use_with jit native-compilation aot) \
$(use_with json) \
$(use_with kerberos) $(use_with kerberos kerberos5) \
$(use_with lcms lcms2) \