Changeset 376
- Timestamp:
- Jan 24, 2004, 3:31:32 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/ccl/compiler/PPC/PPC64/ppc64-backend.lisp (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/compiler/PPC/PPC64/ppc64-backend.lisp
r345 r376 44 44 :name :linuxppc64 45 45 :target-arch-name :ppc64 46 :target-foreign-type-data nil) 46 :target-foreign-type-data nil 47 :target-lisp-node-size 8) 47 48 ) 48 49 … … 69 70 :name :panther-g5-hybrid 70 71 :target-arch-name :ppc64 71 :target-foreign-type-data nil) 72 :target-foreign-type-data nil 73 :target-lisp-node-size 8) 72 74 ) 73 75 … … 77 79 78 80 #+darwinppc-target 79 (pushnew *panther- hybrid-backend* *known-ppc64-backends* :key #'backend-name)81 (pushnew *panther-g5-hybrid-backend* *known-ppc64-backends* :key #'backend-name) 80 82 81 83 (defvar *ppc64-backend* (car *known-ppc64-backends*)) … … 93 95 (fixup-ppc64-backend) 94 96 95 #+ppc -target97 #+ppc64-target 96 98 (setq *host-backend* *ppc64-backend* *target-backend* *ppc64-backend*) 97 99 98 100 (pushnew *ppc64-backend* *known-backends* :key #'backend-name) 99 101 100 (require "PPC64-VINSNS")101 102 (provide "PPC64-BACKEND")
Note:
See TracChangeset
for help on using the changeset viewer.
