Changeset 5740


Ignore:
Timestamp:
Jan 18, 2007, 10:15:36 PM (18 years ago)
Author:
Gary Byers
Message:

Load with the new ffi-backend fasls.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/level-1/l1-boot-2.lisp

    r5314 r5740  
    2727                                  (namestring (backend-target-fasl-pathname
    2828                                               *target-backend*)))))
    29                `(let* ((*loading-file-source-file* *loading-file-source-file*))
     29       `(let* ((*loading-file-source-file* *loading-file-source-file*))
    3030                 (%fasload ,namestring))))
    3131           (bin-load (name)
     
    227227
    228228      (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     
    229245      (bin-load-provide "DB-IO" "db-io")
    230246     
Note: See TracChangeset for help on using the changeset viewer.