Raymond Toy pushed to branch sparc64-dev at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • src/tools/cross-scripts/cross-x86-sparc64.lisp
    ... ... @@ -10,7 +10,8 @@
    10 10
    
    
    11 11
    (c::new-backend "SPARC"
    
    12 12
       ;; Features to add here
    
    13
       '(:sparc
    
    13
       '(:sparc64
    
    14
         :sparc
    
    14 15
         :sparc-v9				; For Ultrasparc processors
    
    15 16
         :complex-fp-vops			; Some slightly faster FP vops on complex numbers
    
    16 17
         :linkage-table
    
    ... ... @@ -115,9 +116,9 @@
    115 116
    (setf (search-list "c:")
    
    116 117
          '("target:compiler/"))
    
    117 118
    (setf (search-list "vm:")
    
    118
          '("c:sparc/" "c:generic/"))
    
    119
          '("c:sparc64/" "c:generic/"))
    
    119 120
    (setf (search-list "assem:")
    
    120
          '("target:assembly/" "target:assembly/sparc/"))
    
    121
          '("target:assembly/" "target:assembly/sparc64/"))
    
    121 122
    
    
    122 123
    ;; Load the backend of the compiler.
    
    123 124