Changeset 7241
- Timestamp:
- Sep 17, 2007, 5:29:18 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ia32/lib/compile-ccl.lisp
r7062 r7241 148 148 *ppc64-compiler-backend-modules* 149 149 *ppc-compiler-backend-modules*)) 150 (:x8632 (append *x86-compiler-modules* 151 *x8632-compiler-backend-modules* 152 *x86-compiler-backend-modules*)) 150 153 (:x8664 (append *x86-compiler-modules* 151 154 *x8664-compiler-backend-modules* … … 427 430 (:linuxx8664 "x86-boot64") 428 431 (:freebsdx8664 "fx86-boot64") 432 (:darwinx8632 "x86-boot32.image") 429 433 (:darwinx8664 "x86-boot64.image"))) 430 434
Note: See TracChangeset
for help on using the changeset viewer.