Raymond Toy pushed to branch rtoy-amd64-p1 at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • src/tools/cross-scripts/cross-x86-amd64.lisp
    ... ... @@ -300,7 +300,7 @@
    300 300
     (load "target:compiler/srctran")
    
    301 301
     (load "vm:vm-typetran")
    
    302 302
     (load "target:compiler/float-tran")
    
    303
    -(load "target:compiler/float-tran-dd")
    
    303
    +;;(load "target:compiler/float-tran-dd")
    
    304 304
     (load "target:compiler/saptran")
    
    305 305
     
    
    306 306
     (load "vm:macros")
    
    ... ... @@ -322,12 +322,16 @@
    322 322
     (load "vm:cell")
    
    323 323
     (load "vm:subprim")
    
    324 324
     (load "vm:debug")
    
    325
    +(load "vm:c-call")
    
    325 326
     (load "vm:sse2-c-call")
    
    327
    +
    
    326 328
     (load "vm:print")
    
    327 329
     (load "vm:alloc")
    
    328 330
     (load "vm:call")
    
    329 331
     (load "vm:nlx")
    
    330 332
     (load "vm:values")
    
    333
    +;; These need to be loaded before array because array wants to use
    
    334
    +;; some vops as templates.
    
    331 335
     (load "vm:sse2-array")
    
    332 336
     (load "vm:array")
    
    333 337
     (load "vm:pred")
    
    ... ... @@ -343,8 +347,10 @@
    343 347
     
    
    344 348
     (check-move-function-consistency)
    
    345 349
     
    
    346
    -(load "target:compiler/codegen")
    
    347
    -(load "target:compiler/array-tran.lisp")
    
    350
    +;; Aret these necessary?
    
    351
    +;;(load "target:compiler/codegen")
    
    352
    +;;(load "target:compiler/array-tran.lisp")
    
    353
    +
    
    348 354
     (load "vm:new-genesis")
    
    349 355
     
    
    350 356
     ;;; OK, the cross compiler backend is loaded.