Changeset 175


Ignore:
Timestamp:
Jan 3, 2004, 11:37:53 AM (21 years ago)
Author:
Gary Byers
Message:

Add PPC-ARCH. (This is all still a moving target.)

Location:
trunk/ccl/lib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/lib/compile-ccl.lisp

    r83 r175  
    5151(defparameter *ppc-compiler-modules*
    5252      '(ppc32-arch
     53        ppc-arch
    5354        ppcenv
    5455        ppc-asm
  • trunk/ccl/lib/systems.lisp

    r83 r175  
    103103 (dll-node         "ccl:bin;dll-node"         ("ccl:compiler;dll-node.lisp"))
    104104 (ppc32-arch       "ccl:bin;ppc32-arch"       ("ccl:compiler;PPC;PPC32;ppc32-arch.lisp"))
     105 (ppc-arch         "ccl:bin;ppc-arch"         ("ccl:compiler;PPC;ppc-arch.lisp"))
    105106 (arch             "ccl:bin;arch"             ("ccl:compiler;arch.lisp"))
    106107 (ppcenv           "ccl:bin;ppcenv"           ("ccl:lib;ppcenv.lisp"))
Note: See TracChangeset for help on using the changeset viewer.