[Git][cmucl/cmucl][rtoy-amd64-p1] Restore ability to build on x86

Raymond Toy gitlab at common-lisp.net
Wed Aug 19 05:13:16 UTC 2020



Raymond Toy pushed to branch rtoy-amd64-p1 at cmucl / cmucl


Commits:
9cf8b82c by Raymond Toy at 2020-08-18T22:12:14-07:00
Restore ability to build on x86

Always compile compiler/float-tran-dd as we used to do.

- - - - -


1 changed file:

- src/tools/comcom.lisp


Changes:

=====================================
src/tools/comcom.lisp
=====================================
@@ -121,7 +121,6 @@
 (comf "target:compiler/typetran" :byte-compile *byte-compile*)
 (comf "target:compiler/generic/vm-typetran" :byte-compile *byte-compile*)
 (comf "target:compiler/float-tran" :byte-compile *byte-compile*)
-#+#.(c:target-featurep :double-double)
 (comf "target:compiler/float-tran-dd" :byte-compile *byte-compile*)
 (comf "target:compiler/saptran" :byte-compile *byte-compile*)
 (comf "target:compiler/srctran") ;; try



View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/9cf8b82c582aa74f3dd654972701d7f5b2fc5267

-- 
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/9cf8b82c582aa74f3dd654972701d7f5b2fc5267
You're receiving this email because of your account on gitlab.common-lisp.net.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20200819/2a41ee56/attachment.htm>


More information about the cmucl-cvs mailing list