mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
2e0ed79118
* gnu/packages/patches/emacs-next-native-comp-driver-options.patch: Add file. * gnu/packages/patches/emacs-next-exec-path.patch: Add file. * gnu/local.mk (dist_patch_DATA): Register them here. * gnu/packages/emacs.scm (emacs-next-minimal)[origin](patches): Include the same patches as emacs-minimal, save for the variants specific to emacs-next introduced above. Co-Authored-By: Nicolas Graves <ngraves@ngraves.fr> Fixes: ‘emacs-next’ is almost unusable <https://bugs.gnu.org/66227>
18 lines
609 B
Diff
18 lines
609 B
Diff
We substitute this anyway, so let's make it easier to substitute.
|
|
|
|
--- a/lisp/emacs-lisp/comp.el
|
|
+++ b/lisp/emacs-lisp/comp.el
|
|
@@ -203,9 +203,7 @@ and above."
|
|
:type '(repeat string)
|
|
:version "28.1")
|
|
|
|
-(defcustom native-comp-driver-options
|
|
- (cond ((eq system-type 'darwin) '("-Wl,-w"))
|
|
- ((eq system-type 'cygwin) '("-Wl,-dynamicbase")))
|
|
+(defcustom native-comp-driver-options nil
|
|
"Options passed verbatim to the native compiler's back-end driver.
|
|
Note that not all options are meaningful; typically only the options
|
|
affecting the assembler and linker are likely to be useful.
|
|
--
|
|
2.38.0
|
|
|