Skip to content
Snippets Groups Projects
Commit 8d81d330 authored by ram's avatar ram
Browse files

delete compilation of type system stuff.

parent 26831fda
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
#+bootstrap #+bootstrap
(copy-packages (cons (c::backend-name c::*target-backend*) '("NEW-ASSEM" "C"))) (copy-packages (cons (c::backend-name c::*target-backend*) '("NEW-ASSEM" "C")))
(defparameter *load-stuff* (defvar *load-stuff*
#+bootstrap t #+bootstrap t
#-bootstrap (eq c:*backend* c:*native-backend*)) #-bootstrap (eq c:*backend* c:*native-backend*))
...@@ -56,9 +56,6 @@ ...@@ -56,9 +56,6 @@
(comf "target:compiler/proclaim") ; For COOKIE structure. (comf "target:compiler/proclaim") ; For COOKIE structure.
(comf "target:compiler/globals") (comf "target:compiler/globals")
(comf "target:compiler/type")
(comf "target:compiler/generic/vm-type")
(comf "target:compiler/type-init")
(comf "target:compiler/sset") (comf "target:compiler/sset")
(comf "target:compiler/node") (comf "target:compiler/node")
(comf "target:compiler/ctype") (comf "target:compiler/ctype")
......
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