Changeset 4829
- Timestamp:
- Jun 27, 2006, 3:38:54 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/lib/compile-ccl.lisp (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/lib/compile-ccl.lisp
r4409 r4829 206 206 '(ppc-error-signal ppc-trap-support 207 207 ppc-threads-utils ppc-callback-support)) 208 ((:linuxx8664 :freebsd 86664)208 ((:linuxx8664 :freebsdx8664) 209 209 '(x86-error-signal x86-trap-support 210 210 x86-threads-utils x86-callback-support))))) … … 428 428 (:darwinppc64 "ppc-boot64.image") 429 429 (:linuxppc64 "ppc-boot64") 430 (:linuxx8664 "x86-boot64"))) 430 (:linuxx8664 "x86-boot64") 431 (:freebsdx8664 "fx86-boot64"))) 431 432 432 433 (defun standard-kernel-name (&optional (target (backend-name *host-backend*))) … … 436 437 (:darwinppc64 "dppccl64") 437 438 (:linuxppc64 "ppccl64") 438 (:linuxx8664 "lx86cl64"))) 439 (:linuxx8664 "lx86cl64") 440 (:freebsdx8664 "fx86cl64"))) 439 441 440 442 (defun standard-image-name (&optional (target (backend-name *host-backend*))) … … 444 446 (:darwinppc64 "dppccl64.image") 445 447 (:linuxppc64 "PPCCL64") 446 (:linuxx8664 "LX86CL64"))) 448 (:linuxx8664 "LX86CL64") 449 (:freebsdx8664 "FX86CL64"))) 447 450 448 451 (defun kernel-build-directory (&optional (target (backend-name *host-backend*))) … … 452 455 (:darwinppc64 "darwinppc64") 453 456 (:linuxppc64 "linuxppc64") 454 (:linuxx8664 "linuxx8664"))) 457 (:linuxx8664 "linuxx8664") 458 (:freebsdx8664 "freebsd8664"))) 455 459 456 460 (defun rebuild-ccl (&key full clean kernel force (reload t) exit reload-arguments)
Note:
See TracChangeset
for help on using the changeset viewer.
