Changeset 7335 for branches/ia32/lib/compile-ccl.lisp
- Timestamp:
- Oct 1, 2007, 8:13:04 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ia32/lib/compile-ccl.lisp
r7244 r7335 63 63 x8664env 64 64 x86-backend 65 ) 66 ) 65 )) 67 66 68 67 (defparameter *ppc32-compiler-backend-modules* … … 90 89 91 90 (defparameter *ppc-xload-modules* '(xppcfasload xfasload heap-image )) 91 (defparameter *x8632-xload-modules* '(xx8632fasload xfasload heap-image )) 92 92 (defparameter *x8664-xload-modules* '(xx8664fasload xfasload heap-image )) 93 93 … … 108 108 (case target 109 109 ((:ppc32 :ppc64) *ppc-xload-modules*) 110 (:x8632 *x8632-xload-modules*) 110 111 (:x8664 *x8664-xload-modules*))) 111 112 … … 428 429 (:darwinppc64 "ppc-boot64.image") 429 430 (:linuxppc64 "ppc-boot64") 431 (:darwinx8632 "x86-boot32.image") 430 432 (:linuxx8664 "x86-boot64") 431 433 (:freebsdx8664 "fx86-boot64") … … 438 440 (:linuxppc32 "ppccl") 439 441 (:darwinppc64 "dppccl64") 442 (:darwinx8632 "dx86cl32") 440 443 (:linuxppc64 "ppccl64") 441 444 (:linuxx8664 "lx86cl64") … … 449 452 (:darwinppc64 "dppccl64.image") 450 453 (:linuxppc64 "PPCCL64") 454 (:darwinx8632 "dx86cl32.image") 451 455 (:linuxx8664 "LX86CL64") 452 456 (:freebsdx8664 "FX86CL64") … … 459 463 (:darwinppc64 "darwinppc64") 460 464 (:linuxppc64 "linuxppc64") 465 (:darwinx8632 "darwinx862") 461 466 (:linuxx8664 "linuxx8664") 462 467 (:freebsdx8664 "freebsdx8664")
Note: See TracChangeset
for help on using the changeset viewer.