Skip to content
Snippets Groups Projects
Commit 94e78b45 authored by alice's avatar alice Committed by alice
Browse files

community/emacs: add jit native compilation

parent f10a87e4
No related branches found
No related tags found
1 merge request!32869community/emacs: add jit native compilation
Pipeline #118079 canceled
...@@ -2,14 +2,15 @@ ...@@ -2,14 +2,15 @@
# Contributor: Timo Teräs <timo.teras@iki.fi> # Contributor: Timo Teräs <timo.teras@iki.fi>
pkgname=emacs pkgname=emacs
pkgver=28.1 pkgver=28.1
pkgrel=0 pkgrel=1
pkgdesc="The extensible, customizable, self-documenting real-time display editor" pkgdesc="The extensible, customizable, self-documenting real-time display editor"
arch="all" arch="all"
depends="emacs-nox" depends="emacs-nox"
url="https://www.gnu.org/software/emacs/emacs.html" url="https://www.gnu.org/software/emacs/emacs.html"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
makedepends="autoconf automake linux-headers gawk ncurses-dev makedepends="autoconf automake linux-headers gawk ncurses-dev
ncurses-libs gnutls-dev gmp-dev jansson-dev harfbuzz-dev" ncurses-libs gnutls-dev gmp-dev jansson-dev harfbuzz-dev
libgccjit-dev"
subpackages="$pkgname-doc $pkgname-nox" subpackages="$pkgname-doc $pkgname-nox"
source="https://ftp.gnu.org/gnu/emacs/emacs-$pkgver.tar.xz source="https://ftp.gnu.org/gnu/emacs/emacs-$pkgver.tar.xz
no-git-repo.patch" no-git-repo.patch"
...@@ -51,6 +52,7 @@ _build_variant() { ...@@ -51,6 +52,7 @@ _build_variant() {
--with-gpm \ --with-gpm \
--with-harfbuzz \ --with-harfbuzz \
--with-json \ --with-json \
--with-native-compilation \
"${@}" "${@}"
make make
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment