- Timestamp:
- May 30, 2008, 12:07:55 AM (16 years ago)
- File:
-
- 1 edited
-
branches/ia32/lib/compile-ccl.lisp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/ia32/lib/compile-ccl.lisp
r7774 r9626 55 55 56 56 (defparameter *x86-compiler-modules* 57 '(x86-arch 58 x8632-arch 57 '(x8632-arch 58 x8664-arch 59 x86-arch 59 60 x8632env 61 x8664env 60 62 x86-asm 61 63 x86-lap 62 x8664-arch63 x8664env64 64 x86-backend 65 65 )) … … 440 440 (:linuxppc32 "ppccl") 441 441 (:darwinppc64 "dppccl64") 442 (:darwinx8632 "dx86cl 32")442 (:darwinx8632 "dx86cl") 443 443 (:linuxppc64 "ppccl64") 444 444 (:linuxx8664 "lx86cl64") … … 452 452 (:darwinppc64 "dppccl64.image") 453 453 (:linuxppc64 "PPCCL64") 454 (:darwinx8632 "dx86cl 32.image")454 (:darwinx8632 "dx86cl.image") 455 455 (:linuxx8664 "LX86CL64") 456 456 (:freebsdx8664 "FX86CL64")
Note:
See TracChangeset
for help on using the changeset viewer.
