Changeset 4996
- Timestamp:
- Aug 22, 2006, 12:50:10 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
r4847 r4996 206 206 '(ppc-error-signal ppc-trap-support 207 207 ppc-threads-utils ppc-callback-support)) 208 ((:linuxx8664 :freebsdx8664 )208 ((:linuxx8664 :freebsdx8664 :darwinx8664) 209 209 '(x86-error-signal x86-trap-support 210 210 x86-threads-utils x86-callback-support))))) … … 429 429 (:linuxppc64 "ppc-boot64") 430 430 (:linuxx8664 "x86-boot64") 431 (:freebsdx8664 "fx86-boot64"))) 431 (:freebsdx8664 "fx86-boot64") 432 (:darwinx8664 "x86-boot64.image"))) 432 433 433 434 (defun standard-kernel-name (&optional (target (backend-name *host-backend*))) … … 438 439 (:linuxppc64 "ppccl64") 439 440 (:linuxx8664 "lx86cl64") 440 (:freebsdx8664 "fx86cl64"))) 441 (:freebsdx8664 "fx86cl64") 442 (:darwinx8664 "dx86cl64"))) 441 443 442 444 (defun standard-image-name (&optional (target (backend-name *host-backend*))) … … 447 449 (:linuxppc64 "PPCCL64") 448 450 (:linuxx8664 "LX86CL64") 449 (:freebsdx8664 "FX86CL64"))) 451 (:freebsdx8664 "FX86CL64") 452 (:darwinx8664 "dx86cl64.image"))) 450 453 451 454 (defun kernel-build-directory (&optional (target (backend-name *host-backend*))) … … 456 459 (:linuxppc64 "linuxppc64") 457 460 (:linuxx8664 "linuxx8664") 458 (:freebsdx8664 "freebsdx8664"))) 461 (:freebsdx8664 "freebsdx8664") 462 (:darwinx8664 "darwinx8664"))) 459 463 460 464 (defun rebuild-ccl (&key full clean kernel force (reload t) exit reload-arguments)
Note:
See TracChangeset
for help on using the changeset viewer.
