diff --git a/tools/worldbuild.lisp b/tools/worldbuild.lisp index 7969def1c25b55439af4fd60db2a35773bbd2f09..d13e6975c6aa85d19d22b506550ef7c0cc467b05 100644 --- a/tools/worldbuild.lisp +++ b/tools/worldbuild.lisp @@ -48,6 +48,9 @@ "target:compiler/globaldb" "target:code/pred" + "target:code/pathname" + "target:code/filesys" + "target:code/kernel" "target:code/bit-bash" "target:code/array" @@ -99,8 +102,6 @@ ,@(when (string= (c:backend-name c:*backend*) "RT") '("target:code/rt-vm" "target:code/rt-machdef")) - "target:code/filesys" - "target:code/search-list" "target:code/signal" "target:code/interr"