Changeset 359


Ignore:
Timestamp:
Jan 21, 2004, 10:10:14 PM (21 years ago)
Author:
Gary Byers
Message:

Correct TARGET-LEVEL-1-MODULES, to reflect new target names.

File:
1 edited

Legend:

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

    r353 r359  
    180180  (append *level-1-modules*
    181181          (case target
    182             ((:linuxppc :darwinppc)
     182            ((:linuxppc32 :darwinppc32)
    183183             '(linux-files ppc-error-signal ppc-trap-support
    184                ppc-threads-utils ppc-callback-support))
    185             (:sparc '(solaris-files sparc-error-signal
    186                       sparc-trap-support sparc-stack-groups
    187                       sparc-callback-support)))))
     184               ppc-threads-utils ppc-callback-support)))))
    188185                 
    189186
Note: See TracChangeset for help on using the changeset viewer.