Skip to content
Snippets Groups Projects
Commit 40721bc0 authored by ram's avatar ram
Browse files

Added compilation of assem-check and RT conditionalization of the float file to

load.
parent 3d0c98d9
No related branches found
No related tags found
No related merge requests found
......@@ -173,7 +173,9 @@
(comf "target:compiler/rt/sap")
(comf "target:compiler/rt/system")
(comf "target:compiler/rt/char")
(comf "target:compiler/rt/float")
(if (eq vm::*target-float-hardware* :afpa)
(comf "target:compiler/rt/afpa")
(comf "target:compiler/rt/mc68881"))
(comf "target:compiler/rt/memory")
(comf "target:compiler/rt/static-fn")
(comf "target:compiler/rt/arith")
......@@ -222,6 +224,7 @@
(comf "target:compiler/pack"))
(comf "target:compiler/codegen")
(comf "target:compiler/debug")
(comf "target:compiler/assem-check")
(comf "target:compiler/statcount")
(comf "target:compiler/dyncount")
......
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