Changeset 5080
- Timestamp:
- Sep 3, 2006, 12:23:04 PM (18 years ago)
- Location:
- trunk/ccl/compiler
- Files:
-
- 3 edited
-
PPC/PPC32/ppc32-backend.lisp (modified) (2 diffs)
-
PPC/PPC64/ppc64-backend.lisp (modified) (2 diffs)
-
X86/X8664/x8664-backend.lisp (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/compiler/PPC/PPC32/ppc32-backend.lisp
r4670 r5080 342 342 :p2-compile 'ppc2-compile 343 343 :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) 345 345 :target-fasl-pathname (make-pathname :type "pfsl") 346 346 :target-platform (logior platform-word-size-32 … … 368 368 :p2-compile 'ppc2-compile 369 369 :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) 371 371 :target-fasl-pathname (make-pathname :type "dfsl") 372 372 :target-platform (logior platform-word-size-32 -
trunk/ccl/compiler/PPC/PPC64/ppc64-backend.lisp
r4672 r5080 193 193 :p2-compile 'ppc2-compile 194 194 :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) 196 196 :target-fasl-pathname (make-pathname :type "p64fsl") 197 197 :target-platform (logior platform-cpu-ppc … … 221 221 :p2-compile 'ppc2-compile 222 222 :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) 224 224 :target-fasl-pathname (make-pathname :type "d64fsl") 225 225 :target-platform (logior platform-cpu-ppc -
trunk/ccl/compiler/X86/X8664/x8664-backend.lisp
r4971 r5080 153 153 :linuxx8664-target 154 154 :little-endian-target 155 :64-bit-target) 155 :64-bit-target 156 :target-8-bit-chars) 156 157 :target-fasl-pathname (make-pathname :type "lx64fsl") 157 158 :target-platform (logior platform-cpu-x86 … … 162 163 :target-arch-name :x8664 163 164 :target-foreign-type-data nil 165 166 164 167 :target-arch x8664::*x8664-target-arch* 165 168 :define-callback 'define-x8664-callback … … 184 187 :darwinx8664-target 185 188 :little-endian-target 186 :64-bit-target) 189 :64-bit-target 190 :target-8-bit-chars) 187 191 :target-fasl-pathname (make-pathname :type "dx64fsl") 188 192 :target-platform (logior platform-cpu-x86 … … 214 218 :freebsdx8664-target 215 219 :little-endian-target 216 :64-bit-target) 220 :64-bit-target 221 :target-8-bit-chars) 217 222 :target-fasl-pathname (make-pathname :type "fx64fsl") 218 223 :target-platform (logior platform-cpu-x86
Note:
See TracChangeset
for help on using the changeset viewer.
