* configure.ac: Use system malloc on Cygwin.
* lisp/loadup.el: Use ".exe" suffix on Cygwin.
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
;; 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)