Changeset 5740
- Timestamp:
- Jan 18, 2007, 10:15:36 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/level-1/l1-boot-2.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/level-1/l1-boot-2.lisp
r5314 r5740 27 27 (namestring (backend-target-fasl-pathname 28 28 *target-backend*))))) 29 `(let* ((*loading-file-source-file* *loading-file-source-file*))29 `(let* ((*loading-file-source-file* *loading-file-source-file*)) 30 30 (%fasload ,namestring)))) 31 31 (bin-load (name) … … 227 227 228 228 (bin-load-provide "FOREIGN-TYPES" "foreign-types") 229 230 #+(and ppc32-target linux-target) 231 (bin-load-provide "FFI-LINUXPPC32" "ffi-linuxppc32") 232 #+(and ppc32-target darwin-target) 233 (bin-load-provide "FFI-DARWINPPC32" "ffi-darwinppc32") 234 #+(and ppc64-target darwin-target) 235 (bin-load-provide "FFI-DARWINPPC64" "ffi-darwinppc64") 236 #+(and ppc64-target linux-target) 237 (bin-load-provide "FFI-LINUXPPC64" "ffi-linuxppc64") 238 #+(and x8664-target linux-target) 239 (bin-load-provide "FFI-LINUXX8664" "ffi-linuxx8664") 240 #+(and x8664-target darwin-target) 241 (bin-load-provide "FFI-DARWINX8664" "ffi-darwinx8664") 242 #+(and x8664-target freebsd-target) 243 (bin-load-provide "FFI-FREEBSDX8664" "ffi-freebsdx8664") 244 229 245 (bin-load-provide "DB-IO" "db-io") 230 246
Note:
See TracChangeset
for help on using the changeset viewer.
