Skip to content
Snippets Groups Projects
Commit 78f2cf4a authored by wlott's avatar wlott
Browse files

Moved float.lisp to before sap.lisp.

parent 3b6a7b9a
No related branches found
No related tags found
No related merge requests found
......@@ -140,10 +140,10 @@
(comf "target:compiler/sparc/vm")
(comf "target:compiler/generic/primtype")
(comf "target:compiler/sparc/move")
(comf "target:compiler/sparc/float")
(comf "target:compiler/sparc/sap")
(comf "target:compiler/sparc/system")
(comf "target:compiler/sparc/char")
(comf "target:compiler/sparc/float")
(comf "target:compiler/sparc/memory")
(comf "target:compiler/sparc/static-fn")
(comf "target:compiler/sparc/arith")
......@@ -172,12 +172,12 @@
(comf "target:compiler/rt/macros" :load *load-stuff*)
(comf "target:compiler/rt/vm")
(comf "target:compiler/rt/move")
(comf "target:compiler/rt/sap")
(comf "target:compiler/rt/system")
(comf "target:compiler/rt/char")
(if (eq vm::*target-float-hardware* :afpa)
(comf "target:compiler/rt/afpa")
(comf "target:compiler/rt/mc68881"))
(comf "target:compiler/rt/sap")
(comf "target:compiler/rt/system")
(comf "target:compiler/rt/char")
(comf "target:compiler/rt/memory")
(comf "target:compiler/rt/static-fn")
(comf "target:compiler/rt/arith")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment