Changeset 5080


Ignore:
Timestamp:
Sep 3, 2006, 12:23:04 PM (18 years ago)
Author:
Gary Byers
Message:

:target-8-bit-chars on target features.

Location:
trunk/ccl/compiler
Files:
3 edited

Legend:

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

    r4670 r5080  
    342342                :p2-compile 'ppc2-compile
    343343                :target-specific-features
    344                 '(:powerpc :ppc-target :eabi-target :linux-target :linuxppc-target :ppc32-target :32-bit-target :big-endian-target)
     344                '(:powerpc :ppc-target :eabi-target :linux-target :linuxppc-target :ppc32-target :32-bit-target :big-endian-target :target-8-bit-chars)
    345345                :target-fasl-pathname (make-pathname :type "pfsl")
    346346                :target-platform (logior platform-word-size-32
     
    368368                :p2-compile 'ppc2-compile
    369369                :target-specific-features
    370                 '(:powerpc :ppc-target :darwin-target :darwinppc-target :ppc32-target :32-bit-target :big-endian-target)
     370                '(:powerpc :ppc-target :darwin-target :darwinppc-target :ppc32-target :32-bit-target :big-endian-target :target-8-bit-chars)
    371371                :target-fasl-pathname (make-pathname :type "dfsl")
    372372                :target-platform (logior platform-word-size-32
  • trunk/ccl/compiler/PPC/PPC64/ppc64-backend.lisp

    r4672 r5080  
    193193                :p2-compile 'ppc2-compile
    194194                :target-specific-features
    195                 '(:powerpc :ppc-target :poweropen-target :linux-target :linuxppc-target :ppc64-target :64-bit-target :big-endian-target)
     195                '(:powerpc :ppc-target :poweropen-target :linux-target :linuxppc-target :ppc64-target :64-bit-target :big-endian-target :target-8-bit-chars)
    196196                :target-fasl-pathname (make-pathname :type "p64fsl")
    197197                :target-platform (logior platform-cpu-ppc
     
    221221                :p2-compile 'ppc2-compile
    222222                :target-specific-features
    223                 '(:powerpc :ppc-target :darwin-target :darwinppc-target :ppc64-target :64-bit-target :big-endian-target)
     223                '(:powerpc :ppc-target :darwin-target :darwinppc-target :ppc64-target :64-bit-target :big-endian-target :target-8-bit-chars)
    224224                :target-fasl-pathname (make-pathname :type "d64fsl")
    225225                :target-platform (logior platform-cpu-ppc
  • trunk/ccl/compiler/X86/X8664/x8664-backend.lisp

    r4971 r5080  
    153153                  :linuxx8664-target
    154154                  :little-endian-target
    155                   :64-bit-target)
     155                  :64-bit-target
     156                  :target-8-bit-chars)
    156157                :target-fasl-pathname (make-pathname :type "lx64fsl")
    157158                :target-platform (logior platform-cpu-x86
     
    162163                :target-arch-name :x8664
    163164                :target-foreign-type-data nil
     165
     166
    164167                :target-arch x8664::*x8664-target-arch*
    165168                :define-callback 'define-x8664-callback
     
    184187                  :darwinx8664-target
    185188                  :little-endian-target
    186                   :64-bit-target)
     189                  :64-bit-target
     190                  :target-8-bit-chars)
    187191                :target-fasl-pathname (make-pathname :type "dx64fsl")
    188192                :target-platform (logior platform-cpu-x86
     
    214218                  :freebsdx8664-target                 
    215219                  :little-endian-target
    216                   :64-bit-target)
     220                  :64-bit-target
     221                  :target-8-bit-chars)
    217222                :target-fasl-pathname (make-pathname :type "fx64fsl")
    218223                :target-platform (logior platform-cpu-x86
Note: See TracChangeset for help on using the changeset viewer.