[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] scratch/raeburn-startup e69daac 21/43: Fix build on Cygwin
From: |
Ken Raeburn |
Subject: |
[Emacs-diffs] scratch/raeburn-startup e69daac 21/43: Fix build on Cygwin |
Date: |
Mon, 31 Jul 2017 02:11:02 -0400 (EDT) |
branch: scratch/raeburn-startup
commit e69daacf4cf09d89ccd16d653a9c8b468f8020f5
Author: Ken Brown <address@hidden>
Commit: Ken Raeburn <address@hidden>
Fix build on Cygwin
* configure.ac: Use system malloc on Cygwin.
* lisp/loadup.el: Use ".exe" suffix on Cygwin.
---
configure.ac | 4 +---
lisp/loadup.el | 2 +-
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/configure.ac b/configure.ac
index 056c8c3..4628cfb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2204,9 +2204,7 @@ system_malloc=yes
test "$CANNOT_DUMP" = yes ||
case "$opsys" in
## darwin ld insists on the use of malloc routines in the System framework.
- darwin | mingw32 | nacl | sol2-10) ;;
- cygwin) hybrid_malloc=yes
- system_malloc= ;;
+ cygwin | darwin | mingw32 | nacl | sol2-10) ;;
*) test "$ac_cv_func_sbrk" = yes &&
system_malloc=$emacs_cv_sanitize_address;;
esac
diff --git a/lisp/loadup.el b/lisp/loadup.el
index 956ee79..6a9d4aa 100644
--- a/lisp/loadup.el
+++ b/lisp/loadup.el
@@ -463,7 +463,7 @@ lost after dumping")))
;; other GNU program's build process.
;; (dump-emacs "emacs" "temacs")
;; (message "%d pure bytes used" pure-bytes-used)
- (let ((exe (if (memq system-type '(windows-nt ms-dos)) ".exe" "")))
+ (let ((exe (if (memq system-type '(cygwin windows-nt ms-dos)) ".exe"
"")))
(copy-file (expand-file-name (concat "temacs" exe)
invocation-directory)
(expand-file-name (concat "emacs" exe) invocation-directory)
t)
- [Emacs-diffs] scratch/raeburn-startup 406bfc4 15/43: Call unify-charset on appropriate charsets., (continued)
- [Emacs-diffs] scratch/raeburn-startup 406bfc4 15/43: Call unify-charset on appropriate charsets., Ken Raeburn, 2017/07/31
- [Emacs-diffs] scratch/raeburn-startup ee0638c 18/43: Create frame's face cache., Ken Raeburn, 2017/07/31
- [Emacs-diffs] scratch/raeburn-startup 7414991 01/43: Stefan's patch to write out and load "dumped.elc"; Oct 31 version., Ken Raeburn, 2017/07/31
- [Emacs-diffs] scratch/raeburn-startup fd03b6b 07/43: Dump defvars for special variables only., Ken Raeburn, 2017/07/31
- [Emacs-diffs] scratch/raeburn-startup cd1a407 05/43: Create *Messages* buffer when loading dumped data., Ken Raeburn, 2017/07/31
- [Emacs-diffs] scratch/raeburn-startup 711bff0 06/43: Don't memset storage we're about to fill anyway., Ken Raeburn, 2017/07/31
- [Emacs-diffs] scratch/raeburn-startup 76ee58e 17/43: Don't save coding-system-list., Ken Raeburn, 2017/07/31
- [Emacs-diffs] scratch/raeburn-startup a47fa80 13/43: Dump and restore the standard syntax table., Ken Raeburn, 2017/07/31
- [Emacs-diffs] scratch/raeburn-startup 23b10de 22/43: Disable "before-dump" memory allocation on MS-Windows, Ken Raeburn, 2017/07/31
- [Emacs-diffs] scratch/raeburn-startup 89bfbf7 38/43: * lisp/loadup.el: Drop several more variables from dumped.elc., Ken Raeburn, 2017/07/31
- [Emacs-diffs] scratch/raeburn-startup e69daac 21/43: Fix build on Cygwin,
Ken Raeburn <=
- [Emacs-diffs] scratch/raeburn-startup 98025ef 31/43: Retain overlay properties when dumping., Ken Raeburn, 2017/07/31
- [Emacs-diffs] scratch/raeburn-startup f6793d2 41/43: Don't use byte-compile-dynamic for stuff we're going to load., Ken Raeburn, 2017/07/31
- [Emacs-diffs] scratch/raeburn-startup 9664101 16/43: Load dumped.elc quietly., Ken Raeburn, 2017/07/31
- [Emacs-diffs] scratch/raeburn-startup cc22b26 19/43: Don't save internal--text-quoting-flag., Ken Raeburn, 2017/07/31
- [Emacs-diffs] scratch/raeburn-startup 3da90ae 32/43: Make watchers dumpable., Ken Raeburn, 2017/07/31
- [Emacs-diffs] scratch/raeburn-startup 363abae 30/43: Support dumping variable aliases., Ken Raeburn, 2017/07/31
- [Emacs-diffs] scratch/raeburn-startup 291e585 24/43: Update load-path and purify-flag even if not bootstrapping., Ken Raeburn, 2017/07/31
- [Emacs-diffs] scratch/raeburn-startup 2c96099 27/43: Don't dump artifacts of the dump process., Ken Raeburn, 2017/07/31
- [Emacs-diffs] scratch/raeburn-startup bd8bcb3 29/43: Load uniquify after dump/reload., Ken Raeburn, 2017/07/31
- [Emacs-diffs] scratch/raeburn-startup d987a68 39/43: Don't show the build directory in load-history., Ken Raeburn, 2017/07/31