emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/native-comp c2724c3 1/2: Revert "* src/comp.c (Fcomp__compile_ct


From: Andrea Corallo
Subject: feature/native-comp c2724c3 1/2: Revert "* src/comp.c (Fcomp__compile_ctxt_to_file): Don't cleanup caches at bootstrap."
Date: Thu, 10 Sep 2020 02:49:11 -0400 (EDT)

branch: feature/native-comp
commit c2724c3ebb7228ecd8607c3017334e0efb57e069
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@sdf.org>

    Revert "* src/comp.c (Fcomp__compile_ctxt_to_file): Don't cleanup caches at 
bootstrap."
    
    This reverts commit 15acd27d1c0de8b56bab61daa0a8fcd4fef0fdc4.
---
 src/comp.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/src/comp.c b/src/comp.c
index 71a36a6..5880224 100644
--- a/src/comp.c
+++ b/src/comp.c
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]