]> git.eshelyaron.com Git - emacs.git/commitdiff
Revert "* src/comp.c (Fcomp__compile_ctxt_to_file): Don't cleanup caches at bootstrap."
authorAndrea Corallo <akrl@sdf.org>
Thu, 10 Sep 2020 05:37:33 +0000 (07:37 +0200)
committerAndrea Corallo <akrl@sdf.org>
Thu, 10 Sep 2020 05:37:45 +0000 (07:37 +0200)
This reverts commit 15acd27d1c0de8b56bab61daa0a8fcd4fef0fdc4.

src/comp.c

index 71a36a60a082dfd8d8873d125e376fcc10a1559c..5880224ac777c4f65cd8e153444a19d01595045e 100644 (file)
@@ -4359,10 +4359,7 @@ DEFUN ("comp--compile-ctxt-to-file", Fcomp__compile_ctxt_to_file,
                                   GCC_JIT_OUTPUT_KIND_DYNAMIC_LIBRARY,
                                   SSDATA (tmp_file));
 
-  /* FIXME: this if workaround a cc-bytecomp compilation issue
-     appearing on the Docker build that must be investigated.  */
-  if (NILP (Fsymbol_value(intern_c_string ("byte-native-for-bootstrap"))))
-    CALL1I (comp-clean-up-stale-eln, file_name);
+  CALL1I (comp-clean-up-stale-eln, file_name);
   CALL2I (comp-delete-or-replace-file, file_name, tmp_file);
 
   if (!noninteractive)