projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efaa0eb
)
* lisp/mail/emacsbug.el (report-emacs-bug): Report libgccjit status.
author
Andrea Corallo
<akrl@sdf.org>
Fri, 11 Feb 2022 14:00:57 +0000
(15:00 +0100)
committer
Andrea Corallo
<akrl@sdf.org>
Fri, 11 Feb 2022 14:36:00 +0000
(15:36 +0100)
lisp/mail/emacsbug.el
patch
|
blob
|
history
diff --git
a/lisp/mail/emacsbug.el
b/lisp/mail/emacsbug.el
index f5559e39f680b93debc1dfb353299912e6710289..1bda609d1057e5ce7a0711fb1c785408a116a632 100644
(file)
--- a/
lisp/mail/emacsbug.el
+++ b/
lisp/mail/emacsbug.el
@@
-304,6
+304,9
@@
usually do not have translators for other languages.\n\n")))
(emacs-bug--system-description)
(insert "Configured features:\n" system-configuration-features "\n\n")
(fill-region (line-beginning-position -1) (point))
+ (when (and (featurep 'native-compile)
+ (null (native-comp-available-p)))
+ (insert "(NATIVE_COMP present but libgccjit not available)\n\n"))
(insert "Important settings:\n")
(mapc
(lambda (var)