Changeset 5749
- Timestamp:
- Jan 20, 2007, 6:24:19 PM (18 years ago)
- Location:
- trunk/ccl/compiler/PPC
- Files:
-
- 2 edited
-
PPC32/ppc32-backend.lisp (modified) (2 diffs)
-
PPC64/ppc64-backend.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/compiler/PPC/PPC32/ppc32-backend.lisp
r5715 r5749 371 371 :target-fasl-pathname (make-pathname :type "dfsl") 372 372 :target-platform (logior platform-word-size-32 373 platform-cpu-ppc374 platform-os-darwin)373 platform-cpu-ppc 374 platform-os-darwin) 375 375 :target-os :darwinppc 376 376 :name :darwinppc32 … … 424 424 :ff-call-expand-function 425 425 #+linuxppc-target 426 ' ppc32::linux-expand-ff-call426 'linux32::expand-ff-call 427 427 #+darwinppc-target 428 ' ppc32::darwin-expand-ff-call428 'darwin32::expand-ff-call 429 429 ))) 430 430 (install-standard-foreign-types ftd) -
trunk/ccl/compiler/PPC/PPC64/ppc64-backend.lisp
r5723 r5749 279 279 :ff-call-expand-function 280 280 #+linuxppc-target 281 ' ppc64::linux-expand-ff-call281 'linux64::expand-ff-call 282 282 #+darwinppc-target 283 ' ppc64::darwin-expand-ff-call283 'darwin64::expand-ff-call 284 284 ))) 285 285 (install-standard-foreign-types ftd)
Note:
See TracChangeset
for help on using the changeset viewer.
