[Git][cmucl/cmucl][rtoy-amd64-p1] Restore ability to build on x86
![](https://secure.gravatar.com/avatar/5634a99cd64dd70d4a6692c3031a1284.jpg?s=120&d=mm&r=g)
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/9cf8b82c582aa74f3dd65497... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/9cf8b82c582aa74f3dd65497... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy