aboutsummaryrefslogtreecommitdiffstats
path: root/src/comp.c
diff options
context:
space:
mode:
authorAndrea Corallo2020-09-10 07:37:33 +0200
committerAndrea Corallo2020-09-10 07:37:45 +0200
commitc2724c3ebb7228ecd8607c3017334e0efb57e069 (patch)
treefd57fa08776a3452025fd611dc37baa3ddce666c /src/comp.c
parent15acd27d1c0de8b56bab61daa0a8fcd4fef0fdc4 (diff)
downloademacs-c2724c3ebb7228ecd8607c3017334e0efb57e069.tar.gz
emacs-c2724c3ebb7228ecd8607c3017334e0efb57e069.zip
Revert "* src/comp.c (Fcomp__compile_ctxt_to_file): Don't cleanup caches at bootstrap."
This reverts commit 15acd27d1c0de8b56bab61daa0a8fcd4fef0fdc4.
Diffstat (limited to 'src/comp.c')
-rw-r--r--src/comp.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/comp.c b/src/comp.c
index 71a36a60a08..5880224ac77 100644
--- a/src/comp.c
+++ b/src/comp.c
@@ -4359,10 +4359,7 @@ DEFUN ("comp--compile-ctxt-to-file", Fcomp__compile_ctxt_to_file,
4359 GCC_JIT_OUTPUT_KIND_DYNAMIC_LIBRARY, 4359 GCC_JIT_OUTPUT_KIND_DYNAMIC_LIBRARY,
4360 SSDATA (tmp_file)); 4360 SSDATA (tmp_file));
4361 4361
4362 /* FIXME: this if workaround a cc-bytecomp compilation issue 4362 CALL1I (comp-clean-up-stale-eln, file_name);
4363 appearing on the Docker build that must be investigated. */
4364 if (NILP (Fsymbol_value(intern_c_string ("byte-native-for-bootstrap"))))
4365 CALL1I (comp-clean-up-stale-eln, file_name);
4366 CALL2I (comp-delete-or-replace-file, file_name, tmp_file); 4363 CALL2I (comp-delete-or-replace-file, file_name, tmp_file);
4367 4364
4368 if (!noninteractive) 4365 if (!noninteractive)