diff options
author | Liāu, Kiong-Gē 廖宮毅 <gongyi.liao@gmail.com> | 2020-12-22 20:02:50 +0100 |
---|---|---|
committer | Andrea Corallo <akrl@sdf.org> | 2020-12-22 21:06:16 +0100 |
commit | 433ae7b0a5cedbcd7b0a1daf12846e38f00fd111 (patch) | |
tree | 70509a30988b79f66ca5cad8b6932dbcd333b0e7 /nt/mingw-cfg.site | |
parent | 9676e4d7766cea647a4e2b9e27fad97479b418de (diff) | |
download | emacs-433ae7b0a5cedbcd7b0a1daf12846e38f00fd111.tar.gz emacs-433ae7b0a5cedbcd7b0a1daf12846e38f00fd111.tar.bz2 emacs-433ae7b0a5cedbcd7b0a1daf12846e38f00fd111.zip |
Fix --with-nativecomp Windows build (bug#45303)
Liāu, Kiong-Gē 廖宮毅 <gongyi.liao@gmail.com>
* src/comp.c (eln_load_path_final_clean_up): Fix argument order.
* nt/mingw-cfg.site (ac_cv_func_strsignal): Force
`ac_cv_func_strsignal' to no.
Copyright-paperwork-exempt: yes
Diffstat (limited to 'nt/mingw-cfg.site')
-rw-r--r-- | nt/mingw-cfg.site | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nt/mingw-cfg.site b/nt/mingw-cfg.site index 4a77cc20b4e..a2c93996970 100644 --- a/nt/mingw-cfg.site +++ b/nt/mingw-cfg.site @@ -156,3 +156,7 @@ gl_cv_func_copy_file_range=yes # We don't want to build Emacs so it depends on bcrypt.dll, since then # it will refuse to start on systems where that DLL is absent. gl_cv_lib_assume_bcrypt=no +# Force 'ac_cv_func_strsignal' to no as mingw64 libgccjit exports this +# symbol erroneously +# <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=45303#83>. +ac_cv_func_strsignal=no |