Changeset 5749


Ignore:
Timestamp:
Jan 20, 2007, 6:24:19 PM (18 years ago)
Author:
Gary Byers
Message:

Use os::expand-ff-call, for each value of OS.

Location:
trunk/ccl/compiler/PPC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/compiler/PPC/PPC32/ppc32-backend.lisp

    r5715 r5749  
    371371                :target-fasl-pathname (make-pathname :type "dfsl")
    372372                :target-platform (logior platform-word-size-32
    373                                              platform-cpu-ppc
    374                                              platform-os-darwin)
     373                                         platform-cpu-ppc
     374                                         platform-os-darwin)
    375375                :target-os :darwinppc
    376376                :name :darwinppc32
     
    424424               :ff-call-expand-function
    425425               #+linuxppc-target
    426                'ppc32::linux-expand-ff-call
     426               'linux32::expand-ff-call
    427427               #+darwinppc-target
    428                'ppc32::darwin-expand-ff-call
     428               'darwin32::expand-ff-call
    429429               )))
    430430    (install-standard-foreign-types ftd)
  • trunk/ccl/compiler/PPC/PPC64/ppc64-backend.lisp

    r5723 r5749  
    279279               :ff-call-expand-function
    280280               #+linuxppc-target
    281                'ppc64::linux-expand-ff-call
     281               'linux64::expand-ff-call
    282282               #+darwinppc-target
    283                'ppc64::darwin-expand-ff-call
     283               'darwin64::expand-ff-call
    284284               )))
    285285    (install-standard-foreign-types ftd)
Note: See TracChangeset for help on using the changeset viewer.